INTERACT FORUM
More => Old Versions => Media Center 15 (Development Ended) => Topic started by: mojave on February 09, 2011, 09:59:01 pm
-
I am trying to register lavf splitter and lavc audio in Windows 7 64-bit. I can run the batch files with elevated priviledges and they say they register. However, they still won't show up as filters in MC. I then used an elevated command prompt to manually register the filters. Again, they said that they registered, but they won't show up in MC. Is there something else I can try?
-
You'll have to use 32-bit versions of the filters for Media Center.
Unfortunately 64-bit and 32-bit binaries can't mix at all. Media Center is compiled as 32-bit, save for shell extensions which are shipped as both 32-bit and 64-bit.
-
I've exactly the same setup, installed it the same as you..... and it just works for me (eg here is a sample Direct Show Graph) :) . Once installed it is available for selection in the "Source Filter" drop down box. I have to say I'm pretty impressed, there are some bugs but nevcairiel (the Dev) seems pretty responsive on working on this over at Doom9 http://forum.doom9.org/showthread.php?t=156191
**EDIT** I installed the 32-Bit version of course
Filter Graph Info:
Filter 'ReClock Audio Renderer'
CLSID: {9DC15360-914C-46B8-B9DF-BFE67FD36C6A}
Host: c:\program files (x86)\reclock\reclock.dll
Input Pin 'In'
Connected to pin 'XForm Out' of filter 'ArcSoft Audio Decoder HD'
Major type MEDIATYPE_Audio Sub type MEDIASUBTYPE_PCM, Format type FORMAT_WaveFormatEx
Filter 'madVR'
CLSID: {E1A8B82A-32CE-4B0D-BE0D-AA68C772E423}
Host: c:\users\mum and dad\downloads\madvr\madvr.ax
Input Pin 'Input'
Connected to pin 'Out' of filter 'ffdshow Video Decoder'
Major type MEDIATYPE_Video Sub type MEDIASUBTYPE_YV12, Format type FORMAT_VideoInfo2
Filter 'ArcSoft Audio Decoder HD'
CLSID: {1A89085B-B654-4ED8-8831-5AC629A05FF5}
Host: c:\users\mum and dad\downloads\tmtfilter\asaudiohd+.ax
Input Pin 'XForm In'
Connected to pin 'Audio' of filter 'lavf dshow source filter'
Major type MEDIATYPE_Audio Sub type Unknown GUID Name: {00002001-0000-0010-8000-00AA00389B71}, Format type FORMAT_WaveFormatEx
Output Pin 'XForm Out'
Connected to pin 'In' of filter 'ReClock Audio Renderer'
Major type MEDIATYPE_Audio Sub type MEDIASUBTYPE_PCM, Format type FORMAT_WaveFormatEx
Filter 'ffdshow Video Decoder'
CLSID: {04FE9017-F873-410E-871E-AB91661A4EF7}
Host: c:\program files (x86)\ffdshow\ffdshow.ax
Input Pin 'In'
Connected to pin 'Video' of filter 'lavf dshow source filter'
Major type MEDIATYPE_Video Sub type Unknown GUID Name: {31435641-0000-0010-8000-00AA00389B71}, Format type FORMAT_MPEG2_VIDEO
Output Pin 'Out'
Connected to pin 'Input' of filter 'madVR'
Major type MEDIATYPE_Video Sub type MEDIASUBTYPE_YV12, Format type FORMAT_VideoInfo2
Input Pin 'In Text'
Filter 'lavf dshow source filter'
CLSID: {B98D13E7-55DB-4385-A33D-09FD1BA26338}
Host: c:\users\mum and dad\downloads\lavfsplitter-0.13\lavfdshowsplitter.ax
Output Pin 'Video'
Connected to pin 'In' of filter 'ffdshow Video Decoder'
Major type MEDIATYPE_Video Sub type Unknown GUID Name: {31435641-0000-0010-8000-00AA00389B71}, Format type FORMAT_MPEG2_VIDEO
Output Pin 'Audio'
Connected to pin 'XForm In' of filter 'ArcSoft Audio Decoder HD'
Major type MEDIATYPE_Audio Sub type Unknown GUID Name: {00002001-0000-0010-8000-00AA00389B71}, Format type FORMAT_WaveFormatEx
-
Thanks. I got it to work with the 32 bit version. It looks like I waited until just the right time to ask my question since both Matt and Nathan responded quickly. ;D