Mercurial > mplayer.hg
changeset 2664:f23882410024
decreasing my todo list
author | gabucino |
---|---|
date | Sat, 03 Nov 2001 23:57:20 +0000 |
parents | 4929b296e465 |
children | e8d949b1bc5d |
files | DOCS/Hungarian/codecs.html DOCS/Hungarian/mplayer.1 DOCS/codecs.html DOCS/documentation.html DOCS/mencoder.1 DOCS/mplayer.1 |
diffstat | 6 files changed, 45 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/codecs.html Sat Nov 03 23:46:56 2001 +0000 +++ b/DOCS/Hungarian/codecs.html Sat Nov 03 23:57:20 2001 +0000 @@ -180,10 +180,9 @@ A <B>3ivx</B> codec-et nem találod meg ott, így azt töltsd le a <A HREF="http://www.3ivx.com">3ivx honlapjáról</A>.</LI> - <LI>a codeceket másold, vagy symlink-eld a <CODE>/usr/lib/xanim/mods</CODE> - könyvtárba a következőképp:<BR><CODE>ln -s vid_cvid_2.1_linuxELFx86c6.xa vid_cvid.xa</CODE> - mindegyikre.<BR>Megadhatsz másik keresési útvonalat, csak írd át az xacodec.c - file-t: <CODE>#define XACODEC_PATH "/usr/lib/xanim/mods"</CODE>.</LI> + <LI>a <CODE>--with-xanimlibdir</CODE> opcióval mondd meg a configure-nak hogy + hol vannak az xanim codec-ek. Alapállapotban az <CODE>/usr/lib/xanim/mods</CODE> + könyvtárban keresi őket.</LI> </UL> </P>
--- a/DOCS/Hungarian/mplayer.1 Sat Nov 03 23:46:56 2001 +0000 +++ b/DOCS/Hungarian/mplayer.1 Sat Nov 03 23:57:20 2001 +0000 @@ -79,6 +79,7 @@ .RB [ \-cache\ kbyte ] .RB [ \-bpp\ mélység ] .RB [ \-flip ] +.RB [ \-playlist\ <file> ] .I - vagy file vagy eszköz .PP .SH LEÍRÁS @@ -243,6 +244,9 @@ -monitoraspect 4:3 vagy 1.3333 -monitoraspect 16:9 vagy 1.7777 +.TP +.B \-playlist <file> +az itt megadott fileban található fileok lejátszása (1 file/sor). .IP .SH "HALADÓSZINTŰ OPCIÓK" .TP
--- a/DOCS/codecs.html Sat Nov 03 23:46:56 2001 +0000 +++ b/DOCS/codecs.html Sat Nov 03 23:57:20 2001 +0000 @@ -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>
--- a/DOCS/documentation.html Sat Nov 03 23:46:56 2001 +0000 +++ b/DOCS/documentation.html Sat Nov 03 23:57:20 2001 +0000 @@ -941,6 +941,16 @@ <LI><A HREF="http://mad.sourceforge.net">libmad</A> support</LI> </UL></LI> +<LI><B><A HREF="mailto:dholm@telia.com">David Holm</A></B> +<UL> + <LI>DXR3 support</LI> +</UL></LI> + +<LI><B><A HREF="mailto:takis@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@pingfm.org">joy_ping</A>) + <LI><B>ao_dxr3.c</B> - <A HREF="mailto:dholm@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
--- a/DOCS/mencoder.1 Sat Nov 03 23:46:56 2001 +0000 +++ b/DOCS/mencoder.1 Sat Nov 03 23:57:20 2001 +0000 @@ -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.
--- a/DOCS/mplayer.1 Sat Nov 03 23:46:56 2001 +0000 +++ b/DOCS/mplayer.1 Sat Nov 03 23:57:20 2001 +0000 @@ -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