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.47k stars 2.17k forks source link

Laggy Animated WebP on iPhone #907

Open FOSP-user opened 3 years ago

FOSP-user commented 3 years ago

Although the iPhone has started supporting WebP, there is still a problem with Animated WebP not being displayed properly.

https://en.bandisoft.com/honeycam/help/webp-iphone-compatible

According to the above site, it is because the iPhone does not support frame disposal.

And their programs can turn off the feature, which increases the size of the image but can make it look good on the iPhone.

Is there a way to turn off this frame disposal option in ScreenToGif's settings?

pawlos commented 3 years ago

I briefly looked at this and it seems to be not that trivial. WebP is done via ffmpeg and from what I could find it doesn't support controlling frame disposal at the moment.