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 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. +
  • libjpeg - ajánlott és alapértelmezett (M)JPEG dekóder. Hasznos + mind az MPlayerhez, mind a MEncoderhez.
  • +
  • libpng - ajánlott és alapértelmezett (M)PNG dekóder. Hasznos + mind az MPlayerhez, mind a MEncoderhez.
  • 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 Azért ne ess pánikba ha pl 400 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 GCC 2.96-ot. +
  • OPCIONÁLIS - libjpeg és libpng - + lásd az Installálás + fejezetet
  • @@ -261,19 +264,8 @@ t

    A folyamat magyarázata

    -

    Először a MEncoder dekódolja a bemeneti fileokat egy - rendelkezésre álló és szabadonválasztott MJPEG dekóderrel (PNG-k dekódolását - a MEncoder a libpngvel végzi). Alapértelmezésben az - ffmjpeg 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 MEncoder - által is emészthető formába.
    - Választhatsz más dekódert is, például az mcmjpg32.dll-t - (MainConcept Motion JPEG). Ilyenkor meg kell nézni a codecs.conf - fileban hogy az adott codecre milyen névvel lehet hivatkozni (videocodec - sor), és utána ezt a nevet a -vc opció után írni. A fenti - példát véve: -vc mjpeg +

    Először a MEncoder dekódolja a bemeneti fileokat a + libjpeg segítségével (PNG-k dekódolását a libpngvel végzi).

    A MEncoder 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.

  • SDL - 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).
  • +
  • libjpeg - recommended and default (M)JPEG decoder. Useful for + both MPlayer and MEncoder.
  • +
  • libpng - recommended and default (M)PNG decoder. Useful for + both MPlayer and MEncoder.
  • CODECS

    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.

    panic if it's 400 or so, you shouldn't heard any audible quality decrease. Oh, and if your compiler doesn't even run make test ... Well, delete that GCC 2.96. +
  • OPTIONAL - libjpeg and libpng - + as described in the Installation + section
  • @@ -251,17 +254,8 @@ unsupported). You can encode to the following codecs :

    Explanation of the process

    -

    MEncoder decodes the input image(s) with an available MJPEG - video codec (when decoding PNGs, it will use libpng). By - default it uses ffmjpeg, 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.
    You can - freely choose any other MJPEG decoder, like mcmjpg32.dll - (MainConcept Motion JPEG) if installed, and after checking - codecs.conf and checking the videocodec line which - refers to this file, you'll learn you have to use the -vc mjpeg - option for it. +

    MEncoder decodes the input image(s) with libjpeg + (when decoding PNGs, it will use libpng).

    MEncoder then feeds the decoded image to the chosen video compressor