summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2018-01-02 20:46:58 +0000
committerRicardo Constantino <wiiaboo@gmail.com>2018-01-02 20:46:58 +0000
commit828bd2963cd10a851e0a977809687aed4d377dc3 (patch)
tree31d942e661a897152c192bca27fc6079b8cf88e7 /DOCS
parent89f81da481c81cda1abd7c971b36f00ea80d80fe (diff)
downloadmpv-828bd2963cd10a851e0a977809687aed4d377dc3.tar.bz2
mpv-828bd2963cd10a851e0a977809687aed4d377dc3.tar.xz
command: add demuxer-lavf-list property
Was only available with --demuxer-lavf-format=help and the demuxer needed to be used for it to actually print the list. This can be used in the future to check if 'dash' support was compiled with FFmpeg so ytdl_hook can use it instead. For now, dashdec is too rudimentary to be used right away.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 16d8ecb45d..0ae4a0c0c8 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2119,6 +2119,10 @@ Property list
The encoder names (``driver`` entries) can be passed to ``--ovc`` and
``--oac`` (without the ``lavc:`` prefix required by ``--vd`` and ``--ad``).
+``demuxer-lavf-list``
+ List of available libavformat demuxers' names. This can be used to check
+ for support for a specific format or use with ``--demuxer-lavf-format``.
+
``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.