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/interface-changes.rst | 2 ++ DOCS/man/input.rst | 3 +++ 2 files changed, 5 insertions(+) (limited to 'DOCS') diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst index d54477d94e..713dea8038 100644 --- a/DOCS/interface-changes.rst +++ b/DOCS/interface-changes.rst @@ -19,6 +19,8 @@ Interface changes :: + --- mpv 0.11.0 --- + - add "af-metadata" property --- mpv 0.10.0 --- - add --video-aspect-method option - add --playlist-pos option 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