Re: [FFmpeg-devel] [PATCH] avformat/mux: allow non-monotonic ts with AVFMT_NOTIMESTAMPS

2020-03-18 Thread Andreas Rheinhardt
Anton Khirnov: > Quoting Andreas Rheinhardt (2020-02-26 16:06:00) >> Anssi Hannula: >>> Allow non-monotonic input timestamps for muxers with no timestamps at >>> all (AVFMT_NOTIMESTAMPS). >>> >>> This is frequently hit when muxing TrueHD with spdifenc as many MKV >>> files use 1ms timestamps while

Re: [FFmpeg-devel] [PATCH] avformat/mux: allow non-monotonic ts with AVFMT_NOTIMESTAMPS

2020-02-27 Thread Anton Khirnov
Quoting Andreas Rheinhardt (2020-02-26 16:06:00) > Anssi Hannula: > > Allow non-monotonic input timestamps for muxers with no timestamps at > > all (AVFMT_NOTIMESTAMPS). > > > > This is frequently hit when muxing TrueHD with spdifenc as many MKV > > files use 1ms timestamps while TrueHD frames are

Re: [FFmpeg-devel] [PATCH] avformat/mux: allow non-monotonic ts with AVFMT_NOTIMESTAMPS

2020-02-26 Thread Andreas Rheinhardt
Anssi Hannula: > Allow non-monotonic input timestamps for muxers with no timestamps at > all (AVFMT_NOTIMESTAMPS). > > This is frequently hit when muxing TrueHD with spdifenc as many MKV > files use 1ms timestamps while TrueHD frames are shorter than that > (1/1200 sec for 48kHz-based and 1/1102.5

[FFmpeg-devel] [PATCH] avformat/mux: allow non-monotonic ts with AVFMT_NOTIMESTAMPS

2020-02-20 Thread Anssi Hannula
Allow non-monotonic input timestamps for muxers with no timestamps at all (AVFMT_NOTIMESTAMPS). This is frequently hit when muxing TrueHD with spdifenc as many MKV files use 1ms timestamps while TrueHD frames are shorter than that (1/1200 sec for 48kHz-based and 1/1102.5 sec for 44.1kHz-based rate