Last active
June 24, 2017 22:01
-
-
Save snsherriff/e5f92b641101d0b7f68e to your computer and use it in GitHub Desktop.
h264 ffmpeg compressor settings for raspberry pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i videoin.mov -vcodec libx264 -profile:v high -preset fast -crf 18 -b-pyramid none video.h264 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
save video as "videoin.mov"
TERMINAL [ command + space ]
cd~
copy gist
paste
copy to raspi