Skip to main content
Welcome guest. | Register | Login | Post

ImageMagick file number limit?

1 reply [Last post]
a thing's picture
User offline. Last seen 44 weeks 1 hour ago. Offline
Joined: 2005-12-20
Posts:

I have a series of frames that I want to make into an infinitely looping animated GIF. I want frames 00–18 to have a delay of 125ms but the frames after that to have a delay of 200. I try:

convert -delay 125 "resized-0[0-9].jpg" "resized-1[0-8].jpg" -delay 200 resized-19.jpg "resized-2[0-9].jpg" -loop 0 animation.gif

But animation.gif plays the first 8 frames, goes to the first, then goes in some strange order whose origins I am clueless about.

I have tried not using quotes as well.

a thing's picture
User offline. Last seen 44 weeks 1 hour ago. Offline
Joined: 2005-12-20
Posts:
whoops

I found the problem. The command in the OP was fine. The problem was that I used ImageMagick to resize the images in the directory to a different size than I originally planned, but did not remove the already resized files.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Who's online

There are currently 0 users and 8 guests online.
We have 11739 members who wrote 2274 articles and 12410 comments. Welcome to our newest member, medfarmatic!