Created
July 1, 2015 08:36
-
-
Save benfoxall/4a2580143d46f1be344d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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