[FFmpeg-trac] #10880(ffmpeg:new): Timecode not preserved from .mxf to .mov when rewrapping.

FFmpeg trac at avcodec.org
Fri Feb 23 10:45:22 EET 2024


#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


More information about the FFmpeg-trac mailing list