pixelmatix / AnimatedGIFs

MIT License
62 stars 34 forks source link

Gif only playing first 10 sec. #37

Closed Rosheger closed 5 years ago

Rosheger commented 5 years ago

Hi!

I made a gif that has no trouble playing/looks great...for about 10 sec (first 100 frames or so of 200 frames) then it cuts off and loops to the beginning. When I play the gif on the computer it plays the full loop no problem.

I saw the discussion here https://github.com/pixelmatix/AnimatedGIFs/issues/32 and followed the workaround that was successful in that case but made no difference for me.

Any suggestions would be very appreciated!

Rosheger commented 5 years ago

Wow I feel dumb..jumped the gun and posted before looking into the code.

In case anyone else overlooks this, the default line in the script is:

define DISPLAY_TIME_SECONDS 10

which once changed to longer resolved the clipping.

embedded-creations commented 5 years ago

I'm pretty sure I've done the same thing.

I'm going to add some comments to the code to "(make sure this is longer than your GIF!)", and a new issue to improve this behavior: https://github.com/pixelmatix/AnimatedGIFs/issues/38