From 4e0e24c3c27362939d9f88d3e22267afef5f6d4f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 11 Sep 2015 23:04:02 +0200 Subject: af_lavfi: implement af-metadata property Works like vf-metadata. Unfortunately requires some code duplication (even though it's not much). Fixes #2311. --- DOCS/man/input.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS/man') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index b1ac03734c..3f4ed5c3dc 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1091,6 +1091,9 @@ Property list An example of these kind of metadata are the cropping parameters added by ``--vf=lavfi=cropdetect``. +``af-metadata/`` + Equivalent to ``vf-metadata/``, but for audio filters. + ``pause`` (RW) Pause status. This is usually ``yes`` or ``no``. See ``--pause``. -- cgit v1.2.3