1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-22 07:46:55 +00:00

small update

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5379 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-03-28 17:30:46 +00:00
parent f05d4ac7ad
commit 6867b9d2c1
11 changed files with 97 additions and 35 deletions

View File

@ -140,7 +140,7 @@ printf "esi=%08lX\n",$esi<BR>
<P><B><I>5.b.: futtasd <B>MPlayert</B> gdb-n keresztül:</I></B></P>
<P>Fordítsd újra az <B>MPlayer</B>-t a hibakereső kóddal:<BR>
./configure --enable-debug<BR>
./configure --enable-debug=3<BR>
make
</P>
<P>[a promptnál:]<BR>

View File

@ -154,16 +154,8 @@ MJPEG, h263, h263+, stb.</P>
<P>Ezután fordítsd le az <B>MPlayer-t</B>. A configure detektálja, ha minden
rendben. Támogat <B>postprocess-t</B>!</P>
<P>A használatához frissítsd a codecs.conf file-odat, és tégy úgy ahogy a
manpage vagy az example.conf mondja (a -vfm opció).</P>
<P>A legnagyobb sebesség eléréséhez ajánlott kivenni az <CODE>ffmpeg12</CODE>
részt a codecs.conf file-ból (a libmpeg2 kétszer gyorsabb ennél a codecnél),
és betenni a konfigurációs file-ba a <CODE>vfm=5</CODE> opciót.
Ekkor az <B>MPlayer</B> az <B>ffdivx/ffodivx</B> codec-eket használja
a <B>DivX</B> file-ok, és a libmpeg2-t az MPEG1/2 file-ok dekódolásához.
Ezzel és egy Matrox G400-zal még a legnagyobb felbontású DivX filmeket
is meg lehet nézni képkockavesztés nélkül, egy régi K6/2 500-ason.</P>
<P>Ezzel és egy Matrox G400-zal még a legnagyobb felbontású DivX filmeket is
meg lehet nézni képkockavesztés nélkül, egy régi K6/2 500-ason.</P>
<P><B><A NAME=2.2.1.3>2.2.1.3. XAnim codec-ek</B></P>

View File

@ -58,6 +58,13 @@
<LI><A HREF="formats.html#2.1.1.11">2.1.1.11 RoQ file-ok</A></LI>
</UL>
<LI><A HREF="formats.html#2.1.2">2.1.2 Audio</A></LI>
<UL>
<LI><A HREF="formats.html#2.1.2.1">2.1.2.1 MP3 file-ok</A></LI>
<LI><A HREF="formats.html#2.1.2.2">2.1.2.2 WAV file-ok</A></LI>
<LI><A HREF="formats.html#2.1.2.3">2.1.2.3 OGG file-ok (Vorbis)</A></LI>
<LI><A HREF="formats.html#2.1.1.3">2.1.2.4 WMA/ASF file-ok</A></LI>
<LI><A HREF="formats.html#2.1.2.5">2.1.2.5 MP4 file-ok</A></LI>
</UL>
</UL>
<LI><A HREF="codecs.html#2.2">2.2 Támogatott codec-ek</A></LI>
<UL>

View File

@ -283,6 +283,10 @@ t
&nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
kimenet.avi</CODE></P>
<P><I>DivX4 film létrehozása néhány JPEG fileból :</I><BR>
&nbsp;&nbsp;<CODE>mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
kimenet.avi</CODE></P>
<P><I>MJPEG (Motion JPEG) film létrehozása az aktuális könyvtárban található összes JPEG fileból :</I><BR>
&nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
-o kimenet.avi</CODE></P>

View File

@ -206,10 +206,36 @@ haszn
<P><B><A NAME=2.1.2>2.1.2. Audio formátumok</A></B></P>
<P>Jelenleg az <B>MPlayer</B> még mindig egy <B>Movie</B> (film) és nem
<B>Média</B> lejátszó, így a teljesen audio formátumok (például MP3, WAV, audio
ASF) lejátszhatatlanok. Használd ilyen célra az <A HREF="http://www.xmms.org">xmms-t</A>, <A HREF="http://www.mpg123.de">mpg123-at</A>
vagy akármit.</P>
<P>Az <B>MPlayer</B> egy <B>Movie</B> (film) és nem
<B>Média</B> lejátszó, bár le tud játszani néhány audio fileformátumot
(ezek alant vannak felsorolva). Fontos megjegyezni hogy ez nem az ajánlott
használati módja az <B>MPlayernek</B>, inkább az
<A HREF="http://www.xmms.org">xmms-t</A> ajánljuk erre a célra.</P>
<P><B><A NAME=2.1.2.1>2.1.2.1. MP3 file-ok</A></B></P>
<P>Bizonyos MP3-aknál előfordulhat hogy az <B>MPlayer</B> MPEG file-nak
detektálja őket, és ennek következtében hibásan vagy sehogy se játszik le.
Ezt nem lehet megoldani anélkül hogy néhány hibás MPEG file lejátszását
lehetetlenné tennénk, ezért ez így marad a jövőben is. Használd a
manpage-ben elmagyarázott <CODE>-demuxer</CODE> opciót, ez ilyen esetekben
segíthet.</P>
<P><B><A NAME=2.1.2.2>2.1.2.2. WAV file-ok</A></B></P>
<P><B><A NAME=2.1.2.3>2.1.2.3. OGG file-ok</A></B></P>
<P>Ezek lejátszásához szükség van egy helyesen felinstallált
<CODE>libvorbis</CODE>-ra.</P>
<P><B><A NAME=2.1.2.4>2.1.2.4. WMA/ASF file-ok</A></B></P>
<P><B><A NAME=2.1.2.5>2.1.2.5. MP4 file-ok</A></B></P>
</BODY>
</HTML>

View File

@ -204,6 +204,17 @@ vagy X nem kell. Olvasd el a <A HREF=#2.3.1.15>Vidix</A> fejezetet.</LI>
4.2.0 elõtti X-szel fölösleges próbálkozni...
</P>
<P>DVD méretû filmek lejátszásához írd át az XF86Config-ot a következõképp :</P>
<P>
Section "Device"<BR>
&nbsp; &nbsp; <I>[...]</I><BR>
&nbsp; &nbsp; Driver "neomagic"<BR>
&nbsp; &nbsp; <B>Option "OverlayMem" "829440"</B><BR>
&nbsp; &nbsp; <I>[...]</I><BR>
EndSection
</P>
<P><B><A NAME=2.3.1.2.6>2.3.1.2.6. Trident kártyák</A></B></P>

View File

@ -150,16 +150,8 @@ like this:</P>
<P>Then compile. configure detects if it's alright, and can be compiled. The
codec also <B>supports postprocessing!</B></P>
<P>In order to use it, update your codecs.conf file, and do as the manpage,
or the example.conf says (the -vfm option).</P>
<P>To achieve the <B>greatest speed</B> on my K6, I remove the
<CODE>ffmpeg12</CODE> section from codecs.conf (this codec isn't optimized, and
libmpeg2 is twice as fast), and place <CODE>vfm=5</CODE> in my config file.
Then <B>MPlayer</B> always uses <B>ffdivx/ffodivx</B> to decode
<B>DivX</B> files, and libmpeg2 for MPEG1/2 . With this and my
Matrox G400, I can view even the highest resolution DivX movies on my
K6/2 500, without framedrop.</P>
<P>With ffmpeg and my Matrox G400, I can view even the highest resolution DivX
movies on my K6/2 500, without dropped frames.</P>
<P><B><A NAME=2.2.1.3>2.2.1.3. XAnim codecs</A></B></P>

View File

@ -58,6 +58,13 @@
<LI><A HREF="formats.html#2.1.1.11">2.1.1.11 RoQ files</A></LI>
</UL>
<LI><A HREF="formats.html#2.1.2">2.1.2 Audio</A></LI>
<UL>
<LI><A HREF="formats.html#2.1.2.1">2.1.2.1 MP3 files</A></LI>
<LI><A HREF="formats.html#2.1.2.2">2.1.2.2 WAV files</A></LI>
<LI><A HREF="formats.html#2.1.2.3">2.1.2.3 OGG files (Vorbis)</A></LI>
<LI><A HREF="formats.html#2.1.1.3">2.1.2.4 WMA/ASF files</A></LI>
<LI><A HREF="formats.html#2.1.2.5">2.1.2.5 MP4 files</A></LI>
</UL>
</UL>
<LI><A HREF="codecs.html#2.2">2.2 Supported codecs</A></LI>
<UL>

View File

@ -272,6 +272,10 @@ unsupported). You can encode to the following codecs :</P>
&nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
output.avi</CODE></P>
<P><I>Creating a DivX4 file from some JPEG files in the current dir :</I><BR>
&nbsp;&nbsp;<CODE>mencoder frame001.jpg,frame002.jpg -mf on:w=800:h=600:fps=25 -ovc divx4 -o
output.avi</CODE></P>
<P><I>Creating a Motion JPEG (MJPEG) file from all the JPEG files in the current dir :</I><BR>
&nbsp;&nbsp;<CODE>mencoder \*.jpg -mf on:w=800:h=600:fps=25 -ovc copy
-o output.avi</CODE></P>

View File

@ -198,17 +198,33 @@ The file format is really a sequence of uncompressed YUV 4:2:0 images.
<P><B><A NAME=2.1.2>2.1.2. Audio formats</A></B></P>
<P><B>MPlayer</B> used to be a <B>Movie</B> and not a <B>Media</B> player.
This is slowly changing and MP3, OGG VORBIS, WMA, MP4 and WAV are currently
supported. Nevertheless the main focus is still video, so you may prefer to
use alternatives like <A HREF="http://www.xmms.org">xmms</A> or
<A HREF="http://www.mpg123.de">mpg123</A> instead.</P>
<P><B>MPlayer</B> is a <B>Movie</B> and not a <B>Media</B> player, although
it can play some audio file formats (they are listed in the sections below).
This is not a recommended usage of <B>MPlayer</B>, you better use
<A HREF="http://www.xmms.org">xmms</A>.</P>
<P><B><A NAME=2.1.2.1>2.1.2.1. MP3 files</A></B></P>
<P>You may have problems playing certain MP3 files that <B>MPlayer</B> will
misdetect as mpegs and play incorrectly or not at all. This cannot be fixed
without dropping support for certain broken mpeg files and thus will remain
misdetect as MPEGs and play incorrectly or not at all. This cannot be fixed
without dropping support for certain broken MPEG files and thus will remain
like this for the foreseeable future. The <CODE>-demuxer</CODE> flag described
in the manpage may help you in these cases.</P>
<P><B><A NAME=2.1.2.2>2.1.2.2. WAV files</A></B></P>
<P><B><A NAME=2.1.2.3>2.1.2.3. OGG files (Vorbis)</A></B></P>
<P>Requires properly installed <CODE>libvorbis</CODE>.</P>
<P><B><A NAME=2.1.2.4>2.1.2.4. WMA/ASF files</A></B></P>
<P><B><A NAME=2.1.2.5>2.1.2.5. MP4 files</A></B></P>
</BODY>
</HTML>

View File

@ -194,16 +194,19 @@ no libraries or X are needed. Read <A HREF=#2.3.1.15>Vidix</A> section.</LI>
X 4.2.0 can't do Xv, but we have a modified, Xv-capable driver for you.
<A HREF="http://www.mplayerhq.hu/MPlayer/contrib/NeoMagic-driver/neomagic_drv.o.4.2.0.bz2">Download from here</A>.
Driver provided by Stefan Seyfried.</P>
<P>To allow playback of DVD sized change your XF86Config like this:<BR>
<BR>
<P>To allow playback of DVD sized content change your XF86Config like this :</P>
<P>
Section "Device"<BR>
&nbsp; &nbsp; <I>[...]</I><BR>
&nbsp; &nbsp; Driver "neomagic"<BR>
&nbsp; &nbsp; <B>Option "OverlayMem" "829440"</B><BR>
&nbsp; &nbsp; <I>[...]</I><BR>
EndSection<BR>
EndSection
</P>
<P><B><A NAME=2.3.1.2.6>2.3.1.2.6. Trident cards</A></B></P>
<P>If you want to use xv with a trident card, provided that it doesn't