diff options
author | ods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-07 19:54:58 +0000 |
---|---|---|
committer | ods15 <ods15@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-07-07 19:54:58 +0000 |
commit | 808c269a0844b7714bb536b21b9aee85be4e0f7c (patch) | |
tree | 80c55c9f837f764db522abeeea556821c8ccbc15 /DOCS/man/en/mplayer.1 | |
parent | 38d2e2afc86059abc4604b172c07b85bea1f7cad (diff) |
add 'aspect' and 'round' params to vf_expand.
(my first commit! I hope I did this correctly ;)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15940 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en/mplayer.1')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 94e3142c7a..c1c07b760a 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -4177,7 +4177,7 @@ top left corner position (default: -1, uppermost leftmost) .PD 1 . .TP -.B expand[=w:h:x:y:o] +.B expand[=w:h:x:y:o:a:r] Expands (not scales) movie resolution to the given value and places the unscaled original at coordinates x, y. Can be used for placing subtitles/\:OSD in the resulting black bands. @@ -4202,6 +4202,19 @@ OSD/\:subtitle rendering .br 1: enable .REss +.IPs <a>\ \ +Expands to an aspect instead of a resolution. (default: 0) +.sp 1 +.I EXAMPLE: +.PD 0 +.RSs +.IP expand=800::::3/4 +Expands to 800x600, unless the movie is higher resolution, then it +expands to fill a 3/4 aspect. +.RE +.PD 1 +.IPs <r>\ \ +Rounds up to make both width and height divisable by r. (default: 1) .RE . .TP |