summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-11 23:48:47 +0200
committerwm4 <wm4@nowhere>2015-09-11 23:48:47 +0200
commitfea1e09a9c48f51a4d489027ed996c0314a13232 (patch)
tree40c7ddbf70af544fe0dfb12e39ece8b2f20ea3c1
parent702090869122a42622623a94d0d43e9cf10d91db (diff)
downloadmpv-fea1e09a9c48f51a4d489027ed996c0314a13232.tar.bz2
mpv-fea1e09a9c48f51a4d489027ed996c0314a13232.tar.xz
manpage: add a note about libavfilter
-rw-r--r--DOCS/man/af.rst4
-rw-r--r--DOCS/man/vf.rst4
2 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index f839770247..1ff5859d70 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -11,6 +11,10 @@ syntax is:
To get a full list of available audio filters, see ``--af=help``.
+ Also, keep in mind that most actual filters are available via the ``lavfi``
+ wrapper, which gives you access to most of libavfilter's filters. This
+ includes all filters that have been ported from MPlayer to libavfilter.
+
You can also set defaults for each filter. The defaults are applied before the
normal filter parameters.
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 2bc4391448..f4453cb729 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -17,6 +17,10 @@ normal filter parameters.
To get a full list of available video filters, see ``--vf=help``.
+ Also, keep in mind that most actual filters are available via the ``lavfi``
+ wrapper, which gives you access to most of libavfilter's filters. This
+ includes all filters that have been ported from MPlayer to libavfilter.
+
Video filters are managed in lists. There are a few commands to manage the
filter list.