Skip to content

Instantly share code, notes, and snippets.

@loris
Created January 16, 2014 10:43
Show Gist options
  • Save loris/8452890 to your computer and use it in GitHub Desktop.
Save loris/8452890 to your computer and use it in GitHub Desktop.
MOV screencast to GIF
ffmpeg -i ScreenFlow.mov -pix_fmt rgb24 -f gif - | gifsicle --optimize=3 --delay=2 > out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment