aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/man/af.rst
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2017-05-31 17:42:03 +0200
committerGravatar wm4 <wm4@nowhere>2017-05-31 17:42:55 +0200
commitcc69650e76269a3b419e6a73eb06e12284e91974 (patch)
tree32dda0b980dbba05308e1e069180b9cd1de81b2f /DOCS/man/af.rst
parent1a25f8c9fb92debf8729a12325f065998b07e94a (diff)
af, vf: improvements to libavfilter bridge
Add the "lavfi-" prefix (details see manpage additons). Tag the filter name as "(lavfi)" in the verbose filter list output.
Diffstat (limited to 'DOCS/man/af.rst')
-rw-r--r--DOCS/man/af.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst
index bc25a9f7b3..b56fc919a1 100644
--- a/DOCS/man/af.rst
+++ b/DOCS/man/af.rst
@@ -15,6 +15,9 @@ syntax is:
wrapper, which gives you access to most of libavfilter's filters. This
includes all filters that have been ported from MPlayer to libavfilter.
+ The ``--vf`` description describes how libavfilter can be used and how to
+ workaround deprecated mpv filters.
+
See ``--vf`` group of options for info on how ``--af-defaults``, ``--af-add``,
``--af-pre``, ``--af-del``, ``--af-clr``, and possibly others work.