[FFmpeg-trac] #584(avformat:new): WTV MUX generates malformed files

FFmpeg trac at avcodec.org
Fri Nov 11 17:43:52 CET 2011


#584: WTV MUX generates malformed files
------------------------------------+------------------------------------
             Reporter:  ianken      |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  wtv         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by cehoyos):

 I tested the following commands with the sample you provided:
 {{{
 ffmpeg -i test1.wtv -sn -ac 2 -qscale 5 out1.wtv
 ffmpeg -i test1.wtv -sn -ac 2 -vcodec copy out2.wtv
 ffmpeg -i test1.wtv -sn -qscale 5 -acodec ac3 -ab 256k out3.wtv
 ffmpeg -i test1.wtv -sn -vcodec copy -acodec copy test.wtv
 }}}
 All four files play fine with WMP12.

 Seeking with WMP12 is not possible in all resulting files, is that what
 you wanted to report?

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


More information about the FFmpeg-trac mailing list