Mercurial > mplayer.hg
changeset 5066:b3d900e9a215
ijpg for jpegs
author | gabucino |
---|---|
date | Wed, 13 Mar 2002 15:33:55 +0000 |
parents | 0d0694219daf |
children | 54fe37e1f1a7 |
files | DOCS/Hungarian/documentation.html DOCS/Hungarian/encoding.html DOCS/documentation.html DOCS/encoding.html |
diffstat | 4 files changed, 18 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/documentation.html Wed Mar 13 14:39:24 2002 +0000 +++ b/DOCS/Hungarian/documentation.html Wed Mar 13 15:33:55 2002 +0000 @@ -374,6 +374,10 @@ 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>
--- a/DOCS/Hungarian/encoding.html Wed Mar 13 14:39:24 2002 +0000 +++ b/DOCS/Hungarian/encoding.html Wed Mar 13 15:33:55 2002 +0000 @@ -53,6 +53,9 @@ 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 @@ <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
--- a/DOCS/documentation.html Wed Mar 13 14:39:24 2002 +0000 +++ b/DOCS/documentation.html Wed Mar 13 15:33:55 2002 +0000 @@ -381,6 +381,10 @@ <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>
--- a/DOCS/encoding.html Wed Mar 13 14:39:24 2002 +0000 +++ b/DOCS/encoding.html Wed Mar 13 15:33:55 2002 +0000 @@ -50,6 +50,9 @@ 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 @@ <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