Skip to content

Instantly share code, notes, and snippets.

@okbel
Created March 12, 2018 17:16
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 okbel/caf438f08344091fc53588181918ad97 to your computer and use it in GitHub Desktop.
Save okbel/caf438f08344091fc53588181918ad97 to your computer and use it in GitHub Desktop.
mov to gif
brew install ffmpeg
brew install gifsicle
  -i in.mov -s 600x400 -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