Opened 6 weeks ago
#10880 new defect
Timecode not preserved from .mxf to .mov when rewrapping.
| Reported by: | Paul Pacifico | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | ffmpeg |
| Version: | git-master | Keywords: | timecode |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
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.
Note:
See TracTickets
for help on using tickets.


