sooyekim / Deep-SR-ITM

Official repository of Deep SR-ITM (oral at ICCV 2019)
101 stars 16 forks source link

Color Gamut Convertion Problem #13

Open fanld opened 4 years ago

fanld commented 4 years ago

Thanks for your awesome work. When converting from SDR to HDR, after the expansion, how can I change the Color Gamut from BT.709 range to BT.2020 range? Thanks very much. Looking forward to your reply.

sooyekim commented 4 years ago

Hi @fanleidong-szu ,

Thanks for the interest in our work!

Deep SR-ITM directly converts SDR video frames to HDR video frames of BT.2020 color container, so you don't have to change the color gamut. The generated YUV video can be viewed after encoding it to an MP4 file as explained in this issue.

If you're looking to convert BT.709 to BT.2020 for another method, please refer to this comment. I have provided the code for converting the color container referring to the Test Conditions provided by MPEG.

Let me know if you have any other questions!

Thanks, Soo Ye