I'm getting this error:
EDIT. ok looks like im not using the right CMD-LINE...
Can we just convert HDR10plus json straight to DV like this :
Code: Select all
dovi_tool.exe generate --hdr10plus-json D:\HDR10plus.JSON --rpu-out D:\RPU_generated.bin
or do we have to make a json and enter the lenght, target nits etc ? how do we know which value to use? or do we just enter the lenght and static metadata and the tools do the rest ?
does this json correct for WW-84?:
Code: Select all
dovi_tool.exe generate --hdr10plus-json D:\HDR10plus.JSON --json D:\edited.json --rpu-out D:\RPU_generated.bin
Code: Select all
{
"length": 217408,
"level2": [
{
"target_nits": 100
},
{
"target_nits": 600
},
{
"target_nits": 1000,
"trim_power": 2096,
"trim_saturation_gain": 2128
},
{
"target_nits": 2000,
"trim_slope": 2048,
"trim_offset": 2048,
"trim_power": 2048,
"trim_chroma_weight": 2048,
"trim_saturation_gain": 2048,
"ms_weight": 2048
}
],
"level6": {
"max_display_mastering_luminance": 1000,
"min_display_mastering_luminance": 1,
"max_content_light_level": 596,
"max_frame_average_light_level": 200
}
}