Re: invalid WMV muxing
Marc Noirot <marc <at> e-m.fr>
2007-06-01 12:13:56 GMT
Sorry, my bad.
I tried to remux the following file, http://noirotm.free.fr/test.avi
into a WMV file, using the latest ffmpeg version (r9166).
The resulting file, http://noirotm.free.fr/test9166.wmv doesn't play in
any player except those using libavformat (i tested VLC and mplayer).
The command line i used is the following:
ffmpeg -i test.avi -acodec copy -vcodec copy -y test9166.wmv
The output I got from ffmpeg is the following:
FFmpeg version SVN-r9166, Copyright (c) 2000-2007 Fabrice Bellard, et al.
configuration: --enable-pp --enable-gpl --enable-libmp3lame
libavutil version: 49.4.0
libavcodec version: 51.40.4
libavformat version: 51.12.1
built on Jun 1 2007 11:49:45, gcc: 4.1.2 (Ubuntu 4.1.2-0ubuntu4)
Input #0, avi, from 'test.avi':
Duration: 00:00:33.8, start: 0.000000, bitrate: 836 kb/s
Stream #0.0: Video: wmv2, yuv420p, 352x240, 29.97 fps(r)
Stream #0.1: Audio: mp3, 22050 Hz, mono, 64 kb/s
Output #0, asf, to 'test9661.wmv':
Stream #0.0: Video: wmv2, yuv420p, 352x240, q=2-31, 29.97 fps(c)
Stream #0.1: Audio: mp3, 22050 Hz, mono, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
frame= 1012 fps= 0 q=4.3 Lsize= 3473kB time=33.8 bitrate=
(Continue reading)