Skip to content

Instantly share code, notes, and snippets.

@guillaumewuip
Created April 23, 2016 10:16
Show Gist options
  • Save guillaumewuip/1f36a5cf432619e9c7bafd0776074141 to your computer and use it in GitHub Desktop.
Save guillaumewuip/1f36a5cf432619e9c7bafd0776074141 to your computer and use it in GitHub Desktop.
.mov to .gif
ffmpeg -i in.mov -s 600x400 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > out.gif
#from http://apple.stackexchange.com/a/211219/149089
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment