Created
October 11, 2013 16:20
-
-
Save Starefossen/6937699 to your computer and use it in GitHub Desktop.
MOV to GIF
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 -ss 00:00:00.000 -i input.mov -pix_fmt rgb24 -r 10 -s 320x240 -t 00:00:10.000 output.gif | |
convert -layers Optimize output.gif output_optimized.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment