summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-03-07 20:03:44 -0800
committerKevin Mitchell <kevmitch@gmail.com>2016-03-10 15:49:55 -0800
commit1cd25117522180c763527909d3dad8b5a79d5913 (patch)
tree3ce9a5e202499d75944627942902b99990f3c7e1
parent8ff09f32176c457e6350621cd61d0cabf7e160df (diff)
downloadmpv-1cd25117522180c763527909d3dad8b5a79d5913.tar.bz2
mpv-1cd25117522180c763527909d3dad8b5a79d5913.tar.xz
manpage: document dxva2 option for hwdec
Also mention dxva2-copy along with vaapi-copy.
-rw-r--r--DOCS/man/options.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index eb1b1a60c0..51ec16fff2 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -580,6 +580,8 @@ Video
:vaapi: requires ``--vo=opengl`` or ``--vo=vaapi`` (Linux only)
:vaapi-copy: copies video back into system RAM (Linux with Intel GPUs only)
:videotoolbox: requires ``--vo=opengl`` (OS X 10.8 and up only)
+ :dxva2: requires ``--vo=opengl:backend=angle`` or
+ ``--vo=opengl:backend=dxinterop`` (Windows only)
:dxva2-copy: copies video back to system RAM (Windows only)
:rpi: requires ``--vo=rpi`` (Raspberry Pi only - default if available)
@@ -596,9 +598,10 @@ Video
forcing it with ``--vo=opengl:backend=x11``, but the vaapi/GLX interop is
said to be slower than ``vaapi-copy``.
- The ``vaapi-copy`` mode allows you to use vaapi with any VO. Because
- this copies the decoded video back to system RAM, it's likely less efficient
- than the ``vaapi`` mode.
+ The ``vaapi-copy`` and ``dxva2-copy`` modes allow you to use hardware
+ decoding with any VO or backend. Because these copy the decoded
+ video back to system RAM, they're likely less efficient than the ``vaapi``
+ or ``dxva2`` modes respectivley.
.. note::