Skip to content

Instantly share code, notes, and snippets.

@davidbarsky
Created October 14, 2015 15:56
Show Gist options
  • Save davidbarsky/18de6325f135116e20a5 to your computer and use it in GitHub Desktop.
Save davidbarsky/18de6325f135116e20a5 to your computer and use it in GitHub Desktop.
makes .gifs from live photos (.mov files)
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