Re: [FFmpeg-user] multiple readrate

2025-03-19 Thread Jonathan Baecker
Am 19.03.25 um 12:27 schrieb Gyan Doshi: On 2025-03-19 04:43 pm, Jonathan Baecker wrote: Hi, does anyone know if it makes sense to use the -readrate option for each input file or is it enough to use it only once. You should set it for all inputs supplying streams to the same output. If you

Re: [FFmpeg-user] multiple readrate

2025-03-19 Thread Gyan Doshi
On 2025-03-19 04:43 pm, Jonathan Baecker wrote: Hi, does anyone know if it makes sense to use the -readrate option for each input file or is it enough to use it only once. You should set it for all inputs supplying streams to the same output. If you don't, packets are likely get buffered f

[FFmpeg-user] multiple readrate

2025-03-19 Thread Jonathan Baecker
Hi, does anyone know if it makes sense to use the -readrate option for each input file or is it enough to use it only once. For example, if I have a video and a webvtt file:  ffmpeg -readrate 1 -i video.mp4 -readrate 1 -i subtitle.vtt ... For a single file I don't see any difference, but