INTERACT FORUM

More => Old Versions => JRiver Media Center 29 for Windows => Topic started by: jkauff on June 15, 2022, 10:01:27 am

Title: Switching video renderer conditionally
Post by: jkauff on June 15, 2022, 10:01:27 am
I use madVR as my default video renderer. However, I like how JRVR plays UHD files. I'd like to use an evaluation like "If Dimension=3840x2160 use renderer JRVR, else use renderer madVR". I though Zones might work, but I've had no success so far.

Can anyone point me in the right direction, or is this not possible?
Title: Re: Switching video renderer conditionally
Post by: jmone on June 15, 2022, 04:18:47 pm
Zone switch works for me.  You would need to play with the logic, but as an example, I made a quick rule that switches to a madVR when Dimensions =/= contain 3840.
Title: Re: Switching video renderer conditionally
Post by: jmone on June 15, 2022, 04:35:04 pm
Here is some better logic....
- madVR Zone = When Video and Dimensions do not contain 3840
- else use the Default Zone (stops switching to the madVR zone for Audio etc).
Title: Re: Switching video renderer conditionally
Post by: jkauff on June 16, 2022, 08:21:57 am
Logic looks similar to what I tried with Zone Switch, but I'll try yours.
Title: Re: Switching video renderer conditionally
Post by: jkauff on June 17, 2022, 09:28:16 am
No luck. The Zone Switch happens, but the movie doesn't display in JRVR. It's running, according to the header, but it's not showing.
Title: Re: Switching video renderer conditionally
Post by: jmone on June 17, 2022, 05:26:56 pm
Odd - it works for me.  Have you configured one zone to use madVR and the other to use JRVR? 
Title: Re: Switching video renderer conditionally
Post by: jkauff on June 18, 2022, 08:25:58 am
OK, got it working. I had to create two rules, one "Dimensions contains 3840 use JRVR" and the other "Dimensions does not contain 3840 use madVR".

Thanks for your help.