mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1178] [Bug] Some frames are missing for unknown reason when using gifski encoder #883
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#883
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 @byzod on GitHub (Mar 4, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1178
Originally assigned to: @NickeManarin on GitHub.
Describe the bug
When saving project to gif, frames are missing when using gifski encoder, other encoders works fine
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All frames in project can be seen in the result gif file
Screenshots


Note that I add some text in the last 10 frames, they are missing in the result
The result:
Desktop (please complete the following information):
Additional context
Project:
P2.zip
@fz0000 commented on GitHub (Nov 15, 2025):
This is a feature, not a bug.
Gifski optimizes GIFs by merging identical frames: if the frames are visually identical, it will merge them into a single frame with a longer duration. This is a core feature to make files smaller.
To avoid it, you can try to make each frame slightly different, e.g. add a tiny amount of noise to every frame.
If you wish Gifski had an option for completely frame-by-frame output, you can submit a feature quest on Gifski's repo.