From 31611fc46b29e0704004e21f1e25de2f9608e109 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 3 Apr 2017 18:04:18 +0200 Subject: 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. --- DOCS/man/vf.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'DOCS') 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. -- cgit v1.2.3