gabrieleilertsen / hdrcnn

HDR image reconstruction from a single exposure using deep CNNs
https://computergraphics.on.liu.se/hdrcnn/
BSD 3-Clause "New" or "Revised" License
508 stars 101 forks source link

How to transform the exr image sequences to HDR video with PQ/HLG standard? #20

Closed Hans1984 closed 5 years ago

Hans1984 commented 5 years ago

Hi, thanks for your excellent work. And do you know is there any tools to transform the exr image sequences to HDR video with PQ/HLG standard. Thanks!

gabrieleilertsen commented 5 years ago

Hi! You can have a look at the Luma HDRv repository. It can encode using PQ so that the video is compatible with applications that support HDR10, and that can decode VP9 codec stored in a Matroska container.

Hans1984 commented 5 years ago

Thanks! I'll try it.