[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1026,1.1027

Oded Shimon CVS syncmail at mplayerhq.hu
Thu Jul 7 21:55:02 CEST 2005


CVS change done by Oded Shimon CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv11933/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
add 'aspect' and 'round' params to vf_expand.
(my first commit! I hope I did this correctly ;)



Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1026
retrieving revision 1.1027
diff -u -r1.1026 -r1.1027
--- mplayer.1	2 Jul 2005 19:00:12 -0000	1.1026
+++ mplayer.1	7 Jul 2005 19:54:58 -0000	1.1027
@@ -4177,7 +4177,7 @@
 .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 @@
 .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




More information about the MPlayer-DOCS mailing list