From b18399befea7d4bdcc2c02a5116a589a20fb0302 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 1 May 2018 04:14:38 +0200 Subject: manpage: remove 4 previously removed options The manpage parts were forgotten when removing the options. --- DOCS/man/options.rst | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index c074fde7e9..fa36095966 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -64,17 +64,6 @@ Track Selection streamed with youtube-dl, because it saves bandwidth. This is done by setting the ytdl_format to "bestaudio/best" in the ytdl_hook.lua script. -``--ff-aid=``, ``--ff-sid=``, ``--ff-vid=`` - Select audio/subtitle/video streams by the FFmpeg stream index. The FFmpeg - stream index is relatively arbitrary, but useful when interacting with - other software using FFmpeg (consider ``ffprobe``). - - Note that with external tracks (added with ``--sub-files`` and similar - options), there will be streams with duplicate IDs. In this case, the - first stream in order is selected. - - Deprecated. - ``--edition=`` (Matroska files only) Specify the edition (set of chapters) to use, where 0 is the first. If set @@ -899,19 +888,6 @@ Video older hardware. d3d11va can always use ``yuv420p``, which uses an opaque format, with likely no advantages. -``--videotoolbox-format=`` - Set the internal pixel format used by ``--hwdec=videotoolbox`` on OSX. The - choice of the format can influence performance considerably. On the other - hand, there doesn't appear to be a good way to detect the best format for - the given hardware. ``nv12``, the default, works better on modern hardware, - while ``uyvy422`` appears to be better for old hardware. ``yuv420p`` also - works. - Since mpv 0.25.0, ``no`` is an accepted value, which lets the decoder pick - the format on newer FFmpeg versions (will use ``nv12`` on older versions). - - Deprecated. Use ``--hwdec-image-format`` if you really need this. If both - are specified, ``--hwdec-image-format`` wins. - ``--cuda-decode-device=`` Choose the GPU device used for decoding when using the ``cuda`` hwdec. -- cgit v1.2.3