Created
August 10, 2016 20:51
-
-
Save nwjsmith/bb98e2872b4e8895be14c805b072eb0c to your computer and use it in GitHub Desktop.
ffmpeg
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 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