Skip to content

Instantly share code, notes, and snippets.

@vatsan
Last active May 18, 2016 23:23
Show Gist options
  • Save vatsan/bd85940f946a57d122b20c0d2d05b5cd to your computer and use it in GitHub Desktop.
Save vatsan/bd85940f946a57d122b20c0d2d05b5cd to your computer and use it in GitHub Desktop.

Install dependencies on Mac

    brew install ffmpeg 
    brew cask install xquartz
    brew install gifsicle

Use QuickTime player to do a screen-recording of your demo.

Convert MOV file to animated GIF

    ffmpeg -i tasacf.mov  -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=4 > tasacf.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment