diff options
Diffstat (limited to 'DOCS/man/af.rst')
-rw-r--r-- | DOCS/man/af.rst | 4 |
1 files changed, 4 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. |