Skip to content

Instantly share code, notes, and snippets.

@superterran
Last active September 17, 2022 01:00
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 superterran/b2031c0013d12da0a5d4dda0465fc4d8 to your computer and use it in GitHub Desktop.
Save superterran/b2031c0013d12da0a5d4dda0465fc4d8 to your computer and use it in GitHub Desktop.
Create gifs from MacOS Screen Captures (cmd+shift+5)
ffmpeg -i drupal.mov -s 1024x768 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=3 --delay=3 > out.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment