From 54df7e4a3e18fd212bae3bdf665cd0455f031eb6 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 18 Sep 2004 00:08:17 +0000 Subject: 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 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13374 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 900201bcb7..bc81079064 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3291,7 +3291,7 @@ sincR .IPs 9 lanczos .IPs 10 -bicubic spline +natural bicubic spline .RE .PD 1 .sp 1 @@ -3549,7 +3549,7 @@ For parameters between 4\-7 rotation is only done if the movie's geometry is 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 @@ chroma skipping 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 -- cgit v1.2.3