From d080d1d39afe2b0a4286ab4688df609984996357 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 25 Mar 2013 21:25:11 +0100 Subject: 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). --- DOCS/man/en/input.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'DOCS') 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) -- cgit v1.2.3