From 358932a10939ecdb8ffc0bea15b06cee17a9ef73 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 15 Jul 2016 19:48:58 +0200 Subject: 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. --- DOCS/man/vf.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') 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=`` If ``yes`` (default), only deinterlace frames marked as interlaced. + ``mode=`` + 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=`` Buffer ```` frames in the filter chain. This filter is probably pretty -- cgit v1.2.3