summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-07-15 19:48:58 +0200
committerwm4 <wm4@nowhere>2016-07-15 19:48:58 +0200
commit358932a10939ecdb8ffc0bea15b06cee17a9ef73 (patch)
treee7178e08c91e9af9d99ea7d5649f2c22681e786f /DOCS
parent831fc4f012b482e98f48dafc16d107e7439ee6e8 (diff)
downloadmpv-358932a10939ecdb8ffc0bea15b06cee17a9ef73.tar.bz2
mpv-358932a10939ecdb8ffc0bea15b06cee17a9ef73.tar.xz
vf_d3d11vpp: add video processor selection
Unfortunately completely useless. I still don't know how to force a video processor to use a specific algorithm, if it's even possible.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 6a5c44f1cc..10f30c65ef 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -821,6 +821,12 @@ Available filters are:
Whether deinterlacing is enabled (default: no).
``interlaced-only=<yes|no>``
If ``yes`` (default), only deinterlace frames marked as interlaced.
+ ``mode=<blend|bob|adaptive|mocomp|ivctc|none>``
+ Tries to select a video processor with the given processing capability.
+ If a video processor supports multiple capabilities, it is not clear
+ which algorithm is actually selected. ``none`` always falls back. On
+ most if not all hardware, this option will probably do nothing, because
+ a video processor usually supports all modes or none.
``buffer=<num>``
Buffer ``<num>`` frames in the filter chain. This filter is probably pretty