2024-12-17, 05:46 PM
> Converting DV5 to HDR10 is NOT a simple process as that would involve converting the color space from IPTPQc2 to BT2020. It would be slow and involve re-encoding.
It requires more than that because Dolby Vision Profile 5 is actually 12bit HDR which means merely doing the 10bit IPTPQc2 to BT2020-PQ conversion will not be enough and you would need to do reshaping using the dolby vision metadata to get correct color. This is currently implemented with our hardware tonemap filters when you specify
It requires more than that because Dolby Vision Profile 5 is actually 12bit HDR which means merely doing the 10bit IPTPQc2 to BT2020-PQ conversion will not be enough and you would need to do reshaping using the dolby vision metadata to get correct color. This is currently implemented with our hardware tonemap filters when you specify
transfer=smpte2084:matrix=bt2020:primaries=bt2020
. The software tonemapx filter currently cannot output smpte2084 transfers so you will need to use the hardware filter to do such conversion.