Skip to content

Instantly share code, notes, and snippets.

@nwjsmith
Created August 10, 2016 20:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nwjsmith/bb98e2872b4e8895be14c805b072eb0c to your computer and use it in GitHub Desktop.
Save nwjsmith/bb98e2872b4e8895be14c805b072eb0c to your computer and use it in GitHub Desktop.
ffmpeg
ffmpeg -i source.mov -c:v libx264 -crf 18 -profile:v high -level 4.0 -pix_fmt yuv420p -preset veryslow -tune animation output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment