Created
April 30, 2021 20:20
-
-
Save bytehow/1e0e7cfb512968a733d65afcdf93cbdc to your computer and use it in GitHub Desktop.
Turn screen recording on macos into gif
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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