Hello, I had a question based on some posts around page 595 seen here about using Dovibaker for FEL to HDR10+P8 baking:
viewtopic.php?p=140818&sid=fb796c7eeede ... 85#p140818
I am trying to figure out how to accurately determine the value to set for "-max-cll" in the x265 encoder. I see some discussion on that page but I'm still unsure.
My specific example is using Dovibaker on Total Recall P7 FEL ST-DL MKV, converting the FEL RPU to p8.1 RPU, then injecting the p8.1 RPU into encoded+baked HDR10 stream finally for playback on a device and TV which support DV P8.1.
When I extract the RPU and get a summary from dovi_tool, this is shown:
Code: Select all
Summary:
Frames: 7203
Profile: 7 (FEL)
DM version: 1 (CM v2.9)
Scene/shot count: 28
RPU mastering display: 0.0001/1000 nits
RPU content light level (L1): MaxCLL: 708.26 nits, MaxFALL: 25.98 nits
L6 metadata: Mastering display: 0.0001/1000 nits. MaxCLL: 0 nits, MaxFALL: 0 nits
L2 trims: 100 nits, 600 nits, 1000 nits
Is the L1 or L6 value what I am looking for here?
Additionally, I found a Github thread here for Dovibaker
https://github.com/erazortt/DoViBaker/i ... 1257758611
Where the original author made the following comment: "To find the actual values for max-cll of your created stream you can use MaxCllFind. To do this put the command ConvertToRGB64() after the call to DoViBaker. As the very last command in the script put the call to MaxCllFind()."
When I do this I find this by the final frame the values are: MaxCLL: 3870.62 and MaxFALL: 84.1747 this seems quite different than what dovi_tool tells me and I did not find a lot of discussion on this method and not sure if it is even relevant to my use case.
One more bonus question if anyone has any input. On a private tracker in a discussion someone mentioned AviSynth with MapNLQ plugin is preferred to DoViBaker, has anyone here tested this or have any more info on it and what tangible benefits it has?