summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-04-03 00:02:40 +0200
committerwm4 <wm4@nowhere>2015-04-03 00:13:41 +0200
commit8585845c648ea781269f3bd094f54a3b3674fc51 (patch)
treec8a315274183a67e1e7e3e841694f6a08afa0640 /DOCS
parent3d17b12d9cfb26975740d2038e848dfe1e302a75 (diff)
downloadmpv-8585845c648ea781269f3bd094f54a3b3674fc51.tar.bz2
mpv-8585845c648ea781269f3bd094f54a3b3674fc51.tar.xz
vf_format: allow forcing display size
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/vf.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index fb8047c201..a40cd1eea3 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -314,6 +314,11 @@ Available filters are:
Set the rotation the video is assumed to be encoded with in degrees.
The special value ``-1`` uses the input format.
+ ``<dw>``, ``<dh>``
+ Set the display size. Note that setting the display size such that
+ the video is scaled in both directions instead of just changing the
+ aspect ratio is an implementation detail, and might change later.
+
``noformat[=fmt]``
Restricts the color space for the next filter without doing any conversion.