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

FFmpeg trac at avcodec.org
Sat May 2 14:37:13 CEST 2015


#1945: Unable to remux MP4 files to WTV files
-------------------------------------+-------------------------------------
             Reporter:  ramitbhalla  |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:  duplicate
             Keywords:  wtv          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by al3x):

 This seems to be working for me:

 {{{
 ffmpeg -i CSI.mp4 -codec copy -bsf:v h264_mp4toannexb csi.wtv
 ffmpeg version N-71734-g0e7444f Copyright (c) 2000-2015 the FFmpeg
 developers
   built with Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM
 3.6.0svn)
   configuration: --disable-yasm
   libavutil      54. 23.101 / 54. 23.101
   libavcodec     56. 35.101 / 56. 35.101
   libavformat    56. 31.100 / 56. 31.100
   libavdevice    56.  4.100 / 56.  4.100
   libavfilter     5. 14.100 /  5. 14.100
   libswscale      3.  1.101 /  3.  1.101
   libswresample   1.  1.100 /  1.  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 (default)
     Metadata:
       handler_name    : VideoHandler
     Stream #0:1(und): Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, stereo,
 fltp, 192 kb/s (default)
     Metadata:
       handler_name    : SoundHandler
     Side data:
       unknown side data type 7 (4 bytes)
 Output #0, wtv, to 'csi.wtv':
   Metadata:
     major_brand     : isom
     minor_version   : 512
     compatible_brands: isomiso2avc1mp41
     encoder         : Lavf56.31.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, 29.97 tbr, 10000k tbn,
 29.97 tbc (default)
     Metadata:
       handler_name    : VideoHandler
     Stream #0:1(und): Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, stereo,
 192 kb/s (default)
     Metadata:
       handler_name    : SoundHandler
     Side data:
       unknown side data type 7 (4 bytes)
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
   Stream #0:1 -> #0:1 (copy)
 Press [q] to stop, [?] for help
 frame=  150 fps=0.0 q=-1.0 Lsize=    1404kB time=00:00:05.02
 bitrate=2291.1kbits/s
 video:1219kB audio:116kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 5.175156%
 }}}

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


More information about the FFmpeg-trac mailing list