Skip to content

Instantly share code, notes, and snippets.

@reidrac
Created May 12, 2019 17:56
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 reidrac/92b9cd60d5c4a84f28c3634d5fdf8acc to your computer and use it in GitHub Desktop.
Save reidrac/92b9cd60d5c4a84f28c3634d5fdf8acc to your computer and use it in GitHub Desktop.
#!/bin/bash
ffmpeg -i $1 -r 10 -pix_fmt rgb24 $1.gif
convert -layers optimize-plus $1.gif $1-opt.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment