Skip to content

Instantly share code, notes, and snippets.

@emilyst
Created February 7, 2014 00:31
Show Gist options
  • Save emilyst/8855337 to your computer and use it in GitHub Desktop.
Save emilyst/8855337 to your computer and use it in GitHub Desktop.
mkdir frames
ffmpeg -i some_video_file.mov -t 10 -vf scale=480:-1 -r 24 frames/ffout%03d.png;
convert -delay 5 -loop 0 frames/ffout*.png output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment