[FFmpeg-trac] #2817(avformat:new): Unimplemented mxf OP1a feature

FFmpeg trac at avcodec.org
Mon Jul 29 10:40:32 CEST 2013


#2817: Unimplemented mxf OP1a feature
---------------------------------------+----------------------------------
               Reporter:  cehoyos      |                  Owner:
                   Type:  enhancement  |                 Status:  new
               Priority:  wish         |              Component:  avformat
                Version:  git-master   |               Keywords:  mxf
             Blocked By:               |               Blocking:
Reproduced by developer:  0            |  Analyzed by developer:  0
---------------------------------------+----------------------------------
 (vlc ticket 9047)
 A vlc user uploaded a mxf sample that contains features not implemented in
 FFmpeg.
 {{{
 $ ffmpeg -i DNxHD_from_Adobe_Premiere_Pro_CC.mxf
 ffmpeg version N-55025-g19da86f Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Jul 29 2013 10:40:01 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack
   libavutil      52. 40.100 / 52. 40.100
   libavcodec     55. 19.100 / 55. 19.100
   libavformat    55. 12.102 / 55. 12.102
   libavdevice    55.  3.100 / 55.  3.100
   libavfilter     3. 81.103 /  3. 81.103
   libswscale      2.  4.100 /  2.  4.100
   libswresample   0. 17.103 /  0. 17.103
   libpostproc    52.  3.100 / 52.  3.100
 [mxf @ 0x2e49080] OPAtom misinterpreted as OP1a?KLV for edit unit 0
 extending into next edit unit is not implemented. Update your FFmpeg
 version to the newest one from Git. If the problem still occurs, it means
 that your file has a feature which has not been implemented.
 [mxf @ 0x2e49080] If you want to help, upload a sample of this file to
 ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel
 mailing list.
 [mxf @ 0x2e49080] OPAtom misinterpreted as OP1a?KLV for edit unit 1
 extending into next edit unit is not implemented. Update your FFmpeg
 version to the newest one from Git. If the problem still occurs, it means
 that your file has a feature which has not been implemented.
 [mxf @ 0x2e49080] If you want to help, upload a sample of this file to
 ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel
 mailing list.
 [mxf @ 0x2e49080] OPAtom misinterpreted as OP1a?KLV for edit unit 2
 extending into next edit unit is not implemented. Update your FFmpeg
 version to the newest one from Git. If the problem still occurs, it means
 that your file has a feature which has not been implemented.
 [mxf @ 0x2e49080] If you want to help, upload a sample of this file to
 ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel
 mailing list.
 [mxf @ 0x2e49080] OPAtom misinterpreted as OP1a?KLV for edit unit 3
 extending into next edit unit is not implemented. Update your FFmpeg
 version to the newest one from Git. If the problem still occurs, it means
 that your file has a feature which has not been implemented.
 [mxf @ 0x2e49080] If you want to help, upload a sample of this file to
 ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel
 mailing list.
 [mxf @ 0x2e49080] OPAtom misinterpreted as OP1a?KLV for edit unit 4
 extending into next edit unit is not implemented. Update your FFmpeg
 version to the newest one from Git. If the problem still occurs, it means
 that your file has a feature which has not been implemented.
 [mxf @ 0x2e49080] If you want to help, upload a sample of this file to
 ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel
 mailing list.
 [mxf @ 0x2e49080] OPAtom misinterpreted as OP1a?KLV for edit unit 5
 extending into next edit unit is not implemented. Update your FFmpeg
 version to the newest one from Git. If the problem still occurs, it means
 that your file has a feature which has not been implemented.
 [mxf @ 0x2e49080] If you want to help, upload a sample of this file to
 ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel
 mailing list.
 [mxf @ 0x2e49080] OPAtom misinterpreted as OP1a?KLV for edit unit 6
 extending into next edit unit is not implemented. Update your FFmpeg
 version to the newest one from Git. If the problem still occurs, it means
 that your file has a feature which has not been implemented.
 [mxf @ 0x2e49080] If you want to help, upload a sample of this file to
 ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel
 mailing list.
 [mxf @ 0x2e49080] OPAtom misinterpreted as OP1a?KLV for edit unit 7
 extending into next edit unit is not implemented. Update your FFmpeg
 version to the newest one from Git. If the problem still occurs, it means
 that your file has a feature which has not been implemented.
 [mxf @ 0x2e49080] If you want to help, upload a sample of this file to
 ftp://upload.ffmpeg.org/MPlayer/incoming/ and contact the ffmpeg-devel
 mailing list.
 Guessed Channel Layout for  Input Stream #0.1 : stereo
 Input #0, mxf, from 'DNxHD_from_Adobe_Premiere_Pro_CC.mxf':
   Metadata:
     uid             : 127428ee-f55a-11e2-a9d4-20c9d044ab43
     generation_uid  : 127428ef-f55a-11e2-88d3-20c9d044ab43
     company_name    : Adobe Systems Incorporated
     product_name    : Premiere Pro
     product_version : 7.0.1
     application_platform: Mac OS X
     product_uid     : 10ab07a9-e89e-7510-a923-ea9220524153
     modification_date: 2013-07-25 18:43:18
     timecode        : 00:00:00:00
   Duration: 00:00:05.00, start: 0.000000, bitrate: 126202 kb/s
     Stream #0:0: Video: dnxhd, yuv422p, 1920x1080, 25 fps, 25 tbr, 25 tbn,
 25 tbc
     Stream #0:1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
 At least one output file must be specified
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2817>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list