Skip to content

Instantly share code, notes, and snippets.

@mick
Created March 24, 2014 21:00
Show Gist options
  • Select an option

  • Save mick/9749081 to your computer and use it in GitHub Desktop.

Select an option

Save mick/9749081 to your computer and use it in GitHub Desktop.
gifsicle process.gif -e
convert process.gif.* -format "jpg" %03d.jpg
ffmpeg -f image2 -pattern_type glob -i "*.jpg" -r 25 output.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment