Skip to content

Instantly share code, notes, and snippets.

@snsherriff
Last active June 24, 2017 22:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save snsherriff/e5f92b641101d0b7f68e to your computer and use it in GitHub Desktop.
Save snsherriff/e5f92b641101d0b7f68e to your computer and use it in GitHub Desktop.
h264 ffmpeg compressor settings for raspberry pi
ffmpeg -i videoin.mov -vcodec libx264 -profile:v high -preset fast -crf 18 -b-pyramid none video.h264
@snsherriff
Copy link
Author

save video as "videoin.mov"

TERMINAL [ command + space ]
cd~
copy gist
paste
copy to raspi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment