[FFmpeg-trac] #10150(undetermined:open): Variable framerate with a maximum value
FFmpeg
trac at avcodec.org
Thu Nov 23 18:04:03 EET 2023
#10150: Variable framerate with a maximum value
-------------------------------------+-------------------------------------
Reporter: Zoont | Owner: (none)
Type: defect | Status: open
Priority: important | Component:
| undetermined
Version: git-master | Resolution:
Keywords: fps | Blocked By:
framerate vfr cfr vsync |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by Gyan):
There's another side-effect of disallowing `-r` in VFR mode. Some encoders
(most notably x264) modulate their ratecontrol based on the set framerate.
Higher the rate, lower the quality. This could earlier be used to encode
sparse slideshow streams while controlling output stream size. Now ffmpeg
is limited to using the input probed frame rate if VFR is to be
maintained. And the wrapper sets the rate based on the avctx framerate.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10150#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list