Skip to content

Instantly share code, notes, and snippets.

@clintval
Created February 27, 2019 21:38
Show Gist options
  • Save clintval/92a4db777103dd4482a6c74598b7528a to your computer and use it in GitHub Desktop.
Save clintval/92a4db777103dd4482a6c74598b7528a to your computer and use it in GitHub Desktop.
$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