Fe2_overlay_mask_xy, Fe2_overlay_mask_x, Fe2_overlay_mask_y – Google Flix Engine Linux Reference Manual User Manual

Page 130: Fe2_overlay_pos

Advertising
background image

124

Flix Engine Linux Module Documentation

5.31.2.6

#define FE2_OVERLAY_MASK_RGB

Use the RGB value (

FE2_OVERLAY_MASK_R

,

FE2_OVERLAY_MASK_G

,

FE2_OVERLAY_-

MASK_B

) as the transparency color.

Remarks:

The color specified will become transparent when the overlay image is drawn on the video image.
Setting this parameter will disable

FE2_OVERLAY_MASK_XY

if it has been set.

Using a PNG or bitmap with full alpha channel will produce better results than using a transparency
color.
If using this method to add an overlay to video with an existing alpha channel, the transparent portions
of the overlay will be transparent in the output video. Opaque portions of the overlay will be averaged
with the existing alpha data.

Definition at line 138 of file overlay.h.

5.31.2.7

#define FE2_OVERLAY_MASK_X

X coordinate of pixel to use for transparency.

Remarks:

Default value: 0

Definition at line 117 of file overlay.h.

5.31.2.8

#define FE2_OVERLAY_MASK_XY

Use the pixel at coordinates (

FE2_OVERLAY_MASK_X

,

FE2_OVERLAY_MASK_Y

) to determine the

transparent color.

Remarks:

The color at the specified coordinate will become transparent when the overlay image is drawn on the
video image.
Setting this parameter will disable

FE2_OVERLAY_MASK_RGB

if it has been set.

Using a PNG or bitmap with full alpha channel will produce better results than using a transparency
color.
If using this method to add an overlay to video with an existing alpha channel, the transparent portions
of the overlay will be transparent in the output video. Opaque portions of the overlay will be averaged
with the existing alpha data.

Definition at line 112 of file overlay.h.

5.31.2.9

#define FE2_OVERLAY_MASK_Y

Y coordinate of pixel to use for transparency.

Remarks:

Default value: 0

Definition at line 122 of file overlay.h.

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising