NickeManarin / ScreenToGif

🎬 ScreenToGif allows you to record a selected area of your screen, edit and save it as a gif or video.
http://www.screentogif.com
Microsoft Public License
23.77k stars 2.18k forks source link

Allow setting delay to 0 ms #695

Open SlowLogicBoy opened 4 years ago

SlowLogicBoy commented 4 years ago

Right now, ScreenToGif allows to set delay from 10 ms to 25500 ms.

This is useful for first frame, when you want (in a workaround way) to set Thumbnail of your gifAPNG, because some apps and/or websites (like Discord) do not animate gifsAPNGs until you open them up, they just take first frame and display it, and when animation is played that frame is not displayed at all in animation.

NickeManarin commented 4 years ago

Hmm, having a frame with 0ms is not supported on all browsers.

With most of them, the frame with 0ms will be changed during playback to 10ms or sometimes even a greater delay value.

Do you know if Discord really does that? (ignore the first frame with 0ms during playback)

SlowLogicBoy commented 4 years ago

My bad, I was doing this with APNGs with https://sourceforge.net/projects/apngasm/