Changes between Version 3 and Version 5 of Ticket #10018
- Timestamp:
- Nov 10, 2022, 9:56:13 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10018 – Description
v3 v5 1 1 Summary 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: 86157f5a25615491c94b0498bf76040b268bad6b2 There 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. 3 3 4 4 How to reproduce: … … 66 66 {{{ 67 67 % ffmpeg -i repro.mp4 -c copy remux.mp4 68 --- full ffprobe output in attached file --- 68 69 }}} 70 69 71 70 72 Now the probed duration is no longer 10s but 1/60 less 9.983333.


