Skip to content

Commit 422a8a1

Browse files
author
nadeko
committed
CI autodeploy
1 parent c751d36 commit 422a8a1

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

manual/master/index.html

+8-6
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ <h2>Keyboard Control</h2>
200200
<dt>Shift+PGUP and Shift+PGDWN</dt>
201201
<dd>Seek backward or forward by 10 minutes. (This used to be mapped to
202202
PGUP/PGDWN without Shift.)</dd>
203+
<dt>b</dt>
204+
<dd>Activate/deactivate debanding.</dd>
203205
<dt>d</dt>
204206
<dd>Cycle the deinterlacing filter.</dd>
205207
<dt>A</dt>
@@ -6542,15 +6544,15 @@ <h2>GPU renderer options</h2>
65426544
<dd>Disable any dithering done by mpv.</dd>
65436545
<dt>auto</dt>
65446546
<dd>Automatic selection.
6545-
On <tt class="docutils literal">vo=gpu</tt>: if output bit depth cannot be detected, 8 bpc is assumed.
6546-
On <tt class="docutils literal"><span class="pre">vo=gpu-next</span></tt>: with <tt class="docutils literal"><span class="pre">gpu-api=d3d11</span></tt>, real on-the-wire bpc is used.
6547-
For other <tt class="docutils literal"><span class="pre">gpu-api</span></tt>, 8 bpc is used for SDR content.</dd>
6547+
On <tt class="docutils literal"><span class="pre">--vo=gpu</span></tt>: detected depth or 8 bpc otherwise
6548+
On <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt>: detected depth or 8 bpc (for SDR target)</dd>
65486549
<dt>8</dt>
65496550
<dd>Dither to 8 bit output.</dd>
65506551
</dl>
6551-
<p class="last">Note that the depth of the connected video display device cannot be
6552-
detected. Often, LCD panels will do dithering on their own, which conflicts
6553-
with this option and leads to ugly output.</p>
6552+
<p class="last">Note that the on-the-wire bit depth cannot be detected except when using
6553+
<tt class="docutils literal"><span class="pre">gpu-api=d3d11</span></tt>. Explicitly setting the value to your display's bit depth
6554+
is recommended, as dithering performed by some LCD panels can be of low
6555+
quality.</p>
65546556
</dd>
65556557
<dt><tt class="docutils literal"><span class="pre">--dither-size-fruit=&lt;2-8&gt;</span></tt></dt>
65566558
<dd><p class="first">Set the size of the dither matrix (default: 6). The actual size of the

0 commit comments

Comments
 (0)