[FFmpeg-trac] #5730(undetermined:new): Rewrapping H.264 MXF file from camera Sony FS 7 creates file not playable by Quicktime

FFmpeg trac at avcodec.org
Fri Jul 22 20:08:11 EEST 2016


#5730: Rewrapping H.264 MXF file from camera Sony FS 7 creates file not playable
by Quicktime
-------------------------------------+-------------------------------------
             Reporter:  rmk          |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  mxf mov      |               Resolution:
  h264                               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:  mxf, mov, h.264 => mxf mov h264


Comment:

 The following does not change the output file here, so I don't think the
 warning is related:
 {{{
 diff --git a/libavcodec/h264.h b/libavcodec/h264.h
 index 1e3dfd5..a3f3681 100644
 --- a/libavcodec/h264.h
 +++ b/libavcodec/h264.h
 @@ -217,7 +217,7 @@ typedef struct PPS {
      uint8_t scaling_matrix8[6][64];
      uint8_t chroma_qp_table[2][QP_MAX_NUM+1];  ///< pre-scaled (with
 chroma_qp_index_offset) version of qp_table
      int chroma_qp_diff;
 -    uint8_t data[4096];
 +    uint8_t data[12288];
      size_t data_size;

      uint32_t dequant4_buffer[6][QP_MAX_NUM + 1][16];
 }}}
 Is !QuickTime supposed to play yuv422p10 / do you have such a mov file
 that is played by !QuickTime?

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5730#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list