From 9eb061a72b66702d394584fac371358050f7ad18 Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 13 Apr 2014 07:08:58 -0700 Subject: command: add vf-metadata property This is a read-only property that uses VFCTRL_GET_METADATA to retrieve mp_tags metadata from a filter specified by label Signed-off-by: wm4 --- DOCS/man/en/input.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index f6a0f04833..d6e3affcad 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -731,7 +731,7 @@ Property list (key and string value for each metdata entry) ``chapter-metadata`` - Metadata of current chapter. Works similar to ``metadata`` property. IT + Metadata of current chapter. Works similar to ``metadata`` property. It also allows the same access methods (using sub-properties). Per-chapter metadata is very rare. Usually, only the chapter name @@ -740,6 +740,17 @@ Property list For accessing other information, like chapter start, see the ``chapter-list`` property. +``vf-metadata/`` + Metadata added by video filters. Accessed by the filter label, + which if not explicitly specified using the ``@filter-label:`` syntax, + will be ``NN``. + + Works similar to ``metadata`` property. It allows the same access + methods (using sub-properties). + + An example of these kind of metadata are the cropping parameters + added by ``--vf=lavfi=cropdetect``. + ``pause`` (RW) Pause status. This is usually ``yes`` or ``no``. See ``--pause``. -- cgit v1.2.3