[Mplayer-cvslog] CVS: main/DOCS codecs.html,1.25,1.26 documentation.html,1.98,1.99 mencoder.1,1.7,1.8 mplayer.1,1.104,1.105
Winner of tha face compo
gabucino at mplayer.dev.hu
Sun Nov 4 00:57:22 CET 2001
Update of /cvsroot/mplayer/main/DOCS
In directory mplayer:/var/tmp.root/cvs-serv20945/DOCS
Modified Files:
codecs.html documentation.html mencoder.1 mplayer.1
Log Message:
decreasing my todo list
Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/codecs.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- codecs.html 1 Nov 2001 21:05:28 -0000 1.25
+++ codecs.html 3 Nov 2001 23:57:04 -0000 1.26
@@ -180,10 +180,8 @@
<A HREF="http://xanim.va.pubnix.com">XAnim site</A>. The <B>3ivx</B> codec
isn't there, so download it from the <A HREF="http://www.3ivx.com">3ivx site</A>.</LI>
- <LI>copy the codecs, or make symlinks for them to <CODE>/usr/lib/xanim/mods</CODE> .
- Accordingly :<BR><CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE>
- for all of them.<BR>You can define another search path in xacodec.c:
- <CODE>#define XACODEC_PATH "/usr/lib/xanim/mods"</CODE>.</LI>
+ <LI>use the <CODE>--with-xanimlibdir</CODE> option to tell configure where
+ it can find the xanim codecs. By default, it checks them at <CODE>/usr/lib/xanim/mods</CODE> .</LI>
</UL>
</P>
Index: documentation.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/documentation.html,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- documentation.html 31 Oct 2001 08:22:12 -0000 1.98
+++ documentation.html 3 Nov 2001 23:57:04 -0000 1.99
@@ -941,6 +941,16 @@
<LI><A HREF="http://mad.sourceforge.net">libmad</A> support</LI>
</UL></LI>
+<LI><B><A HREF="mailto:dholm at telia.com">David Holm</A></B>
+<UL>
+ <LI>DXR3 support</LI>
+</UL></LI>
+
+<LI><B><A HREF="mailto:takis at lumumba.luc.ac.be">Panagiotis Issaris</A></B>
+<UL>
+ <LI>-playlist option</LI>
+</UL></LI>
+
</UL></P>
<P>Main testers:</P>
@@ -1085,6 +1095,7 @@
<UL>
<LI><B>ao_alsa5.c</B> - al3x
<LI><B>ao_alsa9.c</B> - al3x (fixed by <A HREF="mailto:joy at pingfm.org">joy_ping</A>)
+ <LI><B>ao_dxr3.c</B> - <A HREF="mailto:dholm at telia.com">David Holm</A>
<LI><B>ao_null.c</B> - A'rpi
<LI><B>ao_oss.c</B> - A'rpi
<LI><B>ao_pcm.c</B> - Atmos
Index: mencoder.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mencoder.1,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mencoder.1 3 Nov 2001 21:24:00 -0000 1.7
+++ mencoder.1 3 Nov 2001 23:57:04 -0000 1.8
@@ -30,6 +30,7 @@
.RB [ \-pass\ <1/2> ]
.RB [ \-ofps\ <fps> ]
.RB [ \-o\ <filename> ]
+.RB [ \-frames\ <number> ]
.I - or file or device
.PP
.SH DESCRIPTION
@@ -83,7 +84,6 @@
.B \-vfm <video family>
(useful?) (yes!)
.TP
-.TP
.B \-afm <audio family>
(useful?) (yes!)
.TP
@@ -127,14 +127,14 @@
help get help (TODO!)
br=XXX specify bitrate in
kbit <0-1024>
+ q=XXX Quality
+ (0-highest, 9-fastest)
vbr=XXX variable bitrate method
0=cbr
1=mt
2=rh(default)
3=abr
4=mtrh
- q=XXX VBR quality
- (0-highest, 9-fastest)
cbr constant bitrate
mode=XXX 0=stereo
1=joint-stereo
@@ -147,12 +147,30 @@
ratio=XXX compression ratio <1-100>
.TP
+.B \-pass <1/2>
+With this you can encode 2pass DivX4 files. First encode with -pass 1, then
+with the same parameters, encode with -pass 2.
+.TP
+.B \-ofps <fps>
+The output file will have different frame/sec than the source.
+.TP
+.B \-frames <number>
+Encode only given number of frames.
+.TP
.B \-OTHERS
TODO
.IP
.SH FILES AND DIRECTORIES
.IP
.SH "EXAMPLES"
+.B Encoding DVD title #2
+mencoder -dvd 2 -o title2.avi
+.TP
+.B Encoding from HTTP
+mencoder http://mplayer.hq/example.avi -o example.avi
+.TP
+.B Encoding from pipe
+rar p test-SVCD.rar | mencoder -divx4opts br=800 -ofps 24 -pass 1 -- -
.IP
.SH BUGS
Probably. Check the documentation.
Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/mplayer.1,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- mplayer.1 30 Oct 2001 17:07:59 -0000 1.104
+++ mplayer.1 3 Nov 2001 23:57:04 -0000 1.105
@@ -79,6 +79,7 @@
.RB [ \-cache\ kbytes ]
.RB [ \-bpp\ depth ]
.RB [ \-flip ]
+.RB [ \-playlist\ <filename> ]
.I - or file or device
.PP
.SH DESCRIPTION
@@ -239,6 +240,9 @@
-monitoraspect 4:3 or 1.3333
-monitoraspect 16:9 or 1.7777
+.TP
+.B \-playlist <file>
+play files according to this filelist (1 file/row).
.IP
.SH "ADVANCED OPTIONS"
.TP
More information about the MPlayer-cvslog
mailing list