# HG changeset patch # User gabucino # Date 1007344262 0 # Node ID 9d4a7b4afba2f7f2bf50146e29692401e9163726 # Parent e279cc05f189fe487b806b47c509e160ee1a22af ADDED: scaling stuff of mencoder some modifications in AUTHORS diff -r e279cc05f189 -r 9d4a7b4afba2 DOCS/documentation.html --- a/DOCS/documentation.html Mon Dec 03 01:13:48 2001 +0000 +++ b/DOCS/documentation.html Mon Dec 03 01:51:02 2001 +0000 @@ -1175,6 +1175,7 @@
  • Oliver Schoenbrunner @@ -1201,6 +1202,12 @@
  • Mike Melanson
  • + +
  • Tobias Diedrich +
  • diff -r e279cc05f189 -r 9d4a7b4afba2 DOCS/mencoder.1 --- a/DOCS/mencoder.1 Mon Dec 03 01:13:48 2001 +0000 +++ b/DOCS/mencoder.1 Mon Dec 03 01:51:02 2001 +0000 @@ -32,6 +32,9 @@ .RB [ \-ofps\ ] .RB [ \-o\ ] .RB [ \-frames\ ] +.RB [ \-x\ ] +.RB [ \-y\ ] +.RB [ \-sws\ <0-2> ] .I - or file or device .PP .SH DESCRIPTION @@ -194,7 +197,20 @@ .TP .B \-frames Encode only given number of frames. -.IP +.TP +.B \-x +Rescale output movie to given pixels wide. +.TP +.B \-y +Rescale output movie to given pixels tall. +.TP +.B \-sws (0-2> +Type of scaling method + + 0 fast bilinear + 1 bilinear + 2 bicubic (best quality) + .SH FILES AND DIRECTORIES .IP .SH "EXAMPLES"