Skip to content

Instantly share code, notes, and snippets.

@jpwain
Last active November 22, 2016 20:55
Show Gist options
  • Save jpwain/ebc68f75dff0be0cb85e27f01f78e0e5 to your computer and use it in GitHub Desktop.
Save jpwain/ebc68f75dff0be0cb85e27f01f78e0e5 to your computer and use it in GitHub Desktop.
GIF from QuickTime screen capture using ffmpeg and gifsicle
ffmpeg -i input.mov -s 640x480 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=5 > output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment