From 828bd2963cd10a851e0a977809687aed4d377dc3 Mon Sep 17 00:00:00 2001 From: Ricardo Constantino Date: Tue, 2 Jan 2018 20:46:58 +0000 Subject: 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. --- DOCS/man/input.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'DOCS') 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. -- cgit v1.2.3