Skip to content

Instantly share code, notes, and snippets.

@withattribution
Created December 17, 2014 19:40
Show Gist options
  • Save withattribution/59c1adc1c0eae4631da0 to your computer and use it in GitHub Desktop.
Save withattribution/59c1adc1c0eae4631da0 to your computer and use it in GitHub Desktop.
creating gif from mov with ffmpeg and gifsicle
ffmpeg -i in.mov -s 640x360 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=6 > out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment