Hacking Windows 7 Media Center

Downloading Stand Alone Filters from Media Player Classic – Homecinema

by Michael Healy @ 6:15 am on March 30th, 2009 in codecs, graphstudio with 7 Comments

Media Player Classic HomeCinema Sometimes you just need a single Directshow filter, say an MKV splitter to use with the default Windows 7 codecs. Should you install a codec pack when all you need is a single splitter? Absolutely not! Maybe you just need an x64 video decoder capable of hardware acceleration. There’s no reason to download something you don’t need to get the functions you want from your current filter setup.

What you do need, is to get acquainted with a little resource on Sourceforge where you can download stand alone filters used in the popular Media Player Classic – Homecinema media player. This resource includes practically any splitter or decoder you might need in single serving sizes. No need to download that complete codec pack to get a single filter!

Finding the right filter for your needs can be slightly cryptic but not too difficult. First you should choose the correct platform, x86 or x64, or be sure to download and register both versions for maximum compatibility on x64 systems. You should be able to discern the type of filter from the filename of each download (especially if you’re looking for something specific). For instance, MPCVideoDec is the video decoder used in Media Player Classic which is capable of DXVA (GPU hardware acceleration).

Getting your filter registered can be slightly more difficult. You will need to extract the file to a location on your hard disk then open an elevated command prompt. To get an elevated command prompt simply open your start menu and type “cmd” then press ctrl-shift-enter. Once inside type the following: “C:\Windows\system32\regsvr32 FILELOCATION”, replacing FILELOCATION with the location of the extracted file. For registering x64 filters do the same except use: “C:\Windows\sysWOW64\regsvr32 FILELOCATION”.

To uninstall a previously installed filter follow the same steps to launch an elevated command prompt then enter “C:\Windows\system32\regsvr32 /u FILELOCATION” or “C:\Windows\sysWOW64\regsvr32 /u FILELOCATION” depending on the version.

Those are all the steps to download and install individual filters from the Media Player Classic – Homecinema project for use in your DirectShow setup. As long as no errors occurred during the process the filters should be installed and ready to use.

Need more? Take a look at Clearing Up the Codec Confusion for a more complete guide to setting up your codecs and filters!

7 Comments


Wy
Comment #252 from Wy [Reply]

So is there any way to use MPCVideoDec in 7MC with subtitles, but without losing DXVA?

When VSFilter or Ffdshow is introduced to handle subtitles, DXVA doesn’t work.

Comment left April 6, 2009 at 2:43 am Permanent Link
Comment #253 from Michael Healy [Reply]

Unfortunately, no. There is currently no way to enable both DXVA and subtitles in 7MC using MPCVideoDec.

Comment left April 6, 2009 at 8:21 am Permanent Link

Wy
Comment #254 from Wy [Reply]

Thought so :( Thanks for the confirmation. Back to CoreAVC then… and pray that in the next version CUDA will work with Win7.

Comment left April 6, 2009 at 9:41 am Permanent Link

iMx
Comment #5752 from iMx [Reply]

Any way to sort this yet? Subtitles with DXVA, probably using MPC HC codec in Win7? Someone mentioned using media browser?

Comment left December 16, 2009 at 5:50 pm Permanent Link
Comment #8757 from Dave M [Reply]

I’m a little confused.

If you’re using C:\Windows\sysWOW64\regsvr32 then you’re using the 32 bit version of the program to register a 64 bit app.

see here http://support.microsoft.com/kb/282747

Comment left March 25, 2010 at 12:24 pm Permanent Link
@Reply #8759 from Michael Healy [Reply]

There are separate regsvr32’s for both 32-bit and 64-bit though they both have the same executable name, the difference is the folder they are run from. The regsvr32 in sysWOW64 registers 64-bit applications even though it’s a 32-bit program.

Comment left March 25, 2010 at 1:23 pm Permanent Link
Comment #14386 from Jason Saggers [Reply]

What files are needed to play .flv files.
I have applied the FLVSplitter.ax file, some .FLV files now play.
I don’t want to apply 34 different .AX files just to get .FLV files to play in media player.

Comment left July 31, 2010 at 8:11 am Permanent Link

Leave A Comment

Post Anonymously, Fill in your details or Use one of the Social Networks below to login and post a comment!