• 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 92
Release Kodi Matrix 19.0 HDR Windows API (merged)
#76
Hey thanks a lot for this! It's so cool that hdr works out of the box. I was wondering if there was going to be a version with python 2 support for the old external addons? Are the instructions available on the github for building accurate? If so, I'll just build it myself (I noticed there was a branch for python 2.7).
Reply
#77
(2019-12-25, 10:53)erfboom Wrote: Hey thanks a lot for this! It's so cool that hdr works out of the box. I was wondering if there was going to be a version with python 2 support for the old external addons? Are the instructions available on the github for building accurate? If so, I'll just build it myself (I noticed there was a branch for python 2.7).

I really don't want to devote much effort with Python 2.

The source code of Python2 branch is now updated with the latest changes (but I have not tested it).

To compile it there is a guide here: https://github.com/thexai/xbmc/blob/Wind...Windows.md

change
Quote:git clone https://github.com/xbmc/xbmc kodi

to
Quote:git clone -b Windows-HDR-Python2 https://github.com/thexai/xbmc.git kodi
Reply
#78
Version 1.5.1
Updated at 26-12-2019 (forked from Kodi 19 alpha master).

Fixed: bad image when is used pixel shaders render method in HDR mode.
Improved: prevents use tone mapping when HDR is active (regardless of settings).


From this version is also possible use pixel shaders render method in settings.

Tested several scenarios:

Windows HDR = ON:
  HDR content playing OK
  SDR content playing OK
 
Windows HDR = OFF:
   HDR content playing OK   (use tone mapping settings)
   SDR content playing OK


Have fun  Smile
Reply
#79
Can be deleted
Philips 65OLED804 (4K HDR10+/Dolby Vision) / Nvidia Shield 2019 Pro with Kodi 20 Nexus Marven for DV / Onkyo TX-NR474 + Jamo 809 Pack 5.0 + Sub Jamo 912
Reply
#80
Wink 
(2019-12-20, 12:09)jogal Wrote: Version 1.4.1
Updated at 19-12-2019 (forked from Kodi 19 alpha master).

Fixed: very dark image in HDR10 to SRD conversion using DXVA HW tone mapping.


First post updated
Finally ! Thank Jogal, This issue force me use Pixel Shaders !!! This improvement will be integrated to master code for final release of V19 ? Or Alpha 2 ? Congratulation for Alpha 1.
Philips 65OLED804 (4K HDR10+/Dolby Vision) / Nvidia Shield 2019 Pro with Kodi 20 Nexus Marven for DV / Onkyo TX-NR474 + Jamo 809 Pack 5.0 + Sub Jamo 912
Reply
#81
4K in SDR works fine, HDR does not. The Screen is stuttering/stitching as explained earlier by someone else. I already installed the HEVC codec. updated Win10 and Drivers

How can i fix it? i really want to know
Reply
#82
(2019-12-26, 14:41)pklinqi Wrote: 4K in SDR works fine, HDR does not. The Screen is stuttering/stitching as explained earlier by someone else. I already installed the HEVC codec. updated Win10 and Drivers

How can i fix it? i really want to know

Be more specific and post a debug log.  

HEVC Windows codec is unrelated (is not used by kodi).
Reply
#83
(2019-12-26, 16:31)jogal Wrote: Be more specific and post a debug log.  

where i can find debug log?
Reply
#84
I also have the screen stuttering under HDR, though only while using "fullscreen window" mode. Real fullscreen seems to be fine.
This while using a RTX 2080 on latest Windows 10 running through a compatible Denon 4300 AVR. I'll post a log later on if required.
Reply
#85
(2019-12-27, 04:35)boingman Wrote: I also have the screen stuttering under HDR, though only while using "fullscreen window" mode. Real fullscreen seems to be fine.
This while using a RTX 2080 on latest Windows 10 running through a compatible Denon 4300 AVR. I'll post a log later on if required.

 I have try Real fullscreen, still stuttering. plz post you log here.
Reply
#86
Feedback of my test with 1.5.1 :
  • Full HD iso work fine
  • 4k HDR have better conversion to SDR on DXVA decoder but it's still too dark (Example : IT Chapter Two)
  • Every Video is perfectly smooth. 
  • 4k HDR to SDR on pixel shader it's too grey 
I come back to last 18.6 leia (17-12-19) on pixel shaders process 

HTPC :
  • Ryzen 2600
  • RX570 4gb (driver 19.12.3)
  • Windows 10 2004 (build 19041)
  • Full HD SDR LG Oled 
Thank for your work , i'll test next version with improvement HDR===>SDR
Philips 65OLED804 (4K HDR10+/Dolby Vision) / Nvidia Shield 2019 Pro with Kodi 20 Nexus Marven for DV / Onkyo TX-NR474 + Jamo 809 Pack 5.0 + Sub Jamo 912
Reply
#87
Thanks for the feedback.

I have already seen the bug in pixel shaders HDR to SDR and it is fixed. I will soon upload a new version. Now is exactly than Leia 18.6 in these function.

As for the DXVA HW tone mapping, the driver does it (nothing can be set). But with the corrected PS version compare is more easy (I see it practically the same now).
Reply
#88
(2019-12-27, 04:35)boingman Wrote: Real fullscreen seems to be fine.
This while using a RTX 2080 on latest Windows 10 running through a compatible Denon 4300 AVR. I'll post a log later on if required.

Real fullscreen is the right way to work.
Reply
#89
Version 1.6.0
Updated at 27-12-2019 (forked from Kodi 19 alpha master).

Fixed: bad image when is used pixel shaders render method in HDR source to SDR render.
Several internal changes that do not affect functionality but are necessary to merge with Kodi master branch.

Have fun  Smile
Reply
#90
(2019-12-27, 13:59)jogal Wrote:
(2019-12-27, 04:35)boingman Wrote: Real fullscreen seems to be fine.
This while using a RTX 2080 on latest Windows 10 running through a compatible Denon 4300 AVR. I'll post a log later on if required.

Real fullscreen is the right way to work. 

 Ok, good to know then, thanks.
Reply
  • 1
  • 4
  • 5
  • 6(current)
  • 7
  • 8
  • 92

Logout Mark Read Team Forum Stats Members Help
Kodi Matrix 19.0 HDR Windows API (merged)2