mirror of https://github.com/mpv-player/mpv
DOCS/vf: update vf_gpu options
This commit is contained in:
parent
d9c5aef98d
commit
4aa7588e44
|
@ -765,12 +765,22 @@ Available mpv-only filters are:
|
||||||
read information from this filter instead.
|
read information from this filter instead.
|
||||||
|
|
||||||
``gpu=...``
|
``gpu=...``
|
||||||
Convert video to RGB using the OpenGL renderer normally used with
|
Convert video to RGB using the Vulkan or OpenGL renderer normally used with
|
||||||
``--vo=gpu``. This requires that the EGL implementation supports off-screen
|
``--vo=gpu``. In case of OpenGL, this requires that the EGL implementation
|
||||||
rendering on the default display. (This is the case with Mesa.)
|
supports off-screen rendering on the default display. (This is the case with
|
||||||
|
Mesa.)
|
||||||
|
|
||||||
Sub-options:
|
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>``
|
``w=<pixels>``, ``h=<pixels>``
|
||||||
Size of the output in pixels (default: 0). If not positive, this will
|
Size of the output in pixels (default: 0). If not positive, this will
|
||||||
use the size of the first filtered input frame.
|
use the size of the first filtered input frame.
|
||||||
|
|
Loading…
Reference in New Issue