Win HOW TO - Launch MPC-HC/MPC-BE with madVR as an External Player
Hi,
this is my playercorefactory:

<playercorefactory>
<players>
<player name="MPC" type="ExternalPlayer" audio="false" video="true">
<filename>D:\MPC-BE x64\mpc-be64.exe</filename>
<args>"{1}" /fullscreen /close</args>
<playcountminimumtime>3600</playcountminimumtime>
</player>

<player name="DVDfab" type="ExternalPlayer" audio="false" video="true">
<filename>D:\DVDFab Player 5\DVDfab player 5.exe</filename>
<args>"{1}" /fullscreen /close</args>
<playcountminimumtime>3600</playcountminimumtime>
</player>

<player name="PAPlayer" audio="true" />
</players>

<rules action="prepend">
<rule filetypes="mkv|avi|mp4|m2ts|mts|ts" player="MPC"/>
<rule filetypes="bdmv|ifo" player="DVDfab"/>
<rule filetypes="mp3|wav|flac" player="PAPlayer" />
</rules> 
</playercorefactory>

If I start a movie, the external player starts up (MPC or DVDFab) but the movie doesn't start. I see the MPC or DVDfab Window and if a start manually the movie then start. I see the window of the external player that opens but no film starts, I can start the film by acting on the manual controls of the player either MPC or DVDFab. What can be the cause of this?
Reply


Messages In This Thread
RE: HOW TO - Launch MPC-HC/MPC-BE with madVR as an External Player - by flavio1961 - 2019-03-17, 20:19
Logout Mark Read Team Forum Stats Members Help
HOW TO - Launch MPC-HC/MPC-BE with madVR as an External Player7