Skip to content

Instantly share code, notes, and snippets.

@bytehow
Created April 30, 2021 20:20
Show Gist options
  • Save bytehow/1e0e7cfb512968a733d65afcdf93cbdc to your computer and use it in GitHub Desktop.
Save bytehow/1e0e7cfb512968a733d65afcdf93cbdc to your computer and use it in GitHub Desktop.
Turn screen recording on macos into gif
Handy for demos & writing docs
Install:
$ brew install --cask xquartz
$ brew install ffmpeg imagemagick@6 gifsicle pkg-config
$ sudo gem install screengif
Record:
Shift + Cmd + 5
Convert:
$ screengif -i recording.mov -o output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment