Skip to content

Instantly share code, notes, and snippets.

View camsaul's full-sized avatar
💭
I am Cam

Cam Saul camsaul

💭
I am Cam
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Capture Video with Quicktime Player

File -> New Screen Recording

Convert to GIF

You may need to install ffmpeg/gifsicle via homebrew first.

ffmpeg -i in.mov -f gif - | gifsicle > out.gif