Mercurial > mplayer.hg
changeset 3277:9d4a7b4afba2
ADDED: scaling stuff of mencoder
some modifications in AUTHORS
author | gabucino |
---|---|
date | Mon, 03 Dec 2001 01:51:02 +0000 |
parents | e279cc05f189 |
children | 404cfc1a0942 |
files | DOCS/documentation.html DOCS/mencoder.1 |
diffstat | 2 files changed, 24 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/documentation.html Mon Dec 03 01:13:48 2001 +0000 +++ b/DOCS/documentation.html Mon Dec 03 01:51:02 2001 +0000 @@ -1175,6 +1175,7 @@ <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 @@ <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>
--- a/DOCS/mencoder.1 Mon Dec 03 01:13:48 2001 +0000 +++ b/DOCS/mencoder.1 Mon Dec 03 01:51:02 2001 +0000 @@ -32,6 +32,9 @@ .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 @@ .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"