summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/vf.rst')
-rw-r--r--DOCS/man/vf.rst22
1 files changed, 16 insertions, 6 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 59175e79ef..86f6b8ff67 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -103,7 +103,7 @@ filter list.
compared. (Passing multiple filters is currently still possible, but
deprecated.)
-``-vf-toggle=filter``
+``--vf-toggle=filter``
Add the given filter to the list if it was not present yet, or remove it
from the list if it was present. Matching of filters works as described in
``--vf-remove``.
@@ -192,7 +192,7 @@ Available mpv-only filters are:
space if the system video driver supports it, but not input and output
levels. The ``scale`` video filter can configure color space and input
levels, but only if the output format is RGB (if the video output driver
- supports RGB output, you can force this with ``-vf scale,format=rgba``).
+ supports RGB output, you can force this with ``--vf=scale,format=rgba``).
If this option is set to ``auto`` (which is the default), the video's
color space flag will be used. If that flag is unset, the color space
@@ -585,7 +585,7 @@ Available mpv-only filters are:
``display_res``
Resolution of the current display. This is an integer array with the
- first entry corresponding to the width and the second entry coresponding
+ first entry corresponding to the width and the second entry corresponding
to the height. These values can be 0. Note that this will not respond to
monitor changes and may not work on all platforms.
@@ -765,12 +765,22 @@ Available mpv-only filters are:
read information from this filter instead.
``gpu=...``
- Convert video to RGB using the OpenGL renderer normally used with
- ``--vo=gpu``. This requires that the EGL implementation supports off-screen
- rendering on the default display. (This is the case with Mesa.)
+ Convert video to RGB using the Vulkan or OpenGL renderer normally used with
+ ``--vo=gpu``. In case of OpenGL, this requires that the EGL implementation
+ supports off-screen rendering on the default display. (This is the case with
+ Mesa.)
Sub-options:
+ ``api=<type>``
+ The value ``type`` selects the rendering API. You can also pass
+ ``help`` to get a complete list of compiled in backends.
+
+ egl
+ EGL (default if available)
+ vulkan
+ Vulkan
+
``w=<pixels>``, ``h=<pixels>``
Size of the output in pixels (default: 0). If not positive, this will
use the size of the first filtered input frame.