[FFmpeg-user] ffprobe duration difference between 5.1.3 and 6.0.
Nicolas Gaullier
nicolas.gaullier at cji.paris
Mon Oct 30 19:00:46 EET 2023
>ffprobe duration difference between 5.1.3 and 6.0.
>
>I'd like to know if this is an expected behavior change
Yes, this is an expected change,
take a look at this unambiguous commit:
https://github.com/FFmpeg/FFmpeg/commit/836b8001c924deb9263b0f5b7c74ccfaab1f4fdc
Note that your sample has an edit list which truncates the available (stts) duration to 1s,
but other durations in the file (mvhd/mdhd/tkhd) are set to longer values - which is wrong (according to 14496-12).
Nicolas
More information about the ffmpeg-user
mailing list