Kodi DSPlayer – DirectShow Player for Windows
(2016-01-30, 11:29)gotham_x Wrote: Can anyone give me a straight, In Scaling Algorithms madVR, I have 3 active profiles, 1080p, 720p and SD, I would create a quarter profile to only content at 1080p / 3D

Obviously, the profile created for 1080p, is only for 2D content, with a setting NNEDI3 / 128 Neurons, that my GTX970, playing you have about 30 ms of total rendering, is a fairly high but still below the FRAME 41ms. NO dropped frames.

After this introduction, I come to the issue.

the problem comes to light when I play back 1080p content / 3D content with ripped MakeMKV for 3D.

3D content reproduced hooks profile 1080p / 2D madVR and with the above settings have a very high value of dropped frames, about 68ms rendering total.

For this reason, I would like to create a profile 1080p / 3D, with settings more conservative, that when content is played 1080p / 3D, is NOT hooked profile 1080p / 2D, but the profile 1080p / 3D madVR.

I ask, is' possible to do this, with the rules only for 3D content, with what rules?

thanks.

Does the "3D" boolean operator work? If so, try this:

if (= 3D) and (srcWidth > 1280) "1080p 3D"
else if (= 3D) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p 3D"

else if (not 3D) and (srcWidth > 1280) "1080p"
else if (not 3D) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p"

else if (srcWidth > 960) and (srcWidth <= 1280) "720p"
else if (srcWidth <= 960) and ((srcHeight > 540) and (srcHeight <= 720)) "720p"

else if (srcWidth <= 960) and (srcHeight <= 540) "SD"


I'm not sure if that is correct, but you can try it.
Reply


Messages In This Thread
Lockup on STOP issue resolved! - by MKANET - 2015-04-11, 21:59
RE: 4G aware patch - by MagikMark - 2015-09-08, 03:27
Alt-F4 no longer quits - by JeffA - 2015-10-31, 20:38
RE: Kodi DSPlayer – DirectShow Player for Windows - by Warner306 - 2016-01-30, 22:20
H265 playback - by rew88 - 2017-11-04, 00:41
RE: H265 playback - by ashlar - 2017-11-04, 16:21
RE: H265 playback - by rew88 - 2017-11-05, 01:34
RE: H265 playback - by ashlar - 2017-11-05, 16:48
RE: H265 playback - by rew88 - 2017-11-05, 23:08
RE: H265 playback - by ashlar - 2017-11-06, 12:00
Leia 18 - by terpsarlington - 2017-11-21, 03:51
RE: Leia 18 - by spencerjford - 2017-11-21, 06:24
Display Modes / Refresh Rates - by goofer69 - 2019-09-20, 00:19
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 00:39
RE: Display Modes / Refresh Rates - by ashlar - 2019-09-20, 19:35
DSPlayer 23.810 to 23.976 - by Runakanta - 2018-05-09, 03:24
RE: DSPlayer 23.810 to 23.976 - by Warner306 - 2018-05-10, 01:32
Logout Mark Read Team Forum Stats Members Help
Kodi DSPlayer – DirectShow Player for Windows47