Closed slhck closed 3 years ago
Not quite sure what to do with SDR, 10-bit. Need to adapt the CLI interface a little bit, or infer the bit depth from FFmpeg.
Now we're actually handling all content between 0 and 1 and apply the HDR conversions functions there. Then we still have output in the range of 0-1.
This means SI/TI are calculated on that range, and not the original range.
Solution is now implemented to convert back to original range 8-bit range.
This should be fine now as-is with the scaling to 0-1 and later upscaling to the 0-255 range.
Suggestions on how to deal with content that is > 8 bit:
Option 1:
Option 2:
Option 3:
max - min + 1
)235 - 16 + 1
)Group decision seems to go towards option 3.