Skip to content

Commit 88c8743

Browse files
committed
added dWLm chunk
1. Add dWLm chunk 2. Added ITI BT.2408 reference 3. Added ISO 22028-5 reference
1 parent 87490a1 commit 88c8743

File tree

1 file changed

+67
-2
lines changed

1 file changed

+67
-2
lines changed

index.html

Lines changed: 67 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,19 @@
286286
publisher: "ITU",
287287
date: "2021-04",
288288
href: "https://www.itu.int/ITU-T/recommendations/rec.aspx?rec=14652"
289-
}
290-
}
289+
},
290+
"ITU-R BT.2408": {
291+
title: "Guidance for operational practices in HDR television production",
292+
publisher: "ITU",
293+
date: "09/2023",
294+
href: "https://www.itu.int/pub/R-REP-BT.2408"
295+
},
296+
"ISO/TS 22028-5": {
297+
title: "Part 5: High dynamic range and wide colour gamut encoding for still images (HDR/WCG)",
298+
publisher: "ISO",
299+
date: "06/2023",
300+
href: "https://www.iso.org/standard/81863.html"
301+
291302
}
292303
</script>
293304
</head>
@@ -4124,6 +4135,60 @@ <h2><span class="chunk">cLLi</span> Content Light Level Information</h2>
41244135
</section>
41254136
</section>
41264137

4138+
<section id="dWLm-chunk">
4139+
<h2><span class="chunk">dWLm</span> Diffuse white luminance metadata</h2>
4140+
<p>The two-byte chunk type field contains the hexadecimal values</p>
4141+
4142+
<pre>
4143+
<!-- xx xx xx xx
4144+
</pre>
4145+
4146+
<p>If present, the <span class="chunk">dWLm</span> chunk stores the luminance value
4147+
of the images nominal diffuse white, in cd/m2 as defined in [ISO/TS 22028-5]:</p>
4148+
4149+
<p>If the luminance of the diffuse white differs from the nominal luminance for an HDR reference displays
4150+
diffuse white as defined in in [[ITU-R-BT.2408]], the contents diffuse white luminance level
4151+
should be indicated using this metadata.</p>
4152+
4153+
<p>The following specifies the syntax of the <span class="chunk">dWLn</span> chunk:</p>
4154+
4155+
<table id="dWLn-chunk-syntax" class="numbered simple">
4156+
<caption>dWLn chunk components</caption>
4157+
4158+
<tr>
4159+
<th>Name</th>
4160+
<th>Size</th>
4161+
<th>Divisor value</th>
4162+
</tr>
4163+
4164+
<tr>
4165+
<td>Diffuse white luminance metadata</td>
4166+
<td>2 bytes</td>
4167+
<td>1 cd/m<sup>2</sup></td>
4168+
</tr>
4169+
4170+
</table>
4171+
4172+
<aside class="example">
4173+
Example <span class="chunk">dWLn</span> Diffuse white luminance metadata:
4174+
4175+
<table id="dWLn-diffuse-white-luminance-metadata-example" class="numbered simple">
4176+
<tr>
4177+
<th>Actual value</th>
4178+
<th>Stored Decimal value</th>
4179+
<th>Stored 2-byte unsigned value</th>
4180+
</tr>
4181+
4182+
<tr>
4183+
<td>203 cd/m<sup>2</sup></td>
4184+
<td>203</td>
4185+
<td>CB 00</td>
4186+
</tr>
4187+
</table>
4188+
</aside>
4189+
</section>
4190+
</section>
4191+
41274192
41284193
<!-- Maintain a fragment named "11textinfo" to preserve incoming links to it -->
41294194
<section id="11textinfo">

0 commit comments

Comments
 (0)