- If you haven’t already:
brew install ffmpeg gifsicle imagemagick
. - Open QuickTime Player.
- File > New Screen Recording.
- Record.
- Save as
recording.mov
. mkdir frames
cd frames
ffmpeg -i ../recording.mov -r 24 recording-%03d.png
convert recording-001.png palette.gif
convert -dither none -remap palette.gif recording-*.png recording-uncompressed.gif
gifsicle --optimize=3 --delay=4 < recording-uncompressed.gif > recording.gif
-
-
Save mybuddymichael/3a6857acd1642a9e10e2 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment