Win HOW TO - Set up madVR for Kodi DSPlayer & External Players
(2016-10-31, 06:04)manho85vn Wrote:
(2016-10-05, 19:12)Warner306 Wrote:
(2016-10-05, 17:37)manho85vn Wrote: The source material is 720p/1080p Blu-Ray. My CPU is a 1230v2 and my GPU is a GTX950.
Help me config, thanks!

Did you read the sample settings post in this guide? I would start there and experiment to find something I like.

i did it, but im japanese and i do not understand all of what you say,
help me, my gear is 1230v2 and gtx 950, thanks!

Copy the settings in the last section to your own madVR control panel. Use either the 1080p or 2160p settings.

Here are profiles for a 1080p display, for example:

1080p:
  • Chroma: super-xbr100 + AR
  • Image: Jinc3 + AR
  • Image doubling: Off
  • Upscaling refinement: Off
  • Artifact removal - Debanding: Medium/High
  • Artifact removal - Deringing: Off
  • Image enhancements: sharpen edges (0.5) + AB (50%) + AR
  • Dithering: Error Diffusion 2
720p Image doubling:
  • Chroma: super-xbr100 + AR
  • Image: Jinc3 + AR
  • Double Luma: 1.5x or greater - super-xbr100
  • Double Chroma: 1.5x or greater - super-xbr100
  • Downscaling: SSIM 2D 100% + AR + LL
  • Upscaling refinement: SuperRes (1)
  • Artifact removal - Debanding: Medium/High
  • Artifact removal - Deringing: Off
  • Image enhancements: Off
  • Dithering: Ordered
SD Image doubling:
  • Chroma: super-xbr100 + AR
  • Image: Jinc3 + AR
  • Double Luma: 2x or greater - super-xbr100
  • Double Chroma: 2x or greater - super-xbr100
  • Upscaling refinement: SuperRes (3)
  • Artifact removal - Debanding: Medium/High
  • Artifact removal - Deringing: Off
  • Image enhancements: Off
  • Dithering: Error Diffusion 2
And here are the profile rules (Use to make madVR profile groups):

if (deintFps <= 25) and (srcWidth > 1280) "1080p25"
else if (deintFps <= 25) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p25"

else if (deintFps > 25) and (srcWidth > 1280) "1080p60"
else if (deintFps > 25) and ((srcWidth <= 1280) and (srcHeight > 720)) "1080p60"

else if (deintFps <= 25) and ((srcWidth > 960) and (srcWidth <= 1280)) "720p25"
else if (deintFps <= 25) and ((srcWidth <= 960) and (srcHeight > 540) and (srcHeight <= 720)) "720p25"

else if (deintFps > 25) and ((srcWidth > 960) and (srcWidth <= 1280)) "720p60"
else if (deintFps > 25) and ((srcWidth <= 960) and (srcHeight > 540) and (srcHeight <= 720)) "720p60"

else if (deintFps <= 25) and ((srcWidth <= 960) and (srcHeight <= 540)) "540p25"

else if (deintFps > 25) and ((srcWidth <= 960) and (srcHeight <= 540)) "540p60"
Reply


Messages In This Thread
RE: HOW TO - Set up madVR for Kodi DSPlayer & External Players - by Warner306 - 2016-10-31, 19:53
no image doubling tap - by oxynaz - 2016-12-13, 13:44
Logout Mark Read Team Forum Stats Members Help
HOW TO - Set up madVR for Kodi DSPlayer & External Players5