From 8d13bd18019c9398a7cf956e7daf30ff7cf74468 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 29 Jan 2004 18:45:20 +0000 Subject: [PATCH] Scale filter reworded, presize option documented, lowpassfreq and highpassfreq lame options documented. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11881 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 44 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 36 insertions(+), 8 deletions(-) diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 03ba644397..47d513067b 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2536,15 +2536,16 @@ Rotates and flips (optional) the image +/\:- 90 degrees. For parameters between 4\-7 rotation is only done if the movie's geometry is portrait and not landscape. .TP -.B scale[=w:h[:i[:c[:p]]]] +.B scale[=w:h[:interlaced[:chr_drop[:param[:presize]]]]] Scales the image with the software scaler (slow) and performs a YUV<\->RGB colorspace conversion (also see \-sws option). .RSs -.IPs w,h -new width/height after scaling (default: original width,height) +.IPs w,h\ \ +scaled width/height (default: original width/height) +.br .I NOTE: If \-zoom is used, and underlying filters (including libvo) are -incapable of scaling, then it defaults to d_width/\:d_height! +incapable of scaling, it defaults to d_width/\:d_height! .RSss 0: scaled d_width/\:d_height .br @@ -2554,9 +2555,9 @@ incapable of scaling, then it defaults to d_width/\:d_height! .br -3: Calculate w/\:h using the other dimension and the original aspect ratio. .REss -.IPs i -interlaced flag -.IPs c +.IPs interlaced +Toggle interlaced scaling. +.IPs chr_drop chroma skipping .RSss 0: use all available input lines for chroma @@ -2567,7 +2568,7 @@ chroma skipping .br 3: use only every 8. input line for chroma .REss -.IPs p +.IPs param scaling parameter (depends upon the scaling method used) .RSss \-sws 2 (bicubic): sharpness (0 (soft) \- 100 (sharp)) @@ -2576,6 +2577,21 @@ scaling parameter (depends upon the scaling method used) .br \-sws 9 (lanczos): filter length (1\-10) .REss +.IPs presize +Scale to preset sizes. +.RSss +qntsc: 352x240 (NTSC quarter screen) +.br +qpal: 352x288 (PAL quarter screen) +.br +ntsc: 720x480 (standard NTSC) +.br +pal: 720x576 (standard PAL) +.br +sntsc: 640x480 (square pixel NTSC) +.br +spal: 768x576 (square pixel PAL) +.REss .RE .TP .B dsize={aspect|w:h} @@ -3926,6 +3942,18 @@ adjust switch on faster encoding on subsequent VBR presets modes, slightly lower quality and higher bitrates. .TP +.B highpassfreq= +Set a highpass filtering frequency in Hz. +Frequencies below the specified one will be cut off. +A value of -1 will disable filtering, a value of 'auto' +will let lame choose values automatically. +.TP +.B lowpassfreq= +Set a lowpass filtering frequency in Hz. +Frequencies above the specified one will be cut off. +A value of -1 will disable filtering, a value of 'auto' +will let lame choose values automatically. +.TP .B preset= preset values .RSs