summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-03-25 21:25:11 +0100
committerwm4 <wm4@nowhere>2013-03-26 01:29:53 +0100
commitd080d1d39afe2b0a4286ab4688df609984996357 (patch)
tree2be9409dcca1b481a703840d2e76234d41d2270b /DOCS
parent05e918be02a269627bf440d29a153783df93f172 (diff)
downloadmpv-d080d1d39afe2b0a4286ab4688df609984996357.tar.bz2
mpv-d080d1d39afe2b0a4286ab4688df609984996357.tar.xz
command: export VO video width/height as properties
Add new properties "dwidth" and "dheight", which contain the video size as known by the VO (not necessarily what the VO makes out of them, i.e. without window scaling and panscan).
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/input.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst
index 221d6cbfba..9dda58adbd 100644
--- a/DOCS/man/en/input.rst
+++ b/DOCS/man/en/input.rst
@@ -309,9 +309,11 @@ vsync x see ``--vsync``
video-format video format (string)
video-codec video codec selected for decoding
video-bitrate video bitrate
-width video width
+width video width (container or decoded size)
height video height
-fps FPS (may contain bogus values)
+fps container FPS (may contain bogus values)
+dwidth video width (after filters and aspect scaling)
+dheight video height
aspect x video aspect
video x current video track (similar to ``--vid``)
program x switch TS program (write-only)