diff options
author | wm4 <wm4@nowhere> | 2017-10-13 00:31:43 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2017-10-13 00:31:43 +0200 |
commit | 902ae9ae41091fbd95c223ac79fa1fa9f96cd011 (patch) | |
tree | 826ea986c88d47ae73b3536b327e4124a361199a /DOCS | |
parent | 5f8438bce63318167f7f4f2b68c75ef4737d542c (diff) |
options: add --vlang switch
For symmetry with --alang and --slang. 100% useless, but why not?
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 72176c7895..62c39cdf29 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -30,6 +30,9 @@ Track Selection - ``mpv --slang=jpn example.mkv`` plays a Matroska file with Japanese subtitles. +``--vlang=<...>`` + Equivalent to ``--alang`` and ``--slang``, for video tracks. + ``--aid=<ID|auto|no>`` Select audio track. ``auto`` selects the default, ``no`` disables audio. See also ``--alang``. mpv normally prints available audio tracks on the |