XBMC Community Forum
MPC-HC External Player DXVA playback - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Windows support (/forumdisplay.php?fid=59)
+---- Thread: MPC-HC External Player DXVA playback (/showthread.php?tid=70727)

Pages: 1 2 3 4 5 6 7


- steelman1991 - 2011-01-11 01:32

If you can see the OSD, then you're not using mpc-hc as an external player, the OSD is only available when playing using xbmc's internal DVDPlayer, hence why your not getting HD Bitstreaming. Try right clicking on a movie file, or use whatever command on your remote to call up the context menu, if you have the option - 'play using..' click on it and see whether the option to use mpc-hc is available, if not your set-up is wrong.

Post up your playercorefactory.xml file and check that it has been placed in the correct place.


- BigCity - 2011-01-11 01:58

Sorry my confusion, thanks for the clarification. Right clicking in XBMC I do not have any other options for "play using". Do I have to do anything other than the playercorefactory file?

Here is my playercorefactory.xml file:

<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\Media Player Classic - Home Cinema\mpc-hc.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="m2ts|ts|mkv" player="MPC-HC" />
</rules>
</playercorefactory>

It is located in the C:\Users\BluRay2\AppData\Roaming\XBMC. The player core in the program files\XBMC\System is untouched.


- BigCity - 2011-01-11 02:11

Here's a little more info on my file setup, all of my current files are BluRay rips to folder structures. There is a main folder that is named after the movie ex: Movie_BluRay_1080P inside this folder is the bluray folder structure. Not sure if that matters or not but figured I would offer it up.


- steelman1991 - 2011-01-11 02:13

Playercorefactory file should be located within the Userdata folder ie:

C:\Users\BluRay2\AppData\Roaming\XBMC\Userdata, you quoted yours as loacted in C:\Users\BluRay2\AppData\Roaming\XBMC

Personally I no longer use an external player and rely on the DSPlayer branch to bitstream HD Audio.


- BigCity - 2011-01-11 02:16

The help is greatly appreciated, no wonder it wasn't working properly I'll move the file and give it another go. I had read that DSPlayer was a bit buggy, is this no longer the case? To be honest I haven't researched that option all that much. Could you explain why you prefer DSPlayer and any associated links?


- BigCity - 2011-01-11 02:25

Well it still does not automatically call for the external player for some reason, but I do have the option to right click and play with MPC that way. It does do the bitstreaming, so now if I can figure out how to get it to play the files automatically I'll be on the right track.


- steelman1991 - 2011-01-11 02:26

BigCity Wrote:The help is greatly appreciated, no wonder it wasn't working properly I'll move the file and give it another go. I had read that DSPlayer was a bit buggy, is this no longer the case? To be honest I haven't researched that option all that much. Could you explain why you prefer DSPlayer and any associated links?
Yes DSPlayer was buggy at best, but recent unofficial builds have proved far more stable. Check out the DSPlayer thread, there is a link within the last few posts to a new unoffical build.

I prefer the DSPlayer builds purley because they are integrated and mpc-hc filters can be used along with ffdshow to bitstream HD Audio. Once xbmc audio engine provides bitstreaming capabilities I may revert back to the native builds.


- BigCity - 2011-01-11 02:32

steelman1991 Wrote:Yes DSPlayer was buggy at best, but recent unofficial builds have proved far more stable. Check out the DSPlayer thread, there is a link within the last few posts to a new unoffical build.

I prefer the DSPlayer builds purley because they are integrated and mpc-hc filters can be used along with ffdshow to bitstream HD Audio. Once xbmc audio engine provides bitstreaming capabilities I may revert back to the native builds.

Is this the thread you are referring to or is there a newer one, 101 pages is a lot of research to get through No.
http://forum.xbmc.org/showthread.php?tid=61355


- steelman1991 - 2011-01-11 03:04

Yeah - don't know where you get 101 pages its actually 408 Big Grin - but see post #4069 for a new build.

Also the link to the wiki on the first page should help. There is also a DSPlayer user support thread http://forum.xbmc.org/showthread.php?tid=71825


- BigCity - 2011-01-11 03:19

steelman1991 Wrote:Yeah - don't know where you get 101 pages its actually 408 Big Grin - but see post #4069 for a new build.

Also the link to the wiki on the first page should help. There is also a DSPlayer user support thread http://forum.xbmc.org/showthread.php?tid=71825

Oh dang didn't see the total count just what I could select...

Any way until I can find the time to figure out this other option, any ideas why it wouldn't be automatically calling the MPC player for the BluRays? Does XBMC only see the folder name or should it see the actual file it chooses to play within the bluray folder structure?