INTERACT FORUM
More => Old Versions => JRiver Media Center 21 for Windows => Topic started by: jachin99 on June 23, 2016, 08:39:14 pm
-
Im guilty of a double post here but can i install mad vr x64 using a different media player while having that installation not interfere with jriver. My purpose behind this is 3d playback. Im thinking a 64 bit program might enable smooth 3d playback
-
Im guilty of a double post here but can i install mad vr x64 using a different media player while having that installation not interfere with jriver. My purpose behind this is 3d playback. Im thinking a 64 bit program might enable smooth 3d playback
No and you're thinking about it the wrong way.
To improve your 3D playback with JRiver (madVR) you'll need to tweak madVR settings.
And using profiles in madVR you'll be able to use different settings for 2D and 3D playback.
-
Where should i start in dialing back my madvr settings
-
Turn off any options under processing.
Under scaling algorithms set everything to Bilinear and turn off image doubling and image quadrupling.
Also turn off any options under upscaling refinement.
Under redering ---> dithering set to Ordered Dithering and under trade quality for performance tick optimize subtitle performance for performance instead of quality.
-
Something like below is what you need for selecting profiles.
if (3D) "3D"
else if (srcHeight <= 720) "720p"
else if (srcHeight <= 1080) "1080p"
-
Is there a way to switch profiles without using an expression? Where would I put that expression to have it switch automatically?
-
Not that I know of. For each section of the five sections in madVR that you want a profile for, click on the create prolfie group button. You'll then be prompted for what settings you want to create a profile for; I select them all. Then open the newly created profle group which is probably called "Profile Group 1". Under profile auto select rules paste your expression.
-
How can i confirm that its using that profile
-
Open madVR from the system tray icon when JRiver is playing video and utilising madVR. The profile in use will be in bold font and profiles not in use will be in normal font.
-
Your advice helped out quite a bit, thanks.
-
Your advice helped out quite a bit, thanks.
Good to hear!