diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 9f1e610c5b..4c93e904aa 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -1175,6 +1175,7 @@ No closer info yet.

  • Oliver Schoenbrunner @@ -1201,6 +1202,12 @@ No closer info yet.

  • Mike Melanson
  • + +
  • Tobias Diedrich +
  • diff --git a/DOCS/mencoder.1 b/DOCS/mencoder.1 index 73a2e5b2e4..e0e0daad95 100644 --- a/DOCS/mencoder.1 +++ b/DOCS/mencoder.1 @@ -32,6 +32,9 @@ mencoder \- Movie Encoder for Linux .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 @@ Outputs to the given filename, instead of the default 'test.avi' . .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"