diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-03 23:57:20 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-03 23:57:20 +0000 |
commit | 663c4f8eb04e9ea44ee6744c90ea165b1f48eaee (patch) | |
tree | a250c5b9b8cc6a0ac516db5172fb77ea6df0dad7 /DOCS | |
parent | eb67812bc7213ac45e48dc0162f998ea442a399b (diff) | |
download | mpv-663c4f8eb04e9ea44ee6744c90ea165b1f48eaee.tar.bz2 mpv-663c4f8eb04e9ea44ee6744c90ea165b1f48eaee.tar.xz |
decreasing my todo list
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2665 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/Hungarian/codecs.html | 7 | ||||
-rw-r--r-- | DOCS/Hungarian/mplayer.1 | 4 | ||||
-rw-r--r-- | DOCS/codecs.html | 6 | ||||
-rw-r--r-- | DOCS/documentation.html | 11 | ||||
-rw-r--r-- | DOCS/mencoder.1 | 24 | ||||
-rw-r--r-- | DOCS/mplayer.1 | 4 |
6 files changed, 45 insertions, 11 deletions
diff --git a/DOCS/Hungarian/codecs.html b/DOCS/Hungarian/codecs.html index fc0a4bf376..7c552ee220 100644 --- a/DOCS/Hungarian/codecs.html +++ b/DOCS/Hungarian/codecs.html @@ -180,10 +180,9 @@ Nagyon könnyű bekapcsolni őket:</P> 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> diff --git a/DOCS/Hungarian/mplayer.1 b/DOCS/Hungarian/mplayer.1 index f2d9c925d9..08e7a135b5 100644 --- a/DOCS/Hungarian/mplayer.1 +++ b/DOCS/Hungarian/mplayer.1 @@ -79,6 +79,7 @@ mplayer \- Filmlejátszó Linuxra .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 @@ a képernyő aspektusarányának beállítása. Példák: -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 diff --git a/DOCS/codecs.html b/DOCS/codecs.html index 1b1e2f04db..a1c58380dc 100644 --- a/DOCS/codecs.html +++ b/DOCS/codecs.html @@ -180,10 +180,8 @@ easy to enable them:</P> <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> diff --git a/DOCS/documentation.html b/DOCS/documentation.html index dbd9cdf507..a69a24ffb7 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -941,6 +941,16 @@ Anyone has closer info?</P> <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 @@ other technical help from:</P> <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 diff --git a/DOCS/mencoder.1 b/DOCS/mencoder.1 index 9131680618..c4acd88b8d 100644 --- a/DOCS/mencoder.1 +++ b/DOCS/mencoder.1 @@ -30,6 +30,7 @@ mencoder \- Movie Encoder for Linux .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 @@ stream. .B \-vfm <video family> (useful?) (yes!) .TP -.TP .B \-afm <audio family> (useful?) (yes!) .TP @@ -127,14 +127,14 @@ Available options: 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 @@ Available options: 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. diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 6b3c1767ac..5ed380bf55 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -79,6 +79,7 @@ mplayer \- Movie Player for Linux .RB [ \-cache\ kbytes ] .RB [ \-bpp\ depth ] .RB [ \-flip ] +.RB [ \-playlist\ <filename> ] .I - or file or device .PP .SH DESCRIPTION @@ -239,6 +240,9 @@ set aspect ratio of your screen. Examples: -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 |