diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-26 00:09:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-26 00:09:15 +0100 |
| commit | b9c5e3f74550917676e14324791d6ba4d0c07cac (patch) | |
| tree | 4e3264a68c365af195f682b548186f6c973246b7 /test/ref/DCP/dcp_test1/ASSETMAP.xml | |
| parent | c7208194515e93f85441c76d78d11a47d79b36e1 (diff) | |
Write MCA tags based on the specified sound field.
I had previously assumed that one should write MCA information into
the sound MXF based on what channels actually contain sound rather
than silence.
However a previous example of a stereo DCP gives a verification error
in EasyDCP (see DoM bug #1935) which is solved by adding MCA tags
for each channel in the specified sound field (e.g. at least 6 tags
for a file which is marked as 5.1) even if the audio is really stereo.
This commit removes the "active channels" stuff and makes sure
that if we say a file is 5.1 we write at least 6 MCA tags (and
similarly for 7.1).
Diffstat (limited to 'test/ref/DCP/dcp_test1/ASSETMAP.xml')
| -rw-r--r-- | test/ref/DCP/dcp_test1/ASSETMAP.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/ref/DCP/dcp_test1/ASSETMAP.xml b/test/ref/DCP/dcp_test1/ASSETMAP.xml index 1e5c909b..88c77c37 100644 --- a/test/ref/DCP/dcp_test1/ASSETMAP.xml +++ b/test/ref/DCP/dcp_test1/ASSETMAP.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <AssetMap xmlns="http://www.smpte-ra.org/schemas/429-9/2007/AM"> - <Id>urn:uuid:07e9f5a0-83ab-4791-8c6b-7df5d11f76f9</Id> + <Id>urn:uuid:5d51e8a1-b2a5-4da6-9b66-4615c3609440</Id> <AnnotationText>A Test DCP</AnnotationText> <Creator>OpenDCP 0.0.25</Creator> <VolumeCount>1</VolumeCount> @@ -8,11 +8,11 @@ <Issuer>OpenDCP 0.0.25</Issuer> <AssetList> <Asset> - <Id>urn:uuid:2b9b857f-ab4a-440e-a313-1ace0f1cfc95</Id> + <Id>urn:uuid:6af1e0c1-c441-47f8-a502-3efd46b1fa4f</Id> <PackingList>true</PackingList> <ChunkList> <Chunk> - <Path>pkl_2b9b857f-ab4a-440e-a313-1ace0f1cfc95.xml</Path> + <Path>pkl_6af1e0c1-c441-47f8-a502-3efd46b1fa4f.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> <Length>1179</Length> @@ -26,7 +26,7 @@ <Path>cpl_81fb54df-e1bf-4647-8788-ea7ba154375b.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> - <Length>5082</Length> + <Length>8762</Length> </Chunk> </ChunkList> </Asset> |
