How to change gif duration with Image Magick?

2

1

I have a gif of say 200 frames, and I want to shorten it to only the first 100. How do I do that?

jojman

Posted 2015-10-18T21:05:49.903

Reputation: 373

Answers

3

To extract an interval of frames from a gif, do this:

convert old.gif[0-100] new.gif

jojman

Posted 2015-10-18T21:05:49.903

Reputation: 373