From b94cdc4bafddc50ec5e1a38f9a9b85d069a21817 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 5 Sep 2012 02:39:12 +0200 Subject: options: change --vid, --aid, --sid options The --vid, --aid, --sid options now accept the values 'off' and 'auto', instead of having the user deal with the numeric values -2 and -1. The numeric values are not allowed anymore. Remove the --audio option. It was probably meant as compensation option for --no-audio. There are no such options for sub/video, and it was not documented, so just remove it. The replacement is "--aid=auto". Also do some updates to the manpage. --- DOCS/man/en/options.rst | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index cf622e5c31..431ff1a7de 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -87,12 +87,9 @@ :``--afm=ffmpeg``: Try FFmpeg's libavcodec codecs first. :``--afm=acm,dshow``: Try Win32 codecs first. ---aid= - Select audio channel (MPEG: 0-31, AVI/OGM: 1-99, ASF/RM: 0-127, VOB(AC-3): - 128-159, VOB(LPCM): 160-191, MPEG-TS 17-8190). MPlayer prints the - available audio IDs when run in verbose (-v) mode. When playing an MPEG-TS - stream, MPlayer will use the first program (if present) with the chosen - audio stream. See also ``--alang``. +--aid= + Select audio channel. ``auto`` selects the default, ``off`` disables audio. + See also ``--alang``. --alang= Specify a priority list of audio languages to use. Different container @@ -1271,17 +1268,15 @@ Do not use index present in the file even if one is present. --no-audio - Do not play sound. Useful for benchmarking. + Do not play sound. With some demuxers this may not work. In those cases + you can try ``--ao=null`` instead. --no-sub - Disables any otherwise auto-selected internal subtitles (as e.g. the - Matroska/mkv demuxer supports). Use ``--no-autosub`` to disable the - loading of external subtitle files. + Disables display of internal and external subtitles. --no-video Do not play video. With some demuxers this may not work. In those cases - you can try ``--vc=null --vo=null`` instead; but ``--vc=null`` is always - unreliable. + you can try ``--vo=null`` instead. --ontop Makes the player window stay on top of other windows. Supported by video @@ -1699,10 +1694,9 @@ --shuffle Play files in random order. ---sid= - Display the subtitle stream specified by (0-31). MPlayer prints the - available subtitle IDs when run in verbose (``-v``) mode. If you cannot - select one of the subtitles on a DVD, try ``--vobsubid``. +--sid= + Display the subtitle stream specified by (0-31). ``auto`` selects the + default, ``off`` disables subtitles. See also ``--slang``, ``--vobsubid``, ``--no-sub``. --slang= @@ -2262,10 +2256,8 @@ :``--vfm=xanim``: Try XAnim codecs first. ---vid= - Select video channel (MPG: 0-15, ASF: 0-255, MPEG-TS: 17-8190). When - playing an MPEG-TS stream, MPlayer will use the first program (if present) - with the chosen video stream. +--vid= + Select video channel. ``auto`` selects the default, ``off`` disables video. --vm Try to change to a different video mode. Supported by the x11 and xv video -- cgit v1.2.3