[FFmpeg-trac] #11469(ffmpeg:closed): ffmpeg_demux: readrate plays "catch up" if output is blocked, then later resumed
FFmpeg
trac at avcodec.org
Mon Feb 24 11:48:36 EET 2025
#11469: ffmpeg_demux: readrate plays "catch up" if output is blocked, then later
resumed
-------------------------------------+-------------------------------------
Reporter: Wallboy | Owner: Gyan
| Doshi <ffmpeg@…>
Type: defect | Status: closed
Priority: normal | Component: ffmpeg
Version: git-master | Resolution: fixed
Keywords: demuxer | Blocked By:
readrate |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by Gyan Doshi <ffmpeg@…>):
* owner: (none) => Gyan Doshi <ffmpeg@…>
* resolution: => fixed
* status: open => closed
Comment:
In [changeset:"6232f416b172358c9dd82462037953f02743df27/ffmpeg"
6232f416/ffmpeg]:
{{{#!CommitTicketReference repository="ffmpeg"
revision="6232f416b172358c9dd82462037953f02743df27"
ffmpeg_demux: add option readrate_catchup
At present, if reading from a readrate-limited input is stalled,
then upon resumption, ffmpeg will read the input without any
throttle till the average readrate matches the specified readrate.
This new option allows to set a speed limit when reading is resumed
until the average readrate matches the primary readrate.
Fixes #11469
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11469#comment:5>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list