Win HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players ISO Menus
I've taken advantage of a function in madVR that will enable NVidia stereoscopic in the event it is not enabled prior to 3D playback.  Playback of HDR disables NVidia stereoscopic and does not enable it when finished for example.  This has already been remedied using the code and method here, launched from KODI.  But, for those times 3D playback is desired when not using KODI, such as testing naked in Windows Explorer for example, and assuming NVidia stereoscopic has been disabled for any reason, 3D playback will function as normal.  Since it is launched from madVR, only madVR capable players will benefit such as MPC.  This will have no affect on PowerDVD since it does not call madVR.  If you are using PowerDVD without launching from KODI, and 3D plays as 2D, chances are NVidia stereoscopic is disabled.  You will have to manually enable it.

Create a .bat file named 3D ENABLE.bat and put it wherever you like.  I put mine alongside the others in AppData\Roaming\Kodi\userdata folder.  Edit this code into it:

@echo OFF
"C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /enable
EXIT 

Create another .bat file named 3D DISABLE.bat and put it wherever you like.  I put mine alongside the others in AppData\Roaming\Kodi\userdata folder.  Edit this code into it:

@echo OFF
"C:\Program Files (x86)\NVIDIA Corporation\3D Vision\nvstlink.exe" /disable
EXIT

If you have copied the profiles I use or have something similar, open madVR settings and navigate to RENDERING and select the 3D profile.  In the 'command line to execute when this profile is activated' enter the address of the 3D ENABLE.bat you just created.  Mine is C:\Users\DAN\AppData\Roaming\Kodi\userdata\3D ENABLE.bat.

In the 'command line to execute when this profile is deactivated' enter the address of the 3D DISABLE.bat you just created.  Mine is C:\Users\DAN\AppData\Roaming\Kodi\userdata\3D DISABLE.bat.

I have added a picture of the setting with the other madVR settings pictures here https://forum.kodi.tv/showthread.php?tid...pid2616287
HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players iso menus
DIY HOME THEATER WIND EFFECT

W11 Pro 24H2 MPC-BE\HC madVR KODI 22 GTX960-4GB/RGB 4:4:4/Desktop 60Hz 8bit Video Matched Refresh rates 23,24,50,60Hz 8/10/12bit/Samsung 82" Q90R Denon S720W
Reply


Messages In This Thread
RE: Kodi 3D Guide - by brazen1 - 2015-06-15, 22:20
RE: Kodi 3D Guide - by brazen1 - 2015-06-15, 22:29
RE: Kodi 3D Guide - by michaelsammler - 2015-06-22, 00:38
RE: Kodi 3D Guide - by brazen1 - 2015-06-23, 17:15
RE: Kodi 3D Guide - by michaelsammler - 2015-06-24, 02:23
RE: Kodi 3D Guide - by brazen1 - 2015-06-24, 17:22
RE: Kodi 3D Guide - by michaelsammler - 2015-06-25, 09:26
RE: HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players - by brazen1 - 2018-04-16, 21:27
HELP! - by brazen1 - 2018-08-22, 18:50
RE: HELP! - by zxaura1 - 2018-08-24, 09:32
Problem with DXVA scaling videos - by obstler - 2018-10-27, 10:13
Logout Mark Read Team Forum Stats Members Help
HOW TO - Kodi 2D - 3D - UHD (4k) HDR Guide Internal & External Players ISO Menus39