mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #907] Laggy Animated WebP on iPhone #705
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#705
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FOSP-user on GitHub (Jun 1, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/907
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 on GitHub (Jun 2, 2021):
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.