summaryrefslogtreecommitdiffstats
path: root/DOCS/mencoder.1
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-03 01:51:02 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-03 01:51:02 +0000
commitfaae9a8b498ec485364101ffcb57998c7cf359e2 (patch)
treeb8006be39ce8f7c0c49c522cde903cf0831ab254 /DOCS/mencoder.1
parent0a2d56ae1baedd512a8fe6104124d3d33feabe46 (diff)
downloadmpv-faae9a8b498ec485364101ffcb57998c7cf359e2.tar.bz2
mpv-faae9a8b498ec485364101ffcb57998c7cf359e2.tar.xz
ADDED: scaling stuff of mencoder
some modifications in AUTHORS git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3278 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mencoder.1')
-rw-r--r--DOCS/mencoder.118
1 files changed, 17 insertions, 1 deletions
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\ <fps> ]
.RB [ \-o\ <filename> ]
.RB [ \-frames\ <number> ]
+.RB [ \-x\ <rescale\ width> ]
+.RB [ \-y\ <rescale\ height> ]
+.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 <number>
Encode only given number of frames.
-.IP
+.TP
+.B \-x <rescale width>
+Rescale output movie to given pixels wide.
+.TP
+.B \-y <rescale height>
+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"