#10880: Timecode not preserved from .mxf to .mov when rewrapping.
-------------------------------------+-------------------------------------
Reporter: Paul | Type: defect
Pacifico |
Status: new | Priority: normal
Component: ffmpeg | Version: git-
| master
Keywords: timecode | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
When rewrapping .mxf container to .mov with ffmpeg ''version
N-113233-ge4c96dc96c'' using this command:
{{{
% ffmpeg -i input.mxf -c copy output.mov
}}}
The timecode is not preserved despite the ffmpeg output is:
{{{
Output #0, mov, to 'input.mov':
Metadata:
timecode : 01:02:50:11
}}}
When checking with FFprobe **no timecode found**.
Same command using **FFmpeg 4.4** works perfectly.
Paul.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10880>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".