From faae9a8b498ec485364101ffcb57998c7cf359e2 Mon Sep 17 00:00:00 2001 From: gabucino Date: Mon, 3 Dec 2001 01:51:02 +0000 Subject: [PATCH] ADDED: scaling stuff of mencoder some modifications in AUTHORS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3278 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/documentation.html | 7 +++++++ DOCS/mencoder.1 | 18 +++++++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) 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"