[FFmpeg-trac] #9426(undetermined:new): Broken copying for XAVC-L
FFmpeg
trac at avcodec.org
Mon Aug 29 22:29:11 EEST 2022
#9426: Broken copying for XAVC-L
-------------------------------------+-------------------------------------
Reporter: | Owner: (none)
PhillipBarnett |
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: git-master | Resolution:
Keywords: mxf h264 | Blocked By:
mov |
Blocking: | Reproduced by developer: 1
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by Tomas Härdin):
* keywords: mxf h264 => mxf h264 mov
* reproduced: 0 => 1
Comment:
This also happens with the mov muxer. The original files have ptses like
so (video only):
0,1,2,3,4,5,6,8
Note the lack of pts=7. When muxed as mxf I get:
1,2,4,5,7
and when muxed as mov:
2,3,4,5,6,8
Why this happens I'm not sure, but it's certainly not limited to mxfenc.
Marking as reproduced.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/9426#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list