ADDED: scaling stuff of mencoder

some modifications in AUTHORS


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3278 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-12-03 01:51:02 +00:00
parent 0a2d56ae1b
commit faae9a8b49
2 changed files with 24 additions and 1 deletions

View File

@ -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>

View File

@ -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"