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
<p>The following video options are currently all specific to <tt class="docutils literal"><span class="pre">--vo=gpu</span></tt> and
6011
-
<tt class="docutils literal"><span class="pre">--vo=libmpv</span></tt> only, which are the only VOs that implement them.</p>
6010
+
<p>The following video options are currently all specific to <tt class="docutils literal"><span class="pre">--vo=gpu</span></tt>,
6011
+
<tt class="docutils literal"><span class="pre">--vo=libmpv</span></tt> and <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt>, which are the only VOs that implement
<tt class="docutils literal">bilinear</tt> is used instead of whatever is set with <tt class="docutils literal"><span class="pre">--scale</span></tt>. Bilinear
6168
6169
will reproduce the source image perfectly if no scaling is performed.
6169
6170
Enabled by default. Note that this option never affects <tt class="docutils literal"><span class="pre">--cscale</span></tt>.</dd>
<dd>Allow using faster built-in replacements for common scalers such as
6173
+
<tt class="docutils literal">nearest</tt>, <tt class="docutils literal">bilinear</tt> or <tt class="docutils literal">bicubic</tt>. These have the disadvantage of
6174
+
not being configurable, unlike normal scaler kernels. Defaults to
6175
+
enabled. (This option only affects <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt>)</dd>
<dd>Preserve the previous frames' interpolated results even when renderer
6245
+
parameters are changed - with the exception of options related to
6246
+
cropping and video placement, which always invalidate the cache. Enabling
6247
+
this option makes dynamic updates of renderer settings slightly smoother at
6248
+
the cost of slightly higher latency in response to such changes. Defaults
6249
+
to on. (Only affects <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt>, note that <tt class="docutils literal"><span class="pre">-vo=gpu</span></tt> always
<dd>Specifies a custom LUT file (in Adobe .cube format) to apply to the colors
7081
+
during image decoding. The exact interpretation of the LUT depends on
7082
+
the value of <tt class="docutils literal"><span class="pre">--image-lut-type</span></tt>. (Only for <tt class="docutils literal"><span class="pre">--vo=gpu-next</span></tt>)</dd>
<dd><p class="first">Experimental video renderer based on <tt class="docutils literal">libplacebo</tt>. This supports almost
8353
+
the same set of features as <tt class="docutils literal"><span class="pre">--vo=gpu</span></tt>. See <a class="reference internal" href="#gpu-renderer-options">GPU renderer options</a> for a
8354
+
list.</p>
8355
+
<p>Currently, this only supports <tt class="docutils literal"><span class="pre">--gpu-api=vulkan</span></tt>, and no hardware
8356
+
decoding. Unlike <tt class="docutils literal"><span class="pre">--vo=gpu</span></tt>, the FBO formats are not tunable, but you can
8357
+
still set <tt class="docutils literal"><span class="pre">--gpu-dumb-mode=yes</span></tt> to forcibly disable their use.</p>
8358
+
<p class="last">Should generally be faster and higher quality, but some features may still
8359
+
be missing or misbehave. Expect (and report!) bugs.</p>
8360
+
</dd>
8278
8361
<dt><tt class="docutils literal">sdl</tt></dt>
8279
8362
<dd><p class="first">SDL 2.0+ Render video output driver, depending on system with or without
8280
8363
hardware acceleration. Should work on all platforms supported by SDL 2.0.
0 commit comments