# HG changeset patch # User gabucino # Date 1019284790 0 # Node ID 95e4f59d9aba6f854d65af8ceb7d4de6c1fa9c76 # Parent 82af351fff02e71c046d8678da2502297112b659 RTFMed tech/vop.txt, added more info diff -r 82af351fff02 -r 95e4f59d9aba DOCS/Hungarian/documentation.html --- a/DOCS/Hungarian/documentation.html Sat Apr 20 06:25:49 2002 +0000 +++ b/DOCS/Hungarian/documentation.html Sat Apr 20 06:39:50 2002 +0000 @@ -1061,7 +1061,15 @@

2.6.9. RGB2BGR

-

Vmi..

+

Leírás:

+ +

RGB 24/32 <-> BGR 24/32 képformátum konverziót végez (alapértelmezés), + vagy RGB 24/32 <-> RGB 24/32 konverziót az R és B megcserélésével ('swap' + opció)

+ +

Használat:

+ +

  -vop rgb2bgr[=swap]

2.6.10. Rotate

@@ -1096,7 +1104,13 @@

2.6.13. YUY2

-

Biztos

+

Leírás:

+ +

YV12/I420 --> YUY2 konverzió kényszerítése.

+ +

Használat:

+ +

  -vop yuy2

3. Használat

diff -r 82af351fff02 -r 95e4f59d9aba DOCS/documentation.html --- a/DOCS/documentation.html Sat Apr 20 06:25:49 2002 +0000 +++ b/DOCS/documentation.html Sat Apr 20 06:39:50 2002 +0000 @@ -1031,7 +1031,15 @@

2.6.9. RGB2BGR

-

Anything..

+

Description:

+ +

Performs RGB 24/32 <-> BGR 24/32 colorspace conversion (default behaviour) + or RGB 24/32 <-> RGB 24/32 conversion with R<->B swapping (with the 'swap' + option)

+ +

Usage:

+ +

  -vop rgb2bgr[=swap]

2.6.10. Rotate

@@ -1064,7 +1072,13 @@

2.6.13. YUY2

-

Biztos

+

Description:

+ +

Forced software YV12/I420 to YUY2 conversion.

+ +

Usage:

+ +

  -vop yuy2

3. Usage