#133 closed defect (fixed)
Default codecs.conf defined codecs
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | vo |
Version: | unspecified | Severity: | trivial |
Keywords: | Cc: | diego@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
I couldn't get the WMV9 screen capture codec (the schools use it for recording
teaching) working with mplayer even though I had the codec installed.
/usr/share/mplayer/codecs.conf
missed the lines:
videocodec wmsdmo
info "Windows Screen Video DMO"
status working
fourcc MSS1
fourcc MSS2
driver dmo
dll "wmsdmod.dll"
guid 0x7bafb3b1, 0xd8f4, 0x4279, 0x92, 0x53, 0x27, 0xda, 0x42, 0x31, 0x08, 0x$
out BGR32,BGR24,BGR16,BGR15
My distribution's packet owner just said it's missing from the upstream defaults
too so I thought I might add this here as well. Couldn't you include all kinds
of stuff there by default - if it's perhaps not working then as commented out
wor something.
Took me almost an hour to get working (looked first at the wrong places for the
information).
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This codec is now in codecs.conf, so I'm resolving this as FIXED.
You could have saved that by looking at the daily CVS snapshot. That entry is
already there (although the "msscds32.ax" codec is used for the MSS1 fourcc).