# HG changeset patch # User gabucino # Date 1016033635 0 # Node ID b3d900e9a2158816bc7d8c4a7b39ce3c28dbc496 # Parent 0d0694219dafa570639defc80210d0d8c5295b5b ijpg for jpegs diff -r 0d0694219daf -r b3d900e9a215 DOCS/Hungarian/documentation.html --- 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. +
  • 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 -r 0d0694219daf -r b3d900e9a215 DOCS/Hungarian/encoding.html --- 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 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 @@

    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 -r 0d0694219daf -r b3d900e9a215 DOCS/documentation.html --- 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 @@

  • 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 -r 0d0694219daf -r b3d900e9a215 DOCS/encoding.html --- 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 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 @@

    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