RESET_9999 wrote: ↑Fri Dec 27, 2024 2:11 pm
darrrkmanxxx wrote: ↑Fri Dec 27, 2024 11:00 am
Is there a way to adjust cmv4.0 in the RPU to better match peak brightness of a TV panel?
the rpu metadata are here to tell your TV about the content brightness. Your TV won't tone map it accurately if you lie about it.
You can only control the aggressiveness of the tone mapping with the analysis tunings. Lower L1 values mean less tone mapping resulting in a brighter image but potentially clipped.
Higher values mean more tone mapping resulting in a darker image without clipping in highlights. L1 Values under your TV internal brightness target (in tv-led) or the edid target (in LLDV), disable the TV tone mapping, and the content is displayed as it is, as intended...
I did a complete analysis tunings comparisons here:
https://slow.pics/c/OA0pupEN
old cmv4.0 legacy, match almost 1:1 the peaks of workflow 6-2 (madvr plot)
Thanks for explaining. How to interpret those? Is the madvr plot the best, because it has the most dynamics?
If I do the madvr measuremnt, I adjust cmv4.0 when I generate from madvr file with dovi_tool ,e.g.
Jumanji:
Code: Select all
Mastering display luminance : min: 0.0050 cd/m2, max: 4000 cd/m2
Maximum Content Light Level : 3938 cd/m2
Maximum Frame-Average Light Level : 676 cd/m2
https://github.com/quietvoid/dovi_tool/ ... cmv40.json
Code: Select all
{
"cm_version": "V40",
"length": 10,
"level6": {
"max_display_mastering_luminance": 4000,
"min_display_mastering_luminance": 50,
"max_content_light_level": 3938,
"max_frame_average_light_level": 676
}
}
It this correct or is there something else to adjust?
Soemtimes Maximum Content Light Level, Maximum Frame-Average Light Level are missing, what should I enter then?