1
mirror of https://github.com/mpv-player/mpv synced 2024-11-03 03:19:24 +01:00

decreasing my todo list

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2665 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-11-03 23:57:20 +00:00
parent eb67812bc7
commit 663c4f8eb0
6 changed files with 45 additions and 11 deletions

View File

@ -180,10 +180,9 @@ Nagyon k
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>

View File

@ -79,6 +79,7 @@ mplayer \- Filmlej
.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
-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

View File

@ -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>

View File

@ -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

View File

@ -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
@ -146,6 +146,16 @@ Available options:
2=adjust
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
@ -153,6 +163,14 @@ TODO
.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.

View File

@ -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