Skip to content

Instantly share code, notes, and snippets.

@sayjeyhi
Created September 10, 2020 08:09
Show Gist options
  • Save sayjeyhi/0eff9c393a7017ad006b695541b14a60 to your computer and use it in GitHub Desktop.
Save sayjeyhi/0eff9c393a7017ad006b695541b14a60 to your computer and use it in GitHub Desktop.
brew install ffmpeg
brew install gifsicle
ffmpeg -i in.mov -pix_fmt rgb8 -r 10 output.gif && gifsicle -O3 output.gif -o output.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment