Skip to content

Instantly share code, notes, and snippets.

@tuxracer
Last active August 29, 2015 14:13
Show Gist options
  • Save tuxracer/248c2980562faafbec26 to your computer and use it in GitHub Desktop.
Save tuxracer/248c2980562faafbec26 to your computer and use it in GitHub Desktop.
mp4 to gif
ffmpeg -ss 00:00:00 -i movie-name.mp4 -s 480x234 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=8 > movie-name.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment