Created
October 14, 2015 15:56
-
-
Save davidbarsky/18de6325f135116e20a5 to your computer and use it in GitHub Desktop.
makes .gifs from live photos (.mov files)
This file contains 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
ffmpeg -i input.mov -s 767x1023 -pix_fmt rgb8 -r 10 -f gif - | gifsicle --optimize=10 --delay=7 > output.gif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment