[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.721,1.722
Michael Niedermayer CVS
syncmail at mplayerhq.hu
Sat Sep 18 02:08:20 CEST 2004
CVS change done by Michael Niedermayer CVS
Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv17642/DOCS/man/en
Modified Files:
mplayer.1
Log Message:
passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags
fixing the naming of the scaling functions a little
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.721
retrieving revision 1.722
diff -u -r1.721 -r1.722
--- mplayer.1 17 Sep 2004 15:53:03 -0000 1.721
+++ mplayer.1 18 Sep 2004 00:08:17 -0000 1.722
@@ -3291,7 +3291,7 @@
.IPs 9
lanczos
.IPs 10
-bicubic spline
+natural bicubic spline
.RE
.PD 1
.sp 1
@@ -3549,7 +3549,7 @@
portrait and not landscape.
.
.TP
-.B scale[=w:h[:interlaced[:chr_drop[:param[:presize]]]]]
+.B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize]]]]]]
Scales the image with the software scaler (slow) and performs a YUV<\->RGB
colorspace conversion (also see \-sws).
.RSs
@@ -3582,9 +3582,19 @@
3: Use only every 8. input line for chroma.
.REss
.IPs param
-scaling parameter (depends upon the scaling method used)
+scaling parameters (depend upon the scaling method used)
.RSss
-\-sws 2 (bicubic): sharpness (0 (soft) \- 100 (sharp))
+\-sws 2 (bicubic): B (blurring) and C (ringing)
+.br
+(0.00, 0.60) default
+.br
+(0.00, 0.75) VirtualDubs "precise bicubic"
+.br
+(0.00, 0.50) Catmull-Rom spline
+.br
+(0.33, 0.33) Mitchell-Netravali spline
+.br
+(1.00, 0.00) cubic B-spline
.br
\-sws 7 (gaussian): sharpness (0 (soft) \- 100 (sharp))
.br
More information about the MPlayer-DOCS
mailing list