From fea1e09a9c48f51a4d489027ed996c0314a13232 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 11 Sep 2015 23:48:47 +0200 Subject: manpage: add a note about libavfilter --- DOCS/man/vf.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS/man/vf.rst') 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. -- cgit v1.2.3