summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-03 18:04:18 +0200
committerwm4 <wm4@nowhere>2017-04-03 18:12:42 +0200
commit31611fc46b29e0704004e21f1e25de2f9608e109 (patch)
treeaa45539886860960bc436cb481688d1b66f885bf /DOCS
parent13160530f2ef05b24dc9331fe42b00def1e4d071 (diff)
downloadmpv-31611fc46b29e0704004e21f1e25de2f9608e109.tar.bz2
mpv-31611fc46b29e0704004e21f1e25de2f9608e109.tar.xz
video: support positional arguments for automatic lavfi option bridge
Now e.g. --vf=pad=1000:1000 works. All in all pretty ugly and hacky. Just look away.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index f2bd16033c..2d53fc4ce2 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -60,11 +60,11 @@ normal filter parameters.
implemented in mpv only).
If a filter is not builtin, the ``lavfi-bridge`` will be automatically
- tried. Keep in mind that this filter does not support positional arguments
- like ``--vf=name=arg1:arg2``. Instead, you must use
- ``--vf=name=arg1name=arg1value:...``. This bridge also does not support
- help output, and does not verify parameters before the filter is actually
- used.
+ tried. This bridge does not support help output, and does not verify
+ parameters before the filter is actually used. Although the mpv syntax
+ is rather similar to libavfilter's, it's not the same. (Which means not
+ everything accepted by vf_lavfi's ``graph`` option will be accepted by
+ ``--vf``.)
Video filters are managed in lists. There are a few commands to manage the
filter list.