summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en/vf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/en/vf.rst')
-rw-r--r--DOCS/man/en/vf.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/DOCS/man/en/vf.rst b/DOCS/man/en/vf.rst
index 8f5ebc3885..ac9146d7ec 100644
--- a/DOCS/man/en/vf.rst
+++ b/DOCS/man/en/vf.rst
@@ -241,7 +241,7 @@ Available filters are:
``<fmt>``
Format name, e.g. rgb15, bgr24, 420p, etc. (default: 420p).
-``pp[=filter1[:option1[:option2...]]/[-]filter2...]``
+``pp[=[filter1[:option1[:option2...]]/[-]filter2...]]``
Enables the specified chain of postprocessing subfilters. Subfilters must
be separated by '/' and can be disabled by prepending a '-'. Each
subfilter and some options have a short and a long name that can be used
@@ -261,6 +261,11 @@ Available filters are:
``--vf=pp:help`` shows a list of available subfilters.
+ .. note::
+
+ Unlike in MPlayer or in earlier versions, you must quote the pp string
+ if it contains ``:`` characters, e.g. ``'--vf=pp=[...]'``.
+
Available subfilters are:
``hb/hdeblock[:difference[:flatness]]``
@@ -373,10 +378,10 @@ Available filters are:
``--vf=pp=de/-al``
default filters without brightness/contrast correction
- ``--vf=pp=default/tmpnoise:1:2:3``
+ ``--vf=pp=[default/tmpnoise:1:2:3]``
Enable default filters & temporal denoiser.
- ``--vf=pp=hb:y/vb:a``
+ ``--vf=pp=[hb:y/vb:a]``
Horizontal deblocking on luminance only, and switch vertical
deblocking on or off automatically depending on available CPU time.