[FFmpeg-trac] #1945(undetermined:new): Unable to remux MP4 files to WTV files

FFmpeg trac at avcodec.org
Wed Nov 21 23:22:28 CET 2012


#1945: Unable to remux MP4 files to WTV files
--------------------------------------+----------------------------------
             Reporter:  ramitbhalla   |                     Type:  defect
               Status:  new           |                 Priority:  normal
            Component:  undetermined  |                  Version:
             Keywords:                |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+----------------------------------
 Summary of the bug: When I try to remux a MP4 file (H.264 with AC3 or
 H.264 with AAC) to a WTV file FFMPEG gives an error. H.264 is a format
 that's supported by WTV (attaching a sample H264.wtv FYR).

 How to reproduce:
 ffmpeg.x86.exe -i CSI.mp4 -codec copy csi.wtv

 {{{
 ffmpeg version N-46726-g2f74f8d Copyright (c) 2000-2012 the FFmpeg
 developers
   built on Nov 13 2012 19:29:51 with gcc 4.7.2 (GCC)
   configuration: --enable-gpl --enable-version3 --disable-pthreads
 --enable-runtime-cpudetect --enable-avisynth --enable
 -bzlib --enable-frei0r --enable-libass --enable-libopencore-amrnb
 --enable-libopencore-amrwb --enable-libfreetype --enab
 le-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg
 --enable-libopus --enable-librtmp --enable-libschroed
 inger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-
 libvo-aacenc --enable-libvo-amrwbenc --enable-li
 bvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid
 --enable-zlib
   libavutil      52.  6.100 / 52.  6.100
   libavcodec     54. 71.100 / 54. 71.100
   libavformat    54. 36.100 / 54. 36.100
   libavdevice    54.  3.100 / 54.  3.100
   libavfilter     3. 23.100 /  3. 23.100
   libswscale      2.  1.102 /  2.  1.102
   libswresample   0. 16.100 /  0. 16.100
   libpostproc    52.  1.100 / 52.  1.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'CSI.mp4':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf54.36.100
   Duration: 00:00:05.01, start: 0.000000, bitrate: 2191 kb/s
     Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p,
 720x480 [SAR 8:9 DAR 4:3], 1994 kb/s, 29.97 fps,
 29.97 tbr, 30k tbn, 59.94 tbc
     Metadata:
       handler_name    : VideoHandler
     Stream #0:1(und): Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, stereo,
 s16, 192 kb/s
     Metadata:
       handler_name    : SoundHandler
 [wtv @ 03b72ac0] can't get video codec_id (0x1c) guid.
 [wtv @ 03b72ac0] write stream codec info failed codec_type(0x0)
 [wtv @ 03b72ac0] write stream codec failed codec_type(0x0)
 Output #0, wtv, to 'csi.wtv':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf54.36.100
     Stream #0:0(und): Video: h264 (avc1 / 0x31637661), yuv420p, 720x480
 [SAR 8:9 DAR 4:3], q=2-31, 1994 kb/s, 29.97 fps,
  90k tbn, 29.97 tbc
     Metadata:
       handler_name    : VideoHandler
     Stream #0:1(und): Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo,
 192 kb/s
     Metadata:
       handler_name    : SoundHandler
 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
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

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


More information about the FFmpeg-trac mailing list