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.
|
||||
|
||||
``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.
|
||||
|
|
Loading…
Reference in New Issue