Search found 4 matches
- 2013-02-04T20:35:47-07:00
- Forum: Users
- Topic: [Resolved] Pause between loops
- Replies: 6
- Views: 7102
Re: Pause between loops
Oh, I see now. Yep, the problem was with the frames. Thank you.
- 2013-02-04T13:40:56-07:00
- Forum: Users
- Topic: [Resolved] Pause between loops
- Replies: 6
- Views: 7102
Re: Pause between loops
I want to do something like this: http://www.picanese.com/pbpics/pic_saw_4747a2213c137e3181cf401909192066.gif There is NO delay between the last and the first frames. Now what I get: http://files.rsdn.ru/4162/ani.gif There IS a pause at the end of every cycle (when the top vertex is facing "camera ...
- 2013-02-04T00:20:24-07:00
- Forum: Users
- Topic: [Resolved] Pause between loops
- Replies: 6
- Views: 7102
Re: Pause between loops
try convert -dispose previous -delay 0 *.png -alpha set -loop 0 ani.gif Looks the same. Most likely it is the viewer. Many viewer have built in minimum delays that you cannot get around. All the rest of looped gifs work just fine. For instance, the bunny rabbit from the IM tutorial (cleared frames ...
- 2013-02-03T14:00:16-07:00
- Forum: Users
- Topic: [Resolved] Pause between loops
- Replies: 6
- Views: 7102
[Resolved] Pause between loops
I have a lot of *.png files and want to build a single animation. The command I use is the following: convert -loop 0 -alpha set -dispose previous -delay 0 *.png ani.gif It works OK, but... there is a pause between loops. Though the pause between frames is very small so everything looks smooth, the ...