summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 6dcf7a83e4..0cdb611583 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1999,7 +1999,7 @@ Property list
Canonical codec name, which identifies the format the decoder can
handle.
- ``decoder``
+ ``driver``
The name of the decoder itself. Often, this is the same as ``codec``.
Sometimes it can be different. It is used to distinguish multiple
decoders for the same codec.
@@ -2017,9 +2017,14 @@ Property list
MPV_FORMAT_NODE_MAP (for each decoder entry)
"family" MPV_FORMAT_STRING
"codec" MPV_FORMAT_STRING
- "decoder" MPV_FORMAT_STRING
+ "driver" MPV_FORMAT_STRING
"description" MPV_FORMAT_STRING
+``encoder-list``
+ List of libavcodec encoders. This has the same format as ``decoder-list``.
+ The encoder names (``driver`` entries) can be passed to ``--ovc`` and
+ ``--oac`` (without the ``lavc:`` prefix required by ``--vd`` and ``--ad``).
+
``mpv-version``
Return the mpv version/copyright string. Depending on how the binary was
built, it might contain either a release version, or just a git hash.