Posts: 590
Joined: Jun 2014
Reputation:
6
Perfect. Thanks for confirming, in practice the current rules that I need to add a rule and profile; (if (srcWidth> 1920) "2160p"
else if (srcWidth <= 1920) and (srcHeight> 1080) "2160p") and I should be okay
Confirm?
Posts: 590
Joined: Jun 2014
Reputation:
6
Dear Warner, with these rules I'm going in total confusion, which are indigestible, I come not to put things in order...
I inserted the two new rules for HDR in existing ones and created the two profiles 2160p / 1080p
rules:
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"
if (srcWidth > 1920) "2160p"
else if (srcWidth <= 1920) and (srcHeight > 1080) "2160p"
else if (srcWidth > 1280) and (srcWidth <= 1920) "1080p"
else if (srcWidth <= 1280) and ((srcHeight > 720) and (srcHeight <= 1080)) "1080p"
profiles:
1080p - 720p - SD - 1080p 3D / 2160p - 1080p
Doing it this way is not saved (auto select Profile rules) with green check mark.
Posts: 590
Joined: Jun 2014
Reputation:
6
Hi Warner306.
I think I've solved with the rules.
Unexplained what happens ...
When I put in play an HDR demo, In madVR is highlighted in bold profile 1080p , for profiles 1080p availment NNEDI3 in Chroma Upscaling , (Ctrl+J) returns output Catmull-Rom...settings that are also changed to (Image Scaling) to default...
Is there an explanation?
Posts: 3,823
Joined: Feb 2014
Reputation:
224
2016-02-15, 00:26
(This post was last modified: 2016-02-15, 00:28 by Warner306.)
Did you try this:
if (srcWidth > 1920) "2160p"
else if (srcWidth <= 1920) and (srcHeight > 1080) "2160p"
else if (3D) and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p 3D"
else if (3D) and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p 3D"
else if (not 3D) and ((srcWidth > 1280) and (srcWidth <= 1920)) "1080p"
else if (not 3D) and ((srcWidth <= 1280) and (srcHeight > 720) and (srcHeight <= 1080)) "1080p"
else if (srcWidth > 1280) and (srcWidth <= 1920) "1080p"
else if (srcWidth <= 1280) and ((srcHeight > 720) and (srcHeight <= 1080)) "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"
Posts: 590
Joined: Jun 2014
Reputation:
6
Hi Warner 306.
With the new rules you have given me is hit in bold the 2160p profile for HDR content; it's correct ?
Like setting (Image downscaling -> 1080p) SSIM + AR / LL
Your thinking for this settings (Image downscaling -> 1080p) ?
Thanks.
Posts: 590
Joined: Jun 2014
Reputation:
6
Thanks for the confirmation .
Posts: 590
Joined: Jun 2014
Reputation:
6
Warner306, I lean to your eventual answer, watching a 3D movie on my tv happens something strange ...
stop the movie and I close kodi from my TV. Then back on the PC monitor and start again Kodi , Kodi GUI opens in 3D video resolution , giving a look at the control panel Nvidia , I noticed that setting (Set 3D Stereoscopic) is activated automatically when playing a 3D movie.
Obviously, (Set 3D Stereoscopic) is always off because there is no need to activate this feature, and it is frustrating that every time you play a 3D movie you should turn off (Set 3D Stereoscopic) when I open Kodi my PC
Question, is there any setting to be changed in the 3D card Stereo (madVR) to solve? setting Stereo 3D it is default.
Posts: 590
Joined: Jun 2014
Reputation:
6
I tried uncheck the second box, is always played side by side 3D format , Something's not returns...