summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-23 14:10:43 +0200
committerwm4 <wm4@nowhere>2013-04-23 14:10:43 +0200
commitc8df1799d93f0dc04158c173fe70288c480b2d89 (patch)
treef168a199d7b203cad7c11173b0c4a7e9716d971d /DOCS/man/en
parent79797181598facbdb055e16fc7c13abbb1aa7db9 (diff)
downloadmpv-c8df1799d93f0dc04158c173fe70288c480b2d89.tar.bz2
mpv-c8df1799d93f0dc04158c173fe70288c480b2d89.tar.xz
m_option: allow quoted positional parameters for -vf
This allows things like: '--vf=lavfi="gradfun=20:30"' Adjust the documentation for vf_lavfi to make the example less verbose. As an unrelated change, add a general description to vf_lavfi.
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/vf.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index 1d6a8512d6..e534c73ec3 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -368,6 +368,7 @@ pp[=filter1[:option1[:option2...]]/[-]filter2...]
deblocking on or off automatically depending on available CPU time.
lavfi=graph[:sws_flags]
+ Filter video using ffmpeg's libavfilter.
<graph>
The libavfilter graph string. The filter must have a single video input
@@ -382,7 +383,7 @@ lavfi=graph[:sws_flags]
*EXAMPLE*:
- ``'--vf=lavfi=graph="gradfun=20:30"'``
+ ``'--vf=lavfi="gradfun=20:30"'``
gradfun filter with non-sensical parameters. The ``'`` quotes are
for the shell. Otherwise, the shell would remove the ``"`` quotes.