From 7cf288ec77f838d3a2ca3134c164ddaaf2b6df55 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 14 Sep 2019 05:25:40 +0200 Subject: DOCS: remove references to --video-stereo-mode This option was removed by a5610b2a but the documentation persisted. Also adds an OPT_REMOVED. Closes #6938. --- DOCS/man/input.rst | 3 ++- DOCS/man/options.rst | 16 ---------------- DOCS/man/vf.rst | 7 ++++--- 3 files changed, 6 insertions(+), 20 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 9181b78487..a423f15bf2 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1690,7 +1690,8 @@ Property list Intended display rotation in degrees (clockwise). ``video-params/stereo-in`` - Source file stereo 3D mode. (See ``--video-stereo-mode`` option.) + Source file stereo 3D mode. (See the ``format`` video filter's + ``stereo-in`` option.) When querying the property with the client API using ``MPV_FORMAT_NODE``, or with Lua ``mp.get_property_native``, this will return a mpv_node with diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 657235c161..6170008213 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -986,22 +986,6 @@ Video which means the value ``0`` would rotate the video according to the rotation metadata.) -``--video-stereo-mode=`` - Set the stereo 3D output mode (default: ``mono``). This is mostly broken and - thus deprecated. - - The pseudo-mode ``no`` disables automatic conversion completely. - - The mode ``mono`` is an alias to ``ml``, which refers to the left frame in - 2D. This is the default, which means mpv will try to show 3D movies in 2D, - instead of the mangled 3D image not intended for consumption (such as - showing the left and right frame side by side, etc.). - - Use ``--video-stereo-mode=help`` to list all available modes. Check with - the ``stereo3d`` filter documentation to see what the names mean. Note that - some names refer to modes not supported by ``stereo3d`` - these modes can - appear in files, but can't be handled properly by mpv. - ``--video-zoom=`` Adjust the video display scale factor by the given value. The parameter is given log 2. For example, ``--video-zoom=0`` is unscaled, diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index 1f8780383d..28c2db07d6 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -249,12 +249,13 @@ Available mpv-only filters are: :gamma1.2: Scene-referred using a pure power OOTF (gamma=1.2) ```` - Set the stereo mode the video is assumed to be encoded in. Takes the - same values as the ``--video-stereo-mode`` option. + Set the stereo mode the video is assumed to be encoded in. Use + ``--vf format:stereo-in=help`` to list all available modes. Check with + the ``stereo3d`` filter documentation to see what the names mean. ```` Set the stereo mode the video should be displayed as. Takes the - same values as the ``--video-stereo-mode`` option. + same values as the ``stereo-in`` option. ```` Set the rotation the video is assumed to be encoded with in degrees. -- cgit v1.2.3