[FFmpeg-trac] #536(avformat:open): Mux H264 and AAC into WTV

FFmpeg trac at avcodec.org
Thu Jan 31 00:53:54 CET 2013


#536: Mux H264 and AAC into WTV
-------------------------------------+------------------------------------
             Reporter:  ianken       |                    Owner:  michael
                 Type:  enhancement  |                   Status:  open
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  wtv          |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by ramitbhalla):

 Okay here is FUNNY part, I can stream copy a H264 video file into a WTV
 file and also recode it to H264 (using the libx264 codec - mpeg4 codec
 doesnt seem to play back in WMP) but only if I specify -f mpegts in the
 command line.

 If I don't specify -f mpegts in the command line it won't work, but if I
 do it works.

 ie:
     ffmpeg -i h264.wtv -vcodec copy -acodec copy test.wtv
 will fail
 but
     ffmpeg -i h264.wtv -vcodec copy -acodec copy -f mpegts test.wtv
 will work

     ffmpeg -i h264.wtv -vcodec libx264 -acodec copy -f mpegts test.wtv

 also works

 Am I missing something?

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


More information about the FFmpeg-trac mailing list