Skip to content

Commit

Permalink
added dWLm chunk
Browse files Browse the repository at this point in the history
1. Add dWLm chunk
2. Added ITI BT.2408 reference
3. Added ISO 22028-5 reference
  • Loading branch information
digitaltvguy authored and svgeesus committed Aug 13, 2024
1 parent a7c9871 commit e93a3e4
Showing 1 changed file with 67 additions and 2 deletions.
69 changes: 67 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,19 @@
publisher: "ITU",
date: "2021-04",
href: "https://www.itu.int/ITU-T/recommendations/rec.aspx?rec=14652"
}
}
},
"ITU-R BT.2408": {
title: "Guidance for operational practices in HDR television production",
publisher: "ITU",
date: "09/2023",
href: "https://www.itu.int/pub/R-REP-BT.2408"
},
"ISO/TS 22028-5": {
title: "Part 5: High dynamic range and wide colour gamut encoding for still images (HDR/WCG)",
publisher: "ISO",
date: "06/2023",
href: "https://www.iso.org/standard/81863.html"

}
</script>
</head>
Expand Down Expand Up @@ -4233,6 +4244,60 @@ <h2><span class="chunk">cLLi</span> Content Light Level Information</h2>
</section>
</section>

<section id="dWLm-chunk">
<h2><span class="chunk">dWLm</span> Diffuse white luminance metadata</h2>
<p>The two-byte chunk type field contains the hexadecimal values</p>

<pre>
<!-- xx xx xx xx
</pre>
<p>If present, the <span class="chunk">dWLm</span> chunk stores the luminance value
of the images nominal diffuse white, in cd/m2 as defined in [ISO/TS 22028-5]:</p>
<p>If the luminance of the diffuse white differs from the nominal luminance for an HDR reference displays
diffuse white as defined in in [[ITU-R-BT.2408]], the contents diffuse white luminance level
should be indicated using this metadata.</p>
<p>The following specifies the syntax of the <span class="chunk">dWLn</span> chunk:</p>
<table id="dWLn-chunk-syntax" class="numbered simple">
<caption>dWLn chunk components</caption>
<tr>
<th>Name</th>
<th>Size</th>
<th>Divisor value</th>
</tr>
<tr>
<td>Diffuse white luminance metadata</td>
<td>2 bytes</td>
<td>1 cd/m<sup>2</sup></td>
</tr>
</table>
<aside class="example">
Example <span class="chunk">dWLn</span> Diffuse white luminance metadata:
<table id="dWLn-diffuse-white-luminance-metadata-example" class="numbered simple">
<tr>
<th>Actual value</th>
<th>Stored Decimal value</th>
<th>Stored 2-byte unsigned value</th>
</tr>
<tr>
<td>203 cd/m<sup>2</sup></td>
<td>203</td>
<td>CB 00</td>
</tr>
</table>
</aside>
</section>
</section>
<!-- Maintain a fragment named "11textinfo" to preserve incoming links to it -->
<section id="11textinfo">
Expand Down

0 comments on commit e93a3e4

Please sign in to comment.