Skip to content

Instantly share code, notes, and snippets.

@jc00ke
Created January 22, 2013 07:08
Show Gist options
  • Save jc00ke/4592719 to your computer and use it in GitHub Desktop.
Save jc00ke/4592719 to your computer and use it in GitHub Desktop.
video to gif
$ 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