Skip to content

Instantly share code, notes, and snippets.

@benfoxall
Created July 1, 2015 08:36
Show Gist options
  • Save benfoxall/4a2580143d46f1be344d to your computer and use it in GitHub Desktop.
Save benfoxall/4a2580143d46f1be344d to your computer and use it in GitHub Desktop.
# STEP ONE
# dependencies
brew install ffmpeg gifsicle
# STEP 2
# create "input.mov" with Quicktime
# STEP three
# convert
ffmpeg -i input.mov -pix_fmt rgb24 -r 20 -f gif - | gifsicle --optimize=3 --delay=3 > out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment