mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #589] default ffmpeg VP9 options speeds up the output video #486
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#486
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 @A-tG on GitHub (Feb 14, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/589
Originally assigned to: @NickeManarin on GitHub.
Recorded video has 15fps. I have to manually add "-r 15" to avoid speeding up. Maybe there is should be some builded-in argument like {W} and {H} but for the framerate. VP8 dont have that problem.
@NickeManarin commented on GitHub (Apr 3, 2020):
Doesn't look like it's speeding up to me. Which player and codecs are you using?
I can't add the {F} parameter because I don't have it while inside the Editor.
@A-tG commented on GitHub (Apr 6, 2020):
I checked again. It looks like PotPlayer's (video player that I use) built-in ffmpeg decoder vp9_cuvid treats 15fps or 5 fps video as 25fps and speeds everything up.
@A-tG commented on GitHub (Apr 7, 2020):
Also DXVA decoder works fine in PotPlayer, but reports 25 FPS, and correct "actual fps", VLC Player just dont play video at all. Standard Windows Media Player and "Movide & TV" works normal. Also no "framerate" property in file properties -> details if it should be.
@NickeManarin commented on GitHub (Apr 7, 2020):
You can add manually the FPS to the params text box (as you are currently doing) and save it to always use that (as a preset).
Not sure what else to do in this case.
@NickeManarin commented on GitHub (May 6, 2020):
Closing this as external.