View Single Post
Old 3rd October 2020, 15:35   #675  |  Link
senzaparole
Registered User
 
Join Date: Jan 2020
Location: Italia
Posts: 55
Hi Asmodian!
I have been using your madVR HIGH settings for months with great satisfaction.

Maybe I should create a new "Scaling" profile for 1280x720 50FPS videos because madVR considers them "1080p30" and that's not good: high GPU temperatures, 60ms rendering and lots of lost frames.
On the other hand, with real 1080p30 videos everything works correctly. So I think I should create another profile .. what do you say?

If I have to create another profile you would be kind enough to write me the rule to insert here:

If (filePath = "* youtube *") "Streaming"
ElseIf (deintFPS <31) AND (srcWidth <= 1024) AND (srcHeight <= 576) "SDp30"
ElseIf (deintFPS <61) AND (srcWidth <= 1024) AND (srcHeight <= 576) "SDp60"
ElseIf (deintFPS <31) AND (srcWidth <= 1280) AND (srcHeight <= 720) "720p30"
ElseIf ((deintFPS <61) AND (srcWidth <= 1280) AND (srcHeight <= 720)) OR ((deintFPS <31) AND (srcWidth <= 1920) AND (srcHeight <= 1088)) "1080p30"
ElseIf ((deintFPS <61) AND (srcWidth <= 1920) AND (srcHeight <= 1088)) OR ((deintFPS <31) AND (srcWidth <= 4096) AND (srcHeight <= 2160)) "2160p30"
ElseIf ((deintFPS <121) AND (srcWidth <= 1920) AND (srcHeight <= 1088)) OR ((deintFPS <61) AND (srcWidth <= 4096) AND (srcHeight <= 2160)) "2160p60"
Else "Fast"
__________________
TV:LG B9 65 Amplifier: Denon X4500H Front Speakers: n. 3 XTZ Cinema M6 Subwoofer: XTZ 10.17 EDGE Atmos Speakers:n. 4 XTZ S2 Surround Speakers: n. 2 XTZ Spirit 2 - HTPC: Fractal Meshify C-RX 5700 XT
senzaparole is offline   Reply With Quote