Created
September 19, 2019 05:22
-
-
Save lettergram/7495da866452f049abbfb6a70cab202d to your computer and use it in GitHub Desktop.
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 <input gif> -b:v 0 -crf 35 -f mp4 -vcodec libx264 -pix_fmt yuv420p <output mp4> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment