[Mplayer-cvslog] CVS: main/DOCS documentation.html,1.124,1.125 mencoder.1,1.17,1.18

Winner of tha face compo gabucino at mplayer.dev.hu
Mon Dec 3 02:51:25 CET 2001


Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv24500

Modified Files:
	documentation.html mencoder.1 
Log Message:
ADDED: scaling stuff of mencoder
some modifications in AUTHORS


Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- documentation.html	1 Dec 2001 11:30:21 -0000	1.124
+++ documentation.html	3 Dec 2001 01:51:02 -0000	1.125
@@ -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 at jku.at">Oliver Schoenbrunner</A></B>
@@ -1201,6 +1202,12 @@
 <LI><B><A HREF="mailto:melanson at 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 at gmx.at">Tobias Diedrich</A></B>
+<UL>
+  <LI>NAS audio output driver</LI>
 </UL></LI>
 
 </UL></P>

Index: mencoder.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mencoder.1,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- mencoder.1	14 Nov 2001 22:07:34 -0000	1.17
+++ mencoder.1	3 Dec 2001 01:51:02 -0000	1.18
@@ -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"




More information about the MPlayer-cvslog mailing list