quietvoid / dovi_tool

dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision.
MIT License
582 stars 57 forks source link

Tool use #69

Closed ShawnDen-coder closed 2 years ago

ShawnDen-coder commented 2 years ago

Hello, I have a question now. Can this tool convert Dobly MXF into H265 files? If so, what should I do?

quietvoid commented 2 years ago

No, it cannot. You need the metadata from the MXF, which is XML. And then you can generate an RPU binary file from that metadata.

Which you can then use with x265 for encoding to HEVC.

I do not know what software supports extracting metadata from MXF, though.