[FFmpeg-trac] #2945(avformat:open): Support remuxing mpeg2video into mxf-d10

FFmpeg trac at avcodec.org
Mon Sep 9 10:08:27 CEST 2013


#2945: Support remuxing mpeg2video into mxf-d10
-------------------------------------+------------------------------------
             Reporter:  ortoni       |                    Owner:
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  mxf          |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+------------------------------------
Changes (by cehoyos):

 * status:  new => open
 * reproduced:  0 => 1


Comment:

 Patch sent.
 {{{
 $ make fate-lavf-mxf_d10

 ...
 $ ./ffmpeg -i tests/data/lavf/lavf.mxf_d10 -c copy -f mxf_d10 out.mxf
 ffmpeg version N-56121-g43497d8 Copyright (c) 2000-2013 the FFmpeg
 developers
   built on Sep  9 2013 10:07:32 with gcc 4.7 (SUSE Linux)
   configuration: --enable-gpl --disable-indev=jack
   libavutil      52. 43.100 / 52. 43.100
   libavcodec     55. 31.101 / 55. 31.101
   libavformat    55. 16.101 / 55. 16.101
   libavdevice    55.  3.100 / 55.  3.100
   libavfilter     3. 84.100 /  3. 84.100
   libswscale      2.  5.100 /  2.  5.100
   libswresample   0. 17.103 /  0. 17.103
   libpostproc    52.  3.100 / 52.  3.100
 Guessed Channel Layout for  Input Stream #0.1 : stereo
 Input #0, mxf, from 'tests/data/lavf/lavf.mxf_d10':
   Metadata:
     uid             : adab4424-2f25-4dc7-92ff-29bd000b0000
     generation_uid  : adab4424-2f25-4dc7-92ff-29bd000b0001
     company_name    : FFmpeg
     product_name    : OP1a Muxer
     product_version : 0.0.0
     product_uid     : adab4424-2f25-4dc7-92ff-29bd000b0002
     modification_date: 0-01-01 00:00:00
     timecode        : 00:00:00:00
   Duration: 00:00:01.00, start: 0.000000, bitrate: 42647 kb/s
     Stream #0:0: Video: mpeg2video (4:2:2), yuv422p(tv), 720x608 [SAR 1:1
 DAR 45:38], max. 30000 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
     Stream #0:1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
 [mxf_d10 @ 0x1ae29a0] error MXF D-10 only support 30/40/50 mbit/s
 Output #0, mxf_d10, to 'out.mxf':
   Metadata:
     uid             : adab4424-2f25-4dc7-92ff-29bd000b0000
     generation_uid  : adab4424-2f25-4dc7-92ff-29bd000b0001
     company_name    : FFmpeg
     product_name    : OP1a Muxer
     product_version : 0.0.0
     product_uid     : adab4424-2f25-4dc7-92ff-29bd000b0002
     modification_date: 0-01-01 00:00:00
     timecode        : 00:00:00:00
     encoder         : Lavf55.16.101
     Stream #0:0: Video: mpeg2video, yuv422p, 720x608 [SAR 1:1 DAR 45:38],
 q=2-31, max. 30000 kb/s, 25 fps, 25 tbn, 25 tbc
     Stream #0:1: Audio: pcm_s16le, 48000 Hz, stereo, 1536 kb/s
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
   Stream #0:1 -> #0:1 (copy)
 Could not write header for output file #0 (incorrect codec parameters ?):
 Operation not permitted
 }}}

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2945#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list