Skip to content

Instantly share code, notes, and snippets.

@hamargyuri
Created May 17, 2017 12:41
Show Gist options
  • Save hamargyuri/dcb6525b784a4777c454c811eaca811a to your computer and use it in GitHub Desktop.
Save hamargyuri/dcb6525b784a4777c454c811eaca811a to your computer and use it in GitHub Desktop.
ffmpeg -i <source> -s <output_res> -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=<quality(1,2,3...)> --delay=<speed(1,2,3...)> > <output_filename>.gif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment