Re: [FFmpeg-devel] [PATCH] ffmpeg_demux: add option readrate_catchup

2025-02-24 Thread Gyan Doshi
On 2025-02-23 01:06 pm, Gyan Doshi wrote: On 2025-02-18 03:16 pm, Gyan Doshi wrote: 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 opti

Re: [FFmpeg-devel] [PATCH] ffmpeg_demux: add option readrate_catchup

2025-02-22 Thread Gyan Doshi
On 2025-02-18 03:16 pm, Gyan Doshi wrote: 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 i

[FFmpeg-devel] [PATCH] ffmpeg_demux: add option readrate_catchup

2025-02-18 Thread Gyan Doshi
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 th