Selur's Little Message Board

Full Version: HDR10 ot SDR (DG) not work when the "White" is more than 3000!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
Seems to be a restriction:
Code:
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
(08.11.2021, 17:12)Selur Wrote: [ -> ]Seems to be a restriction:
Code:
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.