comparison DOCS/man/en/mplayer.1 @ 13373:6bd869a18d2c

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
author michael
date Sat, 18 Sep 2004 00:08:17 +0000
parents 2c39a359d141
children 1b2baad8f949
comparison
equal deleted inserted replaced
13372:c537796e79b7 13373:6bd869a18d2c
3289 .IPs 8 3289 .IPs 8
3290 sincR 3290 sincR
3291 .IPs 9 3291 .IPs 9
3292 lanczos 3292 lanczos
3293 .IPs 10 3293 .IPs 10
3294 bicubic spline 3294 natural bicubic spline
3295 .RE 3295 .RE
3296 .PD 1 3296 .PD 1
3297 .sp 1 3297 .sp 1
3298 .RS 3298 .RS
3299 .I NOTE: 3299 .I NOTE:
3547 Rotates and flips (optional) the image +/\:- 90 degrees. 3547 Rotates and flips (optional) the image +/\:- 90 degrees.
3548 For parameters between 4\-7 rotation is only done if the movie's geometry is 3548 For parameters between 4\-7 rotation is only done if the movie's geometry is
3549 portrait and not landscape. 3549 portrait and not landscape.
3550 . 3550 .
3551 .TP 3551 .TP
3552 .B scale[=w:h[:interlaced[:chr_drop[:param[:presize]]]]] 3552 .B scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize]]]]]]
3553 Scales the image with the software scaler (slow) and performs a YUV<\->RGB 3553 Scales the image with the software scaler (slow) and performs a YUV<\->RGB
3554 colorspace conversion (also see \-sws). 3554 colorspace conversion (also see \-sws).
3555 .RSs 3555 .RSs
3556 .IPs w,h\ \ 3556 .IPs w,h\ \
3557 scaled width/\:height (default: original width/\:height) 3557 scaled width/\:height (default: original width/\:height)
3580 2: Use only every 4. input line for chroma. 3580 2: Use only every 4. input line for chroma.
3581 .br 3581 .br
3582 3: Use only every 8. input line for chroma. 3582 3: Use only every 8. input line for chroma.
3583 .REss 3583 .REss
3584 .IPs param 3584 .IPs param
3585 scaling parameter (depends upon the scaling method used) 3585 scaling parameters (depend upon the scaling method used)
3586 .RSss 3586 .RSss
3587 \-sws 2 (bicubic): sharpness (0 (soft) \- 100 (sharp)) 3587 \-sws 2 (bicubic): B (blurring) and C (ringing)
3588 .br
3589 (0.00, 0.60) default
3590 .br
3591 (0.00, 0.75) VirtualDubs "precise bicubic"
3592 .br
3593 (0.00, 0.50) Catmull-Rom spline
3594 .br
3595 (0.33, 0.33) Mitchell-Netravali spline
3596 .br
3597 (1.00, 0.00) cubic B-spline
3588 .br 3598 .br
3589 \-sws 7 (gaussian): sharpness (0 (soft) \- 100 (sharp)) 3599 \-sws 7 (gaussian): sharpness (0 (soft) \- 100 (sharp))
3590 .br 3600 .br
3591 \-sws 9 (lanczos): filter length (1\-10) 3601 \-sws 9 (lanczos): filter length (1\-10)
3592 .REss 3602 .REss