ijpg for jpegs

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5067 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2002-03-13 15:33:55 +00:00
parent 301dd8f013
commit 5a778ec0f8
4 changed files with 18 additions and 24 deletions

View File

@ -374,6 +374,10 @@ probl
audio lejátszásba furcsa hangok keverednek, vagy ha az xv meghajtóval
történő lejátszás során furcsa a lejátszás képe). Ajánlott mindig
a legújabbat használni.</LI>
<LI><B>libjpeg</B> - ajánlott és alapértelmezett (M)JPEG dekóder. Hasznos
mind az <B>MPlayer</B>hez, mind a <B>MEncoder</B>hez.</LI>
<LI><B>libpng</B> - ajánlott és alapértelmezett (M)PNG dekóder. Hasznos
mind az <B>MPlayer</B>hez, mind a <B>MEncoder</B>hez.</LI>
</UL>
</P>

View File

@ -53,6 +53,9 @@ m
Azért ne ess pánikba ha pl <B>400</B> fölötti értéket kapsz, nem
valószínű hogy hallod a különbséget. Jaigen, ha a fordítód nem tudja
a tesztet lefuttatni.. Nos, töröld már le azt a nyavajás <B>GCC 2.96</B>-ot.</LI>
<LI><B>OPCIONÁLIS</B> - <CODE>libjpeg</CODE> és <CODE>libpng</CODE> -
lásd az <A HREF="documentation.html#1.3">Installálás</A>
fejezetet</LI>
</UL>
</P>
@ -261,19 +264,8 @@ t
<P><B><I>A folyamat magyarázata</I></B></P>
<P>Először a <B>MEncoder</B> <I>dekódolja</I> a bemeneti fileokat egy
rendelkezésre álló és szabadonválasztott MJPEG dekóderrel (PNG-k dekódolását
a <B>MEncoder</B> a libpngvel végzi). Alapértelmezésben az
<CODE>ffmjpeg</CODE> codec-et próbálja használni, így ajánlott libavcodec-kel
fordítani. Ennek a codecnek a legnagyobb hátránya hogy bizonyos JPEG
fileokat nem tud kezelni (ilyenkor zöld kimenet látható). Ilyenkor különböző
képkonvertáló programokkal előtte konvertáld át ezeket a <B>MEncoder</B>
által is emészthető formába.<BR>
Választhatsz más dekódert is, például az <CODE>mcmjpg32.dll</CODE>-t
(MainConcept Motion JPEG). Ilyenkor meg kell nézni a <CODE>codecs.conf</CODE>
fileban hogy az adott codecre milyen névvel lehet hivatkozni (<CODE>videocodec</CODE>
sor), és utána ezt a nevet a <CODE>-vc</CODE> opció után írni. A fenti
példát véve: <CODE>-vc mjpeg</CODE>
<P>Elõször a <B>MEncoder</B> <I>dekódolja</I> a bemeneti fileokat a
<CODE>libjpeg</CODE> segítségével (PNG-k dekódolását a libpngvel végzi).
</P>
<P>A <B>MEncoder</B> ezután a kiválasztott kimeneti codecnek adja a

View File

@ -381,6 +381,10 @@ will take some time, but it DOES worth it.</P>
<LI><B>SDL</B> - it's not mandatory, but can help in some cases (bad audio,
videocards that lag strangely with the xv driver). Always use the newest
(beginning from 1.2.x).</LI>
<LI><B>libjpeg</B> - recommended and default (M)JPEG decoder. Useful for
both <B>MPlayer</B> and <B>MEncoder</B>.</LI>
<LI><B>libpng</B> - recommended and default (M)PNG decoder. Useful for
both <B>MPlayer</B> and <B>MEncoder</B>.</LI>
</UL>
<P><B><I>CODECS</I></B></P>

View File

@ -50,6 +50,9 @@ stream copying and video resizing abilities.</P>
panic if it's <B>400</B> or so, you shouldn't heard any audible
quality decrease. Oh, and if your compiler doesn't even run <CODE>make test</CODE> ...
Well, delete that <B>GCC 2.96</B>.</LI>
<LI><B>OPTIONAL</B> - <CODE>libjpeg</CODE> and <CODE>libpng</CODE> -
as described in the <A HREF="documentation.html#1.3">Installation</A>
section</LI>
</UL>
</P>
@ -251,17 +254,8 @@ unsupported). You can encode to the following codecs :</P>
<P><B><I>Explanation of the process</I></B></P>
<P><B>MEncoder</B> <I>decodes</I> the input image(s) with an available MJPEG
video codec (when decoding PNGs, it will use <B>libpng</B>). By
default it uses <CODE>ffmjpeg</CODE>, so you have to compile with libavcodec
support (which is recommended anyways). Its disadvantage is that it can't
handle some JPEG types (green image will be encoded for these). Use some
external utility to convert those images into edible format.<BR> You can
freely choose any other MJPEG decoder, like <CODE>mcmjpg32.dll</CODE>
(MainConcept Motion JPEG) if installed, and after checking
<CODE>codecs.conf</CODE> and checking the <CODE>videocodec</CODE> line which
refers to this file, you'll learn you have to use the <CODE>-vc mjpeg</CODE>
option for it.
<P><B>MEncoder</B> <I>decodes</I> the input image(s) with <CODE>libjpeg</CODE>
(when decoding PNGs, it will use <B>libpng</B>).
</P>
<P><B>MEncoder</B> then feeds the decoded image to the chosen video compressor