mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #146] Framerate option ignored during ffmpeg saving? #127
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#127
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 @MeatyChunks on GitHub (May 29, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/146
Originally assigned to: @NickeManarin on GitHub.
While testing some settings it looks like the framerate option is ignored during ffmpeg saving? Adding -report to the ffmpeg command line shows there's always an "-r 30" at the end, regardless of whatever I set it to in the area above the ffmpeg command line. Is it meant to be this way?
I could also use some help if possible; While saving as a GIF plays at the correct speed, ffmpeg always seems to play it slightly faster, I was wondering if setting it to a lower fps would fix the issue which led me to discovering not being able to change the framerate. This is while using constant framerate so the delay between frames shows as 33ms, does ffmpeg ignore that or something?
Many thanks!
@NickeManarin commented on GitHub (May 30, 2017):
Indeed, there's a bug in here. The value is locked to a hidden value. I just need to set the proper variable.
Currently, FFmpeg ignores the delay between frames of the source recording. I still need to implement variable framerate and remove the Framerate option.
Thanks.
@NickeManarin commented on GitHub (Jun 1, 2017):
I removed the output fps parameter from my code (you can still set via the Extras box) in order to favor variable framerate from the current recording.
Ready for v2.8.