DOCS/vf: update vf_gpu options

This commit is contained in:
Shreesh Adiga 2024-04-20 12:04:34 +05:30 committed by Kacper Michajłow
parent d9c5aef98d
commit 4aa7588e44
1 changed files with 13 additions and 3 deletions

View File

@ -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.