# HG changeset patch # User diego # Date 1096683814 0 # Node ID 3b989771a870de36bb705d663e7ed756014b168d # Parent 3995d5cef8b389e287ef044b65c133b6c13aeb20 -sws and -vf scale sections improved, small fixes. diff -r 3995d5cef8b3 -r 3b989771a870 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sat Oct 02 00:38:17 2004 +0000 +++ b/DOCS/man/en/mplayer.1 Sat Oct 02 02:23:34 2004 +0000 @@ -3341,9 +3341,9 @@ .sp 1 .RS .I NOTE: -For \-sws\ 2 and 7, the sharpness can be set with the scaling parameter (p) -of \-vf scale (0 (soft) \- 100 (sharp)), for \-sws 9, it specifies the filter -length (1 \- 10). +For \-sws\ 2 and 7, sharpness can be set with the scaling parameter +of \-vf scale (0 (soft) \- 100 (sharp)), for \-sws 9, the scaling +parameter specifies the filter length (1 \- 10). .RE . .TP @@ -3611,8 +3611,13 @@ .br -3: Calculate w/\:h using the other dimension and the original aspect ratio. .REss -.IPs interlaced +.IPs Toggle interlaced scaling. +.RSss +0: off (default) +.br +1: on +.REss .IPs chroma skipping .RSss @@ -3624,19 +3629,21 @@ .br 3: Use only every 8. input line for chroma. .REss -.IPs +.IPs "[:] (also see \-sws)" +Set some scaling parameters depending on the type of scaler selected +with \-sws. .RSss \-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 +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 @@ -6891,7 +6898,7 @@ .br The first pass (pass=1) collects statistics on the video and writes them to a file. -You might want to deactivate some CPU-hungry options, appart from the ones +You might want to deactivate some CPU-hungry options, apart from the ones that are on by default. .br In two pass mode, the second pass (pass=2) reads the stats file and @@ -6906,6 +6913,7 @@ The third pass (pass=3) is the same as the second pass, except that it has the second pass' stats to work from. You can use all encoding options, including CPU-hungry ones. +.br .I NOTE: Three pass and x264 support being quite recent in MEncoder, we welcome any