Is there anyway to run a command if MPC opens a particular media type?

2 posters

Go down

Is there anyway to run a command if MPC opens a particular media type? Empty Is there anyway to run a command if MPC opens a particular media type?

Post by mcc05 Mon Dec 24, 2018 11:46 am

So I can get my projector to switch into 3D mode by issuing a HTTP command, I was wondering is there anyway to get MPC to issue a command when it opens a particular media type. Or create a new media type say .mkv3d that would allow this?

mcc05

Posts : 1
Join date : 2018-12-24

Back to top Go down

Is there anyway to run a command if MPC opens a particular media type? Empty Re: Is there anyway to run a command if MPC opens a particular media type?

Post by Admin Mon Dec 24, 2018 5:34 pm

First of all, you need to select MadVR as the video renderer in the options of MPC. That should be able to turn on 3D mode automatically in Windows. Maybe that is already enough for your projector to respond to.

Executing a command is possible too. In MadVR settings, click on "rendering" and then "create profile group". Select "stereo 3d" (or anything else, doesn't matter). As you can see the profile has a command line option. Create two profiles, on for 3d and one for 2d.

In the profile group use this for "profile auto select rules":
Code:
if (3d) "profile_3d"
else "profile_2d"

Admin
Admin

Posts : 7632
Join date : 2011-06-17

https://codecs.forumotion.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum