summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2016-03-07 20:05:29 -0800
committerKevin Mitchell <kevmitch@gmail.com>2016-03-10 15:49:55 -0800
commit438af2e633ac1490ac5da7d3466a4795a7e3374f (patch)
tree73c2fb5499b0a038a142751ce0c8c24484520e8f /DOCS
parent1cd25117522180c763527909d3dad8b5a79d5913 (diff)
downloadmpv-438af2e633ac1490ac5da7d3466a4795a7e3374f.tar.bz2
mpv-438af2e633ac1490ac5da7d3466a4795a7e3374f.tar.xz
manpage: add note about video filters and hwdec
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 51ec16fff2..9048590db9 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -598,8 +598,12 @@ Video
forcing it with ``--vo=opengl:backend=x11``, but the vaapi/GLX interop is
said to be slower than ``vaapi-copy``.
+ Most video filters will not work with hardware decoding as they are
+ primarily implemented on the CPU. Some exceptions are ``vdpaupp``,
+ ``vdpaurb`` and ``vavpp``. See `VIDEO FILTERS`_ for more details.
+
The ``vaapi-copy`` and ``dxva2-copy`` modes allow you to use hardware
- decoding with any VO or backend. Because these copy the decoded
+ decoding with any VO, backend or filter. Because these copy the decoded
video back to system RAM, they're likely less efficient than the ``vaapi``
or ``dxva2`` modes respectivley.