Skip to content

Instantly share code, notes, and snippets.

@uiur
Created June 23, 2015 06:39
Show Gist options
  • Save uiur/8bc7563c200a8c87123c to your computer and use it in GitHub Desktop.
Save uiur/8bc7563c200a8c87123c to your computer and use it in GitHub Desktop.
#!/bin/bash
ffmpeg -i "$1" -r 10 -f image2pipe -vcodec ppm - \
| convert -layers Optimize - gif:- \
| gifsicle -O3 --multifile -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment