#66 closed defect (wontfix)
APE (Monkey Audio) dshow
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | demuxer |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Hi,
I have an dShow codec for play APE files... In Windows play fine, but when I
use in Mplayer produce this error, Why?
It's the correct mail for post this? If, it's not ok... Please Sorry!!! And
Can you tell me the correct mailpost?
It's a new feature, no¿?
Sample Test -> ftp://ftp.mplayerhq.hu/MPlayer/incoming/monkey/sh3.ape
.ax Codec -> ftp://ftp.mplayerhq.hu/MPlayer/incoming/monkey/RLAPEDec.ax
Guid -> {41FAF0F4-DCEC-4F6A-82D2-56E100F2A8E5}
audiocodec ape
info "Ape"
status untested
format 0x1
driver dshow
dll "rlapedec.ax"
guid 0x41faf0f4, 0xdcec, 0x4f6a, 0x82, 0xd2, 0x56, 0xe1, 0x00, 0xf2, 0xa8,
0xe5
And error:
Opening audio decoder: [dshow] Win32/DirectShow decoders
Warning: DS_Filter() could not find input pin. (DLL=rlapedec.ax, r=0x1)
ERROR: Could not open required DirectShow codec rlapedec.ax.
ADecoder preinit failed :(
ADecoder init failed :(
Change History (4)
comment:1 by , 20 years ago
Component: | ad → demuxer |
---|---|
Owner: | changed from | to
comment:2 by , 20 years ago
comment:3 by , 20 years ago
I reupload the files...
I test renaming RLAPEDec.ax to rlapedec.ax (upper case to lower case) but it
doesn't work!!!
comment:4 by , 20 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is because the decoder is not only a decoder but also a demuxer (it tries
to read the itself, MPlayer only supports filters that take a stream an decode it).
Unfortunaltely the code is not under a license that is compatible with MPlayer
so I guess there will be no support for it (See also
http://www.monkeysaudio.com/smf/index.php?topic=1312.0)
This directory doesn't exist in incoming, so I can't check your files. Anyway,
have you tried renaming RLAPEDec.ax to rlapedec.ax (upper case to lower case)
because that's what mplayer seems to be looking for.