You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd><p class="first">Archive file extentions to try to match when using <tt class="docutils literal"><span class="pre">--autocreate-playlist</span></tt>
8775
+
or <tt class="docutils literal"><span class="pre">--directory-filter-types</span></tt>.</p>
8776
+
<p class="last">This is a string list option. See <a class="reference internal" href="#list-options">List Options</a> for details. Use
8777
+
<tt class="docutils literal"><span class="pre">--help=archive-exts</span></tt> to see the default extensions.</p>
<dd>Experimental Wayland output driver designed for use with either drm stateless
9469
+
<dd><p class="first">Experimental Wayland output driver designed for use with either drm stateless
9453
9470
or VA API hardware decoding. The driver is designed to avoid any GPU to CPU copies,
9454
9471
and to perform scaling and color space conversion using fixed-function hardware,
9455
9472
if available, rather than GPU shaders. This frees up GPU resources for other tasks.
9456
9473
It is highly recommended to use this VO with the appropriate <tt class="docutils literal"><span class="pre">--hwdec</span></tt> option such
9457
9474
as <tt class="docutils literal"><span class="pre">auto-safe</span></tt>. It can still work in some circumstances without <tt class="docutils literal"><span class="pre">--hwdec</span></tt> due to
9458
9475
mpv's internal conversion filters, but this is not recommended as it's a needless
9459
9476
extra step. Correct output depends on support from your GPU, drivers, and compositor.
9460
-
Weston and wlroots-based compositors like Sway and Intel GPUs are known to generally
9461
-
work.</dd>
9477
+
This requires the compositor and mpv to support <tt class="docutils literal"><span class="pre">xx-color-management-v4</span></tt> to
9478
+
accurately display colorspaces that are different from the compositor
9479
+
default (bt.601 in most cases).</p>
9480
+
<div class="admonition warning last">
9481
+
<p class="first admonition-title">Warning</p>
9482
+
<p class="last">This driver is not required for mpv to work on Wayland. <tt class="docutils literal">vo=gpu</tt>
9483
+
and <tt class="docutils literal"><span class="pre">vo=gpu-next</span></tt> will switch to the appropriate Wayland context
9484
+
automatically. This driver is experimental and generally lower quality
9485
+
than <tt class="docutils literal">gpu</tt>/<tt class="docutils literal"><span class="pre">gpu-next</span></tt>.</p>
9486
+
</div>
9487
+
</dd>
9462
9488
<dt><tt class="docutils literal">vaapi</tt></dt>
9463
9489
<dd><p class="first">Intel VA API video output driver with support for hardware decoding. Note
9464
9490
that there is absolutely no reason to use this, other than compatibility.
0 commit comments