@@ -4440,6 +4440,11 @@ <h2>Window</h2>
4440
4440
<tt class="docutils literal">vdpau</tt>, <tt class="docutils literal">direct3d</tt>), this can be slightly faster or slower,
4441
4441
depending on GPU drivers and hardware. For other VOs, this just makes
4442
4442
rendering slower.</dd>
4443
+ <dt><tt class="docutils literal"><span class="pre">--force-render</span></tt></dt>
4444
+ <dd>Forces mpv to always render frames regardless of the visibility of the
4445
+ window. Currently only affects X11 and Wayland VOs since they are the
4446
+ only ones that have this optimization (i.e. everything else always renders
4447
+ regardless of visibility).</dd>
4443
4448
<dt><tt class="docutils literal"><span class="pre">--force-window-position</span></tt></dt>
4444
4449
<dd>Forcefully move mpv's video output window to default location whenever
4445
4450
there is a change in video parameters, video stream or file. This used to
@@ -6534,6 +6539,11 @@ <h2>GPU renderer options</h2>
6534
6539
just prevents the mpv window from being larger than the size of the monitor when
6535
6540
it first renders. This option will take precedence over any <tt class="docutils literal">autofit</tt> or
6536
6541
<tt class="docutils literal">geometry</tt> type settings if the configure bounds are used.</dd>
6542
+ <dt><tt class="docutils literal"><span class="pre">--wayland-content-type=<auto|none|photo|video|game></span></tt></dt>
6543
+ <dd>If supported by the compositor, mpv will send a hint using the content-type
6544
+ protocol telling the compositor what type of content is being displayed. <tt class="docutils literal">auto</tt>
6545
+ (default) will automatically switch between telling the compositor the content
6546
+ is a photo, video or possibly none depending on internal heuristics.</dd>
6537
6547
<dt><tt class="docutils literal"><span class="pre">--wayland-disable-vsync=<yes|no></span></tt></dt>
6538
6548
<dd>Disable mpv's internal vsync for Wayland-based video output (default: no).
6539
6549
This is mainly useful for benchmarking wayland VOs when combined with
0 commit comments