Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add fallback for calculating file duration

2017-08-30 Thread Nicolas George
Le primidi 11 fructidor, an CCXXV, Justin Ruggles a écrit : > If a file does not have a known duration, this leads to the timestamps > starting over for the next file, causing non-monotonic timestamps. > To prevent this, track the duration during demuxing and use it to > determine the current file

Re: [FFmpeg-devel] [PATCH] avformat/concatdec: add fallback for calculating file duration

2017-08-30 Thread Paul B Mahol
On 8/29/17, Justin Ruggles wrote: > If a file does not have a known duration, this leads to the timestamps > starting over for the next file, causing non-monotonic timestamps. > To prevent this, track the duration during demuxing and use it to > determine the current