Skip to content

Commit 9bec304

Browse files
digitaltvguysvgeesus
authored andcommitted
added dWLm chunk
1. Add dWLm chunk 2. Added ITI BT.2408 reference 3. Added ISO 22028-5 reference
1 parent 61ba3cc commit 9bec304

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
@@ -294,8 +294,19 @@
294294
publisher: "ITU",
295295
date: "2021-04",
296296
href: "https://www.itu.int/ITU-T/recommendations/rec.aspx?rec=14652"
297-
}
298-
}
297+
},
298+
"ITU-R BT.2408": {
299+
title: "Guidance for operational practices in HDR television production",
300+
publisher: "ITU",
301+
date: "09/2023",
302+
href: "https://www.itu.int/pub/R-REP-BT.2408"
303+
},
304+
"ISO/TS 22028-5": {
305+
title: "Part 5: High dynamic range and wide colour gamut encoding for still images (HDR/WCG)",
306+
publisher: "ISO",
307+
date: "06/2023",
308+
href: "https://www.iso.org/standard/81863.html"
309+
299310
}
300311
</script>
301312
</head>
@@ -4158,6 +4169,60 @@ <h2><span class="chunk">cLLi</span> Content Light Level Information</h2>
41584169
</section>
41594170
</section>
41604171

4172+
<section id="dWLm-chunk">
4173+
<h2><span class="chunk">dWLm</span> Diffuse white luminance metadata</h2>
4174+
<p>The two-byte chunk type field contains the hexadecimal values</p>
4175+
4176+
<pre>
4177+
<!-- xx xx xx xx
4178+
</pre>
4179+
4180+
<p>If present, the <span class="chunk">dWLm</span> chunk stores the luminance value
4181+
of the images nominal diffuse white, in cd/m2 as defined in [ISO/TS 22028-5]:</p>
4182+
4183+
<p>If the luminance of the diffuse white differs from the nominal luminance for an HDR reference displays
4184+
diffuse white as defined in in [[ITU-R-BT.2408]], the contents diffuse white luminance level
4185+
should be indicated using this metadata.</p>
4186+
4187+
<p>The following specifies the syntax of the <span class="chunk">dWLn</span> chunk:</p>
4188+
4189+
<table id="dWLn-chunk-syntax" class="numbered simple">
4190+
<caption>dWLn chunk components</caption>
4191+
4192+
<tr>
4193+
<th>Name</th>
4194+
<th>Size</th>
4195+
<th>Divisor value</th>
4196+
</tr>
4197+
4198+
<tr>
4199+
<td>Diffuse white luminance metadata</td>
4200+
<td>2 bytes</td>
4201+
<td>1 cd/m<sup>2</sup></td>
4202+
</tr>
4203+
4204+
</table>
4205+
4206+
<aside class="example">
4207+
Example <span class="chunk">dWLn</span> Diffuse white luminance metadata:
4208+
4209+
<table id="dWLn-diffuse-white-luminance-metadata-example" class="numbered simple">
4210+
<tr>
4211+
<th>Actual value</th>
4212+
<th>Stored Decimal value</th>
4213+
<th>Stored 2-byte unsigned value</th>
4214+
</tr>
4215+
4216+
<tr>
4217+
<td>203 cd/m<sup>2</sup></td>
4218+
<td>203</td>
4219+
<td>CB 00</td>
4220+
</tr>
4221+
</table>
4222+
</aside>
4223+
</section>
4224+
</section>
4225+
41614226
41624227
<!-- Maintain a fragment named "11textinfo" to preserve incoming links to it -->
41634228
<section id="11textinfo">

0 commit comments

Comments
 (0)