Skip to content

Instantly share code, notes, and snippets.

@murielsilveira
Last active February 29, 2016 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save murielsilveira/515270cc8dfdbc37ca5d to your computer and use it in GitHub Desktop.
Save murielsilveira/515270cc8dfdbc37ca5d to your computer and use it in GitHub Desktop.
Create gifs of a screen capture (mac)

Create gifs

	Dependency: brew install ffmpeg

	1. Record a video with Quicktime (File > New screen recording)
	2. ffmpeg -i path-to-the-video.mov -pix_fmt rgb24 -r 10 output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment