@@ -7554,29 +7554,6 @@ <h2>GPU renderer options</h2>
7554
7554
reveal details that would otherwise be hidden in dark scenes, but raising
7555
7555
it too high will make dark scenes appear unnaturally bright. (<tt class="docutils literal"><span class="pre">--vo=gpu</span></tt>
7556
7556
only)</dd>
7557
- <dt><tt class="docutils literal"><span class="pre">--tone-mapping-mode</span></tt></dt>
7558
- <dd><p class="first">Controls how the tone mapping function is applied to colors.</p>
7559
- <dl class="last docutils">
7560
- <dt>auto</dt>
7561
- <dd>Choose the best mode automatically. (Default)</dd>
7562
- <dt>rgb</dt>
7563
- <dd>Tone-map per-channel (RGB). Has a tendency to severely distort colors,
7564
- desaturate highlights, and is generally not very recommended. However,
7565
- this is the mode used in many displays and TVs (especially early ones),
7566
- and so sometimes it's needed to reproduce the artistic intent a film
7567
- was mastered with.</dd>
7568
- <dt>max</dt>
7569
- <dd>Tone-map on the brightest component in the video. Has a tendency to
7570
- lead to weirdly oversaturated colors, and loss of dark details.</dd>
7571
- <dt>hybrid</dt>
7572
- <dd>A hybrid approach that uses linear tone-mapping for midtones and
7573
- per-channel tone mapping for highlights.</dd>
7574
- <dt>luma</dt>
7575
- <dd>Luminance-based method from ITU-R BT.2446a, including fixed gamut
7576
- reductions to account for brightness-related perceptual nonuniformity.
7577
- (<tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt> only)</dd>
7578
- </dl>
7579
- </dd>
7580
7557
<dt><tt class="docutils literal"><span class="pre">--tone-mapping-visualize</span></tt></dt>
7581
7558
<dd>Display a (PQ-PQ) graph of the active tone-mapping LUT. Intended only for
7582
7559
debugging purposes. The X axis shows PQ input values, the Y axis shows PQ
0 commit comments