quietvoid / dovi_tool

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

Add support for Dolby Vision profile 20 #263

Closed quietvoid closed 3 months ago

quietvoid commented 10 months ago

Samples: https://developer.apple.com/streaming/examples/

saindriches commented 10 months ago

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

quietvoid commented 10 months ago

Yes it is mentioned in the Dolby page.

Dolby Vision Verification Toolkit: Currently Available upon request

quietvoid commented 10 months ago

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

Nomis101 commented 3 months ago

There is now support for el_bit_depth_minus8 and ext_mapping_idc in FFmpeg. https://github.com/FFmpeg/FFmpeg/commit/0c0e7ec81e9f05aa09db5c730e2661d0b2eeb72c

quietvoid commented 3 months ago

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