News:

--

Main Menu

Colour conversion issue

Started by Walnut, July 30, 2024, 02:42:58 PM

Previous topic - Next topic

eumagga0x2a

Adaptivity can be disabled only per-video in the HDR Tone Mapping dialog ("Video" --> "HDR tone mapping") when one of RGB algorithms is selected or via scripting*. In any case, a high bit depth video in one of specific colour spaces must be loaded first for the setting to have effect.

Meanwhile, I have watched the samples on my HDR capable smartphone: in Avidemux, RGB Reinhard or Hable tone mapping algorithm with adaptive mode disabled and boost as well as saturation slightly increased above 1.0 looks quite close.

*) e. g. for RGB Reinhard with adaptivity disabled, boost = saturation = 1.1 and "compression" as out-of-gamut handling:

adm = Avidemux()
adm.setHDRConfig(4, 1.1, 1.1, 0, 1)

Walnut

Thanks!

Trying right now those settings and yes, it looks pretty close with them. I'll use them. Thanks again!