Posts: 18
Threads: 5
Joined: Mar 2020
Hi.
When i use the HDR to SDR (HDR10 ot SDR (DG)) everything is excellent up to White=3000.
But when the "White" is more than 3000, the Hybrid crashes!
Posts: 10.981
Threads: 57
Joined: May 2017
08.11.2021, 17:12
(This post was last modified: 08.11.2021, 17:14 by Selur.)
Seems to be a restriction:
Python exception: DGHDRtoSDR: for PQ white must be 1-3000
Usually the white point is around the max nit of the display, so 3000 seems like a sensicle border for pq.
-> I'll adjust Hybrid to restrict the spinbox to 3000 when pq is selected.
(The limits just weren't properly initiated, when switching mode to 'hlg' and back to 'pq' White is limited to 3000.)
Cu Selur
Posts: 18
Threads: 5
Joined: Mar 2020
(08.11.2021, 17:12)Selur Wrote: Seems to be a restriction:
Python exception: DGHDRtoSDR: for PQ white must be 1-3000
Usually the white point is around the max nit of the display, so 3000 seems like a sensicle border for pq.
-> I'll adjust Hybrid to restrict the spinbox to 3000 when pq is selected.
(The limits just weren't properly initiated, when switching mode to 'hlg' and back to 'pq' White is limited to 3000.)
Cu Selur
Thank you very much for your response.