[Ffmpeg-devel] WMV encoding bug. WMP can't play the files (Error: C00D11B1)
pabey at bluewin.ch
pabey
Mon Feb 19 20:00:24 CET 2007
Hi
I'm trying to convert a mpeg file to wmv. The file is playable in
VLC but not in WMP.
I just get the error C00D11B1.
Here is a sample file which doesn't work.
http://www.mediaconverter.org/testoutput.wmv
Created with this input file:
http://www.mediaconverter.org/testinput.mpeg
With the following command:
# ffmpeg -i testinput.mpeg -vcodec wmv2 -acodec mp3 testouput.wmv
FFmpeg version SVN-r8028, Copyright (c) 2000-2007 Fabrice Bellard,
et al.
configuration: --prefix=/opt/ffmpeg --enable-libmp3lame --enable-
xvid --enable-libogg --enable-gpl --enable-libvorbis --enable-amr_nb
--enable-amr_wb --enable-x264 --enable-pthreads --enable-libfaad --
enable-libfaac --enable-liba52 --enable-libdts
libavutil version: 49.3.0
libavcodec version: 51.33.0
libavformat version: 51.10.0
built on Feb 19 2007 18:26:54, gcc: 4.0.2 20050901 (prerelease)
(SUSE Linux)
Input #0, mpeg, from 'testinput.mpeg':
Duration: 00:00:32.0, start: 0.564911, bitrate: 721 kb/s
Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 320x240, 550 kb/s,
25.00 fps(r)
Stream #0.1[0x1c0]: Audio: mp2, 48000 Hz, stereo, 96 kb/s
Output #0, asf, to 'testouput.wmv':
Stream #0.0: Video: wmv2, yuv420p, 320x240, q=2-31, 200 kb/s,
25.00 fps(c)
Stream #0.1: Audio: mp3, 48000 Hz, stereo, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
frame= 877 q=5.3 Lsize= 1kB time=35.1 bitrate= 0.1kbits/s
video:1059kB audio:274kB global headers:0kB muxing overhead
-99.958753%
I think it stopped working with a new svn release. But I can't
remember what version I had before.
It also doesn't work with other file types than mpeg as the input
file.
I tried the option "-vcodec wmv1" as well as without this option
and it doesn't work at all.
I hope somebody can help me .. it's urgent. Thank you
Kind regards
Pascal Beyeler
More information about the ffmpeg-devel
mailing list