[MPlayer-users] MS Video Screen Codec
Christoph Heine
ch at h111.hadiko.de
Fri Dec 7 02:04:14 CET 2001
Hello,
There's a problem play WMV files encoded with the 'Windows Screen
Video' Codec. The CLSID of the Codec is
{3301A7C4-0A8D-11D4-914D-00C04F610D24}, the file is named msscds32.ax
and the fourcc is MSS1
I added the following entry into the ~/.mplayer/codecs.conf, similar to
the codec for the 'WMV1' Codec:
-- snip --
videocodec mss1
info "Windows Screen Video"
status unknown
fourcc MSS1
driver dshow
dll "msscds32.ax"
guid 0x3301a7c4, 0x0a8d, 0x11d4, 0x91, 0x4d, 0x00, 0xc0, 0x4f, 0x61, 0x0d, 0x24
; out I420
out YUY2
out BGR32,BGR24,BGR16,BGR15
-- snip --
and placed msscds32.ax in /usr/lib/win32.
Starting mplayer results in the following error:
-- snip --
myuser at myhost:~$ mplayer test1.wmv
MPlayer 0.50 (C) 2000-2001 Arpad Gereoffy (see DOCS!)
Reading /home/myuser/.mplayer/codecs.conf: 18 audio & 41 video codecs
font: can't open file: /home/myuser/.mplayer/font/font.desc
font: can't open file: /usr/share/mplayer/font/font.desc
Playing test1.wmv
Detected ASF file format!
VIDEO: [MSS1] 1024x768 24bpp
[V] filefmt:6 fourcc:0x3153534D size:1024x768 fps:1000.00
ftime:=0.0010
Detected audio codec: [divx] drv:4 (DivX audio (WMA))
Loading DLL: 'divxa32.acm'
AUDIO: srate=16000 chans=1 bps=2 sfmt=0x10 ratio: 2000->32000
Detected video codec: [mss1] drv:4 (Windows Screen Video)
vo: X11 running at 1024x768 with depth 16 and 16 bits/pixel (":0.0" =>
local display)
Loading DLL: 'msscds32.ax'
External func WSOCK32.dll:14
External func WSOCK32.dll:8
Called unk__EH_prolog
Called unk__EH_prolog
MPlayer interrupted by signal 11 in module: init_video_codec
-- snip --
Is there any chance to get it work?
Christoph
More information about the MPlayer-users
mailing list