# HG changeset patch # User gabucino # Date 1021884753 0 # Node ID bcb7c205010448b1bdad747c1f6e504f988ff336 # Parent b85dfe79335075e32ade15e9ae4b2fee78846eef updated video filter dox diff -r b85dfe793350 -r bcb7c2050104 DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Mon May 20 07:05:58 2002 +0000 +++ b/DOCS/Hungarian/documentation.html Mon May 20 08:52:33 2002 +0000 @@ -192,7 +192,7 @@
  • 2.6.2 Használat
  • 2.6.3 Crop
  • 2.6.4 Expand
  • -
  • 2.6.5 Fame
  • +
  • 2.6.5 Fame/Lavc
  • 2.6.6 Flip
  • 2.6.7 Format
  • 2.6.8 Postprocess
  • @@ -200,7 +200,9 @@
  • 2.6.10 Rotate
  • 2.6.11 Scale
  • 2.6.12 YUY2
  • -
  • 2.6.13 Lavc
  • +
  • 2.6.13 Mirror
  • +
  • 2.6.14 DVBscale
  • +
  • 2.6.15 Cropdetect
  • 3. Használat
  • @@ -1023,6 +1025,9 @@ az utolsó filter, utána már a libvo következik, illetve MEncoder esetén az enkódolás.

    +

    A rendelkezésre álló video filterek listája a + mplayer -vop help paranccsal kérhető le.

    +

    2.6.3. Crop

    @@ -1052,16 +1057,19 @@

      -vop expand[=szélesség:magasság:x:y]

    -

    2.6.5. Fame

    +

    2.6.5. Fame/Lavc

    Leírás:

    -

    Valósidejű MPEG1 enkóder (DVB és DXR3 kártyákhoz).

    +

    Valósidejű MPEG1 enkóder (DVB és DXR3 kártyákhoz), libfame vagy libavcodec + használatával.

    Használat:

      -vop fame

    +

      -vop lavc

    +

    2.6.6. Flip

    @@ -1161,15 +1169,49 @@

      -vop yuy2

    -

    2.6.13. Lavc

    +

    2.6.13. Mirror

    + +

    Leírás:

    + +

    Kép tükrözése Y tengelyen.

    + +

    Használat:

    + +

      -vop mirror

    + + +

    2.6.14. DVBscale

    Leírás:

    -

    Runtime MPEG1 enkóder (DVB és DXR3 kártyákhoz).

    +

    Y tengely nagyítását számítja ki, DVB kártyákhoz.

    Használat:

    -

      -vop lavc

    +

      -vop dvbscale

    + + +

    2.6.15. Cropdetect

    + +

    Leírás:

    + +

    Kiszámítja a megfelelő vágáshoz szükséges paramétereket, és stdout-ra + kiírja.

    + +

    Használat:

    + +

      -vop cropdetect

    + + +

    2.6.13. Mirror

    + +

    Leírás:

    + +

    Kép tükrözése Y tengelyen.

    + +

    Használat:

    + +

      -vop mirror

    3. Használat

    diff -r b85dfe793350 -r bcb7c2050104 DOCS/documentation.html --- a/DOCS/documentation.html Mon May 20 07:05:58 2002 +0000 +++ b/DOCS/documentation.html Mon May 20 08:52:33 2002 +0000 @@ -192,7 +192,7 @@
  • 2.6.2 Usage
  • 2.6.3 Crop
  • 2.6.4 Expand
  • -
  • 2.6.5 Fame
  • +
  • 2.6.5 Fame/Lavc
  • 2.6.6 Flip
  • 2.6.7 Format
  • 2.6.8 Postprocess
  • @@ -200,7 +200,9 @@
  • 2.6.10 Rotate
  • 2.6.11 Scale
  • 2.6.12 YUY2
  • -
  • 2.6.13 Lavc
  • +
  • 2.6.13 Mirror
  • +
  • 2.6.14 DVBscale
  • +
  • 2.6.15 Cropdetect
  • 3. Usage
  • @@ -1010,6 +1012,9 @@ last called filter (after that libvo comes, or when using MEncoder, encoding).

    +

    You can get the list of available video filters with the
    + "mplayer -vop help" command line.

    +

    2.6.3. Crop

    @@ -1039,16 +1044,19 @@

      -vop expand[=width:height:x:y]

    -

    2.6.5. Fame

    +

    2.6.5. Fame/Lavc

    Description:

    -

    Realtime MPEG1 encoder (for use with DVB/DXR3).

    +

    Realtime MPEG1 encoder (using libfame or libavcodec) (for use with + DVB/DXR3).

    Usage:

      -vop fame

    +

      -vop lavc

    +

    2.6.6. Flip

    @@ -1144,15 +1152,38 @@

      -vop yuy2

    -

    2.6.13. Lavc

    +

    2.6.13. Mirror

    + +

    Description:

    + +

    Flips the image on Y axis.

    + +

    Usage:

    + +

      -vop mirror

    + + +

    2.6.14. DVBscale

    Description:

    -

    Realtime MPEG1 encoder (for use with DVB/DXR3).

    +

    Calculates Y scaling for DVB card.

    Usage:

    -

      -vop lavc

    +

      -vop dvbscale

    + + +

    2.6.15. Cropdetect

    + +

    Description:

    + +

    Calculates needed cropping parameters. It will print the recommended -vop + option to stdout.

    + +

    Usage:

    + +

      -vop cropdetect

    3. Usage