Skip to content

Instantly share code, notes, and snippets.

@randallreedjr
Last active December 30, 2016 02:08
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 randallreedjr/c804954f6b9b487dd1edf8a7ecc20f13 to your computer and use it in GitHub Desktop.
Save randallreedjr/c804954f6b9b487dd1edf8a7ecc20f13 to your computer and use it in GitHub Desktop.
Convert a screen recording to an animated gif
$ ffmpeg -i hello-name-user-data.mov -s 600x400 -pix_fmt rgb24 -r 20 -f gif - | gifsicle --optimize=3 --delay=3 > out.gif
$ ffmpeg -i hello-name-user-data.mov -pix_fmt rgb24 -r 10 out3.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment