Hi Jerome,
Is it possible to get to these items within the extra metadata of the Dolby Atmos metadata?
I setup a policy like
<rule name="NumberOfObjects" value="extra[1]/NumberOfObjects" tracktype="Audio" occurrence="*" operator="<=" level="error">118</rule>
<extra>
<Locked>No</Locked>
...
<Metadata_Format>ADM, Version 0</Metadata_Format>
<AdmProfile>Dolby Atmos Master, Version 1</AdmProfile>
<AdmProfile_Format>Dolby Atmos Master</AdmProfile_Format>
<AdmProfile_Version>1</AdmProfile_Version>
<NumberOfProgrammes>1</NumberOfProgrammes>
<NumberOfContents>1</NumberOfContents>
<NumberOfObjects>119</NumberOfObjects>
<NumberOfPackFormats>119</NumberOfPackFormats>
<NumberOfChannelFormats>128</NumberOfChannelFormats>
<NumberOfTrackUIDs>128</NumberOfTrackUIDs>
<NumberOfTrackFormats>128</NumberOfTrackFormats>
<NumberOfStreamFormats>128</NumberOfStreamFormats>
The MediaInfo from inside Mediaconch doesn't seem to recognize these fields so I'm getting actual="" instead of the actual value. Seeing the same when I take the Atmos file and doing a profile from file, I'm not seeing these fields available.
Hi Jerome,
Is it possible to get to these items within the
extrametadata of the Dolby Atmos metadata?I setup a policy like
The MediaInfo from inside Mediaconch doesn't seem to recognize these fields so I'm getting
actual=""instead of the actual value. Seeing the same when I take the Atmos file and doing a profile from file, I'm not seeing these fields available.