Skip to content

Commit f7ac1c0

Browse files
authored
Add Colorimetry classification scheme used to identify the colour space of video content (#10)
* Add Colorimetry classification scheme used to identify the colour space of video content * Add new section to web page, indicating which A177 revision introduces the ColorimetryCS * Symbolic link to latest version in file system * Zip archive update
1 parent dd8dbd9 commit f7ac1c0

5 files changed

Lines changed: 44 additions & 0 deletions

File tree

metadata.xhtml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,22 @@
174174
<!-- /wp:table -->
175175

176176
<!-- wp:heading {"level":4} -->
177+
<h4>Colorimetry classification scheme</h4>
178+
<!-- /wp:heading -->
179+
180+
<!-- wp:paragraph -->
181+
<p>This CS lists the colorimetry (colour space) options that can be applied to video content.</p>
182+
<!-- /wp:paragraph -->
183+
184+
<!-- wp:paragraph -->
185+
<p>Latest version:&nbsp;<a href="/metadata/cs/ColorimetryCS.xml">permalink</a></p>
186+
<!-- /wp:paragraph -->
187+
188+
<!-- wp:table {"className":"table table-sm"} -->
189+
<figure class="wp-block-table table table-sm"><table><thead><tr><th>URI</th><th>DVB Standard(s)</th><th>Description</th></tr></thead><tbody><tr><td><a href="/metadata/cs/2020/ColorimetryCS.xml">urn:dvb:metadata:cs:ColorimetryCS:2020</a></td><td>A177r2</td><td>Initial version</td></tr></tbody></table></figure>
190+
<!-- /wp:table -->
191+
<!-- wp:heading {"level":4} -->
192+
177193
<h4>Parental guidance classification scheme</h4>
178194
<!-- /wp:heading -->
179195

metadata/DVB.zip

1.08 KB
Binary file not shown.

metadata/cs/2020/ColorimetryCS.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ClassificationScheme uri="urn:dvb:metadata:cs:ColorimetryCS:2020" xmlns="urn:tva:mpeg7:2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:tva:mpeg7:2008 tva_mpeg7.xsd" xsi:type="ClassificationSchemeType">
3+
<!-- ##################################################################### -->
4+
<!-- Colorimetry -->
5+
<!-- Definition: Different picture colorimetry standards -->
6+
<!-- ##################################################################### -->
7+
<Term termID="1">
8+
<Name xml:lang="en">ITU BT.709 colorimetry</Name>
9+
</Term>
10+
<Term termID="2">
11+
<Name xml:lang="en">BT.2020</Name>
12+
<Definition xml:lang="en">ITU BT.2020 colorimetry</Definition>
13+
<Term termID="2.1">
14+
<Name xml:lang="en">BT.2020 NCL</Name>
15+
<Definition xml:lang="en">ITU BT.2020 non-constant luminance colorimetry</Definition>
16+
</Term>
17+
</Term>
18+
<Term termID="3">
19+
<Name xml:lang="en">BT.2100</Name>
20+
<Definition xml:lang="en">ITU BT.2100 colorimetry</Definition>
21+
<Term termID="3.1">
22+
<Name xml:lang="en">BT.2100 NCL</Name>
23+
<Definition xml:lang="en">ITU BT.2100 non-constant luminance colorimetry</Definition>
24+
</Term>
25+
</Term>
26+
</ClassificationScheme>

metadata/cs/ColorimetryCS.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2020/ColorimetryCS.xml

metadata/cs/catalog.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<group xml:base="2020/">
2222
<!-- Classification Schemes -->
2323
<uri name="urn:dvb:metadata:cs:AudioCodecCS:2020" uri="AudioCodecCS.xml"/>
24+
<uri name="urn:dvb:metadata:cs:ColorimetryCS:2020" uri="ColorimetryCS.xml"/>
2425
<uri name="urn:dvb:metadata:cs:VideoCodecCS:2020" uri="VideoCodecCS.xml"/>
2526
</group>
2627
<group xml:base="2005/">

0 commit comments

Comments
 (0)