quietvoid / dovi_tool

dovi_tool is a CLI tool combining multiple utilities for working with Dolby Vision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Dolby Vision profile 20

quietvoid opened this issue · comments

It seems like verifier cli (v4.5.0) doesn't support it yet.

Yes it is mentioned in the Dolby page.

Dolby Vision Verification Toolkit: Currently Available upon request

The only difference seems to be that el_bit_depth_minus8=58370 is failing validation but if ignoring the rest parses fine.

There is now support for el_bit_depth_minus8 and ext_mapping_idc in FFmpeg.
FFmpeg/FFmpeg@0c0e7ec

I guess I'll merge the PR with the FFmpeg naming.