summaryrefslogtreecommitdiffstats
path: root/DOCS/man/vf.rst
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2017-12-04 20:55:11 -0500
committerLeo Izen <leo.izen@gmail.com>2017-12-04 20:57:16 -0500
commit713668b99a201a3ca33780d64bd4072ed966f406 (patch)
tree92cd606cd234b06d03348d42608847bf77df9a07 /DOCS/man/vf.rst
parent7a3df7d6a476650c6effaffc91c1112eca521764 (diff)
downloadmpv-713668b99a201a3ca33780d64bd4072ed966f406.tar.bz2
mpv-713668b99a201a3ca33780d64bd4072ed966f406.tar.xz
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=
Diffstat (limited to 'DOCS/man/vf.rst')
-rw-r--r--DOCS/man/vf.rst7
1 files changed, 5 insertions, 2 deletions
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