Skip to content

Instantly share code, notes, and snippets.

@digitalhitler
Created September 13, 2017 20:19
Show Gist options
  • Save digitalhitler/dde7f1b1469157470e8509895ad969e8 to your computer and use it in GitHub Desktop.
Save digitalhitler/dde7f1b1469157470e8509895ad969e8 to your computer and use it in GitHub Desktop.
FFMPEG basic options
ffmpeg -vcodec libx264 -movflags +faststart -threads 0 -r 25 -g 50 -crf 25 -me_method hex -trellis 0 -bf 8 -acodec aac -strict -2 -ar 44100 -ab 128k -f mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment