Changes between Version 3 and Version 5 of Ticket #10018


Ignore:
Timestamp:
Nov 10, 2022, 9:56:13 AM (4 years ago)
Author:
Peter Z
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10018 – Description

    v3 v5  
    11Summary of the bug:
    2 There appears to be a regression with guesstimation of packet durations in ffmpeg v5 compared to v4.4.1. Last tested on ffmpeg master: 86157f5a25615491c94b0498bf76040b268bad6b
     2There appears to be a regression with guesstimation of packet durations in ffmpeg v5 compared to v4.4.1. Tested on latest master. The problem can be seen both with ffprobe and by doing a remux of the content, with the remux the total file duration will be affected.
    33
    44How to reproduce:
     
    6666{{{
    6767% ffmpeg -i repro.mp4 -c copy remux.mp4
     68 --- full ffprobe output in attached file ---
    6869}}}
     70
    6971
    7072Now the probed duration is no longer 10s but 1/60 less 9.983333.