[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.688,1.689
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Mon Aug 30 22:39:35 CEST 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv26993/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
Adds rounding parameter for width and height values returned.
Based on idea from <rcooley (at) spamcop (dot) net>.
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.688
retrieving revision 1.689
diff -u -r1.688 -r1.689
--- mplayer.1 28 Aug 2004 20:36:34 -0000 1.688
+++ mplayer.1 30 Aug 2004 20:39:32 -0000 1.689
@@ -3317,12 +3317,24 @@
.PD 1
.
.TP
-.B cropdetect[=0\-255]
+.B cropdetect[=limit:round]
Calculates necessary cropping parameters and prints the recommended parameters
to stdout.
-The threshold can be optionally specified from nothing (0) to everything
+.PD 0
+.RSs
+.IPs limit
+threshold, which can be optionally specified from nothing (0) to everything
(255).
(default: 24)
+.br
+.IPs round
+value which the width/height should be divisible by.
+The offset is automatically adjusted to center the video.
+Use \'2\' to get only even dimentions (needed for 4:2:2 video).
+\'16\' is best when encoding to most video codecs.
+(default: 16)
+.RE
+.PD 1
.
.TP
.B rectangle[=w:h:x:y]
More information about the MPlayer-DOCS
mailing list