diff options
author | Kevin Mitchell <kevmitch@gmail.com> | 2018-04-08 02:42:16 -0700 |
---|---|---|
committer | Jan Ekström <jeebjp@gmail.com> | 2018-04-08 22:24:04 +0300 |
commit | cacb0ad3dc40c89db51d2233f01acf12a66eba55 (patch) | |
tree | dbf7e57b1538b67447679de41a45abc0b7155785 /DOCS/man | |
parent | 576dabf654702724a84e957e8ecf45678b5f83ed (diff) |
manpage: document vaapi-device
This was left out of e3e2c79 by mistake.
Diffstat (limited to 'DOCS/man')
-rw-r--r-- | DOCS/man/options.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index ee2c6ee9a4..1d4f9810c9 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -922,6 +922,10 @@ Video Note that when using the ``cuda-copy`` hwdec, a different option must be passed: ``--vd-lavc-o=gpu=<0..>``. +``--vaapi-device=<device file>`` + Choose the DRM device for ``vaapi-copy``. This should be the path to a + DRM device file. (Default: ``/dev/dri/renderD128``) + ``--panscan=<0.0-1.0>`` Enables pan-and-scan functionality (cropping the sides of e.g. a 16:9 video to make it fit a 4:3 display without black bands). The range |