mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #1247] [Feature Request] Trim Frames - Remove duplicate frames at the start and end of animation #3328
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#3328
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 @DevRubicate on GitHub (Nov 5, 2023).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1247
Originally assigned to: @NickeManarin on GitHub.
Is your feature request related to a problem? Please describe.
While developing, I very often use ScreenToGif to record what's happening in my application during a specific event, like an animation playing, a button being pressed, or something visual changing. To do this, I start the recording, trigger the event, and stop the recording. But before I can share the gif I manually go into the animation timeline and delete all the frames before the event happened, and then all the frames after the event finished, so that the gif is smaller in size and playback time. I don't want to waste people's time by making them wait 3-4 seconds while I fumble my way to trigger the event that I am trying to record.
Describe the solution you'd like
It would be nice if there was a "Trim Frames" button under the Edit tab which removed all duplicate frames at the start of the animation, and all duplicate frames at the end of the animation, but did not remove duplicate frames in the middle. It could also be baked into the existing "Remove Duplicate" button as a new set of options.