Skip to content

Instantly share code, notes, and snippets.

@ahliang85
Last active August 29, 2015 14:26
Show Gist options
  • Save ahliang85/7f20ff40163a20a25ab6 to your computer and use it in GitHub Desktop.
Save ahliang85/7f20ff40163a20a25ab6 to your computer and use it in GitHub Desktop.
Command - mov to gif
ffmpeg -i in.mov -s 600x400 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment