summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-02 23:57:56 +0200
committerwm4 <wm4@nowhere>2015-04-03 00:11:10 +0200
commit14a530f4744fc7dee232bbb7c19218d1b0e00ef9 (patch)
tree725b604ad78c3c770fa08e56ca935de20ca8b29e /DOCS
parent5a2825ec35446ae2127c0fb204203cd09738c4ed (diff)
downloadmpv-14a530f4744fc7dee232bbb7c19218d1b0e00ef9.tar.bz2
mpv-14a530f4744fc7dee232bbb7c19218d1b0e00ef9.tar.xz
vf_format: allow forcing stereo mode parameters
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index 0e944f110e..79055ec1a1 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -302,6 +302,14 @@ Available filters are:
:bt.709: ITU-R BT.709 (HD) (same primaries as sRGB)
:bt.2020: ITU-R BT.2020 (UHD)
+ ``<stereo-in>``
+ Set the stereo mode the video is assumed to be encoded in. Takes the
+ same values as the ``--video-stereo-mode`` option.
+
+ ``<stereo-out>``
+ Set the stereo mode the video should be displayed as. Takes the
+ same values as the ``--video-stereo-mode`` option.
+
``noformat[=fmt]``
Restricts the color space for the next filter without doing any conversion.