|
291 | 291 | publisher: "ITU", |
292 | 292 | date: "2021-04", |
293 | 293 | href: "https://www.itu.int/ITU-T/recommendations/rec.aspx?rec=14652" |
294 | | - } |
295 | | - } |
| 294 | + }, |
| 295 | + "ITU-R BT.2408": { |
| 296 | + title: "Guidance for operational practices in HDR television production", |
| 297 | + publisher: "ITU", |
| 298 | + date: "09/2023", |
| 299 | + href: "https://www.itu.int/pub/R-REP-BT.2408" |
| 300 | + }, |
| 301 | + "ISO/TS 22028-5": { |
| 302 | + title: "Part 5: High dynamic range and wide colour gamut encoding for still images (HDR/WCG)", |
| 303 | + publisher: "ISO", |
| 304 | + date: "06/2023", |
| 305 | + href: "https://www.iso.org/standard/81863.html" |
| 306 | + |
296 | 307 | } |
297 | 308 | </script> |
298 | 309 | </head> |
@@ -4233,6 +4244,60 @@ <h2><span class="chunk">cLLi</span> Content Light Level Information</h2> |
4233 | 4244 | </section> |
4234 | 4245 | </section> |
4235 | 4246 |
|
| 4247 | + <section id="dWLm-chunk"> |
| 4248 | + <h2><span class="chunk">dWLm</span> Diffuse white luminance metadata</h2> |
| 4249 | + <p>The two-byte chunk type field contains the hexadecimal values</p> |
| 4250 | + |
| 4251 | + <pre> |
| 4252 | +<!-- xx xx xx xx |
| 4253 | +</pre> |
| 4254 | +
|
| 4255 | + <p>If present, the <span class="chunk">dWLm</span> chunk stores the luminance value |
| 4256 | + of the images nominal diffuse white, in cd/m2 as defined in [ISO/TS 22028-5]:</p> |
| 4257 | +
|
| 4258 | + <p>If the luminance of the diffuse white differs from the nominal luminance for an HDR reference displays |
| 4259 | + diffuse white as defined in in [[ITU-R-BT.2408]], the contents diffuse white luminance level |
| 4260 | + should be indicated using this metadata.</p> |
| 4261 | + |
| 4262 | + <p>The following specifies the syntax of the <span class="chunk">dWLn</span> chunk:</p> |
| 4263 | +
|
| 4264 | + <table id="dWLn-chunk-syntax" class="numbered simple"> |
| 4265 | + <caption>dWLn chunk components</caption> |
| 4266 | +
|
| 4267 | + <tr> |
| 4268 | + <th>Name</th> |
| 4269 | + <th>Size</th> |
| 4270 | + <th>Divisor value</th> |
| 4271 | + </tr> |
| 4272 | +
|
| 4273 | + <tr> |
| 4274 | + <td>Diffuse white luminance metadata</td> |
| 4275 | + <td>2 bytes</td> |
| 4276 | + <td>1 cd/m<sup>2</sup></td> |
| 4277 | + </tr> |
| 4278 | +
|
| 4279 | + </table> |
| 4280 | +
|
| 4281 | + <aside class="example"> |
| 4282 | + Example <span class="chunk">dWLn</span> Diffuse white luminance metadata: |
| 4283 | +
|
| 4284 | + <table id="dWLn-diffuse-white-luminance-metadata-example" class="numbered simple"> |
| 4285 | + <tr> |
| 4286 | + <th>Actual value</th> |
| 4287 | + <th>Stored Decimal value</th> |
| 4288 | + <th>Stored 2-byte unsigned value</th> |
| 4289 | + </tr> |
| 4290 | +
|
| 4291 | + <tr> |
| 4292 | + <td>203 cd/m<sup>2</sup></td> |
| 4293 | + <td>203</td> |
| 4294 | + <td>CB 00</td> |
| 4295 | + </tr> |
| 4296 | + </table> |
| 4297 | + </aside> |
| 4298 | + </section> |
| 4299 | + </section> |
| 4300 | +
|
4236 | 4301 |
|
4237 | 4302 | <!-- Maintain a fragment named "11textinfo" to preserve incoming links to it --> |
4238 | 4303 | <section id="11textinfo"> |
|
0 commit comments