summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2019-09-14 05:25:40 +0200
committerNiklas Haas <git@haasn.xyz>2019-09-14 21:16:38 +0200
commit7cf288ec77f838d3a2ca3134c164ddaaf2b6df55 (patch)
tree8f4b7a53d87e7490801ddabfc7392b11bb29cd3a /DOCS/man
parent3a035f2a8cf2278a3cf4e549cb93d90897401e59 (diff)
downloadmpv-7cf288ec77f838d3a2ca3134c164ddaaf2b6df55.tar.bz2
mpv-7cf288ec77f838d3a2ca3134c164ddaaf2b6df55.tar.xz
DOCS: remove references to --video-stereo-mode
This option was removed by a5610b2a but the documentation persisted. Also adds an OPT_REMOVED. Closes #6938.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst3
-rw-r--r--DOCS/man/options.rst16
-rw-r--r--DOCS/man/vf.rst7
3 files changed, 6 insertions, 20 deletions
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=<no|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=<value>``
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)
``<stereo-in>``
- 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.
``<stereo-out>``
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.
``<rotate>``
Set the rotation the video is assumed to be encoded with in degrees.