Skip to content

Instantly share code, notes, and snippets.

@simplesessions
Last active November 13, 2017 18:55
Show Gist options
  • Save simplesessions/07372faccb937a8484bc3862889cf4a1 to your computer and use it in GitHub Desktop.
Save simplesessions/07372faccb937a8484bc3862889cf4a1 to your computer and use it in GitHub Desktop.
Gifsicle: Frames & Timing
gifsicle -d 12 -U input.gif `seq -f "#%g" 0 4 82` -O2 -o output.gif
# ^ timing ^ output
# ^ input file ^ start frame, every other, end frame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment