summaryrefslogtreecommitdiffstats
path: root/DOCS
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
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')
-rw-r--r--DOCS/documentation.html7
-rw-r--r--DOCS/mencoder.118
2 files changed, 24 insertions, 1 deletions
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.</P>
<UL>
<LI>AQT type subtitles support</LI>
<LI>CRTC2 YUV support in mga_vid</LI>
+ <LI>DirectFB video output driver</LI>
</UL></LI>
<LI><B><A HREF="mailto:oliver.schoenbrunner@jku.at">Oliver Schoenbrunner</A></B>
@@ -1201,6 +1202,12 @@ No closer info yet.</P>
<LI><B><A HREF="mailto:melanson@pcisys.net">Mike Melanson</A></B>
<UL>
<LI>MS Video1 codec open-source implementation</LI>
+ <LI>FLI demuxer, decoder</LI>
+</UL></LI>
+
+<LI><B><A HREF="mailto:ranma@gmx.at">Tobias Diedrich</A></B>
+<UL>
+ <LI>NAS audio output driver</LI>
</UL></LI>
</UL></P>
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"