Changes between Version 5 and Version 7 of Ticket #10018
- Timestamp:
- Nov 10, 2022, 10:13:13 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10018 – Description
v5 v7 60 60 {{{ 61 61 % ffprobe -show_packets repro.mp4 62 --- full ffprobe output in attached file --- 62 63 }}} 63 64 With ffmpeg 4.4.1 this would show packet duration as 2 (2/60) but with ffmpeg 5.x all the packets get duration 1 (1/60). … … 66 67 {{{ 67 68 % ffmpeg -i repro.mp4 -c copy remux.mp4 68 --- full ffprobe output in attached file ---69 69 }}} 70 70


