From 713668b99a201a3ca33780d64bd4072ed966f406 Mon Sep 17 00:00:00 2001 From: Leo Izen Date: Mon, 4 Dec 2017 20:55:11 -0500 Subject: manpage: add some minor documenation fixes - replace the incorrect reference to --opengl-shader - document a caveat when using --image-display-duration - add some documentation on --vf=lavfi= --- DOCS/man/vf.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'DOCS/man/vf.rst') diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index 7f53e4ef17..9d290e147f 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -286,11 +286,14 @@ Available mpv-only filters are: If you want to use the full filter syntax with this option, you have to quote the filter graph in order to prevent mpv's syntax and the - filter graph syntax from clashing. + filter graph syntax from clashing. To prevent a quoting and escaping + mess, consider using ``--lavfi-complex`` if you know which video + track you want to use from the input file. (There is only one video + track for nearly all video files anyway.) .. admonition:: Examples - ``-vf lavfi=[gradfun=20:30,vflip]`` + ``--vf=lavfi=[gradfun=20:30,vflip]`` ``gradfun`` filter with nonsense parameters, followed by a ``vflip`` filter. (This demonstrates how libavfilter takes a graph and not just a single filter.) The filter graph string is -- cgit v1.2.3