summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-22 06:25:03 +0000
committerods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-07-22 06:25:03 +0000
commitea10eebad5385941af9732008aefcf86987eb012 (patch)
treeb1be14e9beb9518912dc5cee18a663feee2abdc9 /DOCS
parent98e994c5fbd9b7fa9dda7787ad1676cc4824093d (diff)
downloadmpv-ea10eebad5385941af9732008aefcf86987eb012.tar.bz2
mpv-ea10eebad5385941af9732008aefcf86987eb012.tar.xz
aspect and round params for vf_dsize.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16041 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.154
1 files changed, 53 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index ed33a23849..fe152dd6b5 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -4354,7 +4354,7 @@ spal: 768x576 (square pixel PAL)
.RE
.
.TP
-.B dsize[=aspect|w:h]
+.B dsize[=aspect|w:h:aspect-method:r]
Changes the intended display size/\:aspect at an arbitrary point in the
filter chain.
Aspect can be given as a fraction (4/\:3) or floating point number
@@ -4366,6 +4366,58 @@ Note that this filter does
do any scaling itself; it just affects
what later scalers (software or hardware) will do when auto-scaling to
correct aspect.
+.RSs
+.IPs <w>,<h>
+New display width and height.
+Can also be these special values:
+.RSss
+ 0: original display width and height
+.br
+-1: original video width and height (default)
+.br
+-2: Calculate w/\:h using the other dimension and the original display
+aspect ratio.
+.br
+-3: Calculate w/\:h using the other dimension and the original video
+aspect ratio.
+.REss
+.sp 1
+.I EXAMPLE:
+.PD 0
+.RSs
+.IP dsize=800:-2
+Specifies a display resolution of 800x600 for a 4/3 aspect video, or
+800x450 for a 16/9 aspect video.
+.RE
+.IPs <aspect\-method>
+Modifies width and height according to original aspect ratios.
+.RSss
+-1: Ignore original aspect ratio (default).
+.br
+ 0: Keep display aspect ratio by using <w> and <h> as maximum
+resolution.
+.br
+ 1: Keep display aspect ratio by using <w> and <h> as minimum
+resolution.
+.br
+ 2: Keep video aspect ratio by using <w> and <h> as maximum
+resolution.
+.br
+ 3: Keep video aspect ratio by using <w> and <h> as minimum
+resolution.
+.REss
+.sp 1
+.I EXAMPLE:
+.PD 0
+.RSs
+.IP dsize=800:600:0
+Specifies a display resolution of at most 800x600, or smaller, in order
+to keep aspect.
+.RE
+.PD 1
+.IPs <r>
+Rounds up to make both width and height divisible by <r> (default: 1).
+.RE
.
.TP
.B yuy2\ \ \