mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #35] Version 2.3 Can't change Frame Time Length #32
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#32
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 @BGMcoder on GitHub (Nov 7, 2016).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/35
In version 2.2 we could, in the playback tab, adjust the length of the frame. You could only change one frame at a time though.
But in 2.3, you can't change it anymore - the edit box is missing.
Here's my dilemma - I need the base frame time length to be 300ms instead of 1000ms.
I know you can change the delay, but I want to change the frame time.
I would like to see two settings here:
@NickeManarin commented on GitHub (Nov 8, 2016):
Frame time, did you mean delay/duration?
Delay and frame time (or duration) are the same thing.
To change the delay of each selected frame you have two options (Under the Edit tab):
Override (also called replace), will replace all of the values to a specific value ranging from 10ms to 2.500ms.
or
Increment/Decrement, will increment (if the value is positive) or decrement (if the value is negative) all of the values.
@BGMcoder commented on GitHub (Nov 8, 2016):
In 2.2 there was delay and there seemed to be the slide duration. The default is 1000ms. If they are the same why are the limits for the delay only from 10ms to 2.5ms? I want a frame duration of 200ms, and the default is 1000. Also changing the "delay" does not change the duration total on the frame in the timeline.
@NickeManarin commented on GitHub (Nov 26, 2016):
By "default Slide duration" do you mean the default duration of the Snapshot mode?
A little correction: Gif specification only allows delays with 10ms to 25,500ms (25,5 seconds). (I mixed the comma with the period)
EDIT: Maximum frame delay of 25,500ms
@BGMcoder commented on GitHub (Nov 26, 2016):
No, I don't mean shapshot mode - I always do mine manually anyway - less editing and smaller files. What I mean is how long the gif stays on one particular image before it switches to the next one.
It seems to me that it stays the length of "slide duration" + "delay". Slide duration (in the older version) could be set to 300ms instead of 1000ms, irregardless of the delay.
What I want to see is the option to set a default on the slide duration (honestly, I don't care about delay).
@NickeManarin commented on GitHub (Apr 26, 2017):
I'm closing this issue because you can change the delay of selected frames.