Created
January 22, 2013 07:08
-
-
Save jc00ke/4592719 to your computer and use it in GitHub Desktop.
video 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 -i some.mov -pix_fmt rgb24 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