UniqProject / BDInfo

BDInfo from http://www.cinemasquid.com/blu-ray/tools/bdinfo
GNU Lesser General Public License v2.1
233 stars 58 forks source link

Support for Auro 3D #31

Closed Sonic3R closed 1 year ago

Sonic3R commented 3 years ago

It is possible to add support for Auro 3D ? Seems to be likely atmos for Dolby Digital or TrueHD

I will attach sample disc which contains Auro 3D https://drive.google.com/file/d/1O0WGqsFT4TcSxX2MoxmfCFfrjOFO0eWZ/view?usp=sharing

UniqProject commented 3 years ago

Thanks for the sample, I will see what I can do

Sonic3R commented 2 years ago

Any progress about this ?

UniqProject commented 1 year ago

Hi @Sonic3R

In the sanple file I could not find any other metadata besides the normal DTS-HD metadata, for both German and English streams.

From what I found out so far, the Auro 3D does not embed any metadata into the streams like Atmos or DTS:X but rather encodes the spatial channel information into the PCM signal before any further compression.

Since there is no metadata carried in the stream, we can't parse it. As I see it, the only way to detect Auro 3D is by decoding the audio stream with an Auro 3D capable decoder.

Unless I missed some information, there is currently no way this can be implemented.