[FFmpeg-trac] #9618(undetermined:open): Trimming Error on MXF H264 All-Intra High422

FFmpeg trac at avcodec.org
Sat Jan 29 14:17:21 EET 2022


#9618: Trimming Error on MXF H264 All-Intra High422
-------------------------------------+-------------------------------------
             Reporter:  Nicolas      |                    Owner:  (none)
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  Trim MXF     |               Blocked By:
  H264 Intra 422                     |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by Balling):

 * status:  new => open

Comment:

 Okay, first of all mxf must have a video (-vn -c:a copy to mxf):


 {{{
 [mxf @ 00000217cf0c93c0] there must be exactly one video stream and it
 must be the first one
 }}}
 mp4 does not support pcm_s24le, and yet mkv does work:
 ffmpeg.exe -ss 6.74  -i Canon_Trimming_Error_H264_422_Intra_10bits.MXF -t
 1 -vn -c:a copy -map 0:a
 Canon_Trimming_Error_H264_422_Intra_10bits_OUT.mkv


 You cannot -c:a copy this audio to mxf, yet.

 ffmpeg.exe -ss 6.74  -i Canon_Trimming_Error_H264_422_Intra_10bits.MXF -t
 1 -c:v copy Canon_Trimming_Error_H264_422_Intra_10bits_OUT.mxf

 -c:v copy video to mp4 and then work with it -i
 Canon_Trimming_Error_H264_422_Intra_10bits.MXF  -an -c:v copy
 Canon_Trimming_Error_H264_422_Intra_10bits_OUTv.mp4
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9618#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list