- If you haven’t already:
brew install ffmpeg gifsicle imagemagick
. 0b. If needed: 'brew upgrade ffmpeg gifsicle imagemagick' - Open QuickTime Player.
- File > New Screen Recording.
- Record.
- Save as
recording.mov
. ffmpeg -i recording.mov -r 24 recording-%03d.png
convert recording-001.png palette.gif
Note: you may need to pick a different frame for better results!convert -dither none -remap palette.gif recording-*.png recording-uncompressed.gif
gifsicle --optimize=3 --delay=4 < recording-uncompressed.gif > recording.gif
-
-
Save brett-miller/fe0203f70e1d3041a5ff808c5bb52975 to your computer and use it in GitHub Desktop.
Screen Recording to GIF
This file contains hidden or 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
license: gpl-3.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment