[FFmpeg-user] itsoffset vs. setpts=PTS+10/TB

Jonathan Baecker jonbae77 at gmail.com
Fri Jun 17 13:46:22 CEST 2016


Am 17.06.2016 um 12:19 schrieb Carl Eugen Hoyos:
> Jonathan Baecker <jonbae77 <at> gmail.com> writes:
>
>> so setpts works in general more safer?
> I would say it is more predictable than itsoffset.
>
>> I have test this with some image sequences and got
>> some warning (Buffer queue overflow, dropping.)
> This may indicate you also need the fifo filter.
>
>
Ah this sound a good solution! You think it is better to use fifo after 
splitting, or before?:

    a: [in]split[out1][out2];[out1]fifo[fi1];[out2]fifo[fi2]

or:

    b: [in]fifo,split[out1][out2]

Jonathan


More information about the ffmpeg-user mailing list