summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-13 15:33:55 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-13 15:33:55 +0000
commit5a778ec0f84096c749b460581aa2d24d5a8b278e (patch)
treee7d2fa84cf04eed6cd84c97ae1321ff7a0193032 /DOCS
parent301dd8f013258480609fb6b88893de635710e270 (diff)
downloadmpv-5a778ec0f84096c749b460581aa2d24d5a8b278e.tar.bz2
mpv-5a778ec0f84096c749b460581aa2d24d5a8b278e.tar.xz
ijpg for jpegs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5067 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/Hungarian/documentation.html4
-rw-r--r--DOCS/Hungarian/encoding.html18
-rw-r--r--DOCS/documentation.html4
-rw-r--r--DOCS/encoding.html16
4 files changed, 18 insertions, 24 deletions
diff --git a/DOCS/Hungarian/documentation.html b/DOCS/Hungarian/documentation.html
index fa50929b0d..694e5c02bd 100644
--- a/DOCS/Hungarian/documentation.html
+++ b/DOCS/Hungarian/documentation.html
@@ -374,6 +374,10 @@ problémákba ütközni:<BR>
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>
diff --git a/DOCS/Hungarian/encoding.html b/DOCS/Hungarian/encoding.html
index 18bab4aa26..225817be02 100644
--- a/DOCS/Hungarian/encoding.html
+++ b/DOCS/Hungarian/encoding.html
@@ -53,6 +53,9 @@ másoló, és video átméretező képességgel.</P>
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ámogatottak). A következő codec-ekkel lehet enkódolni :</P>
<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
diff --git a/DOCS/documentation.html b/DOCS/documentation.html
index d14de41e50..165169b257 100644
--- a/DOCS/documentation.html
+++ b/DOCS/documentation.html
@@ -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>
diff --git a/DOCS/encoding.html b/DOCS/encoding.html
index 6f5a40d288..6f164daa1f 100644
--- a/DOCS/encoding.html
+++ b/DOCS/encoding.html
@@ -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