Fe2_filter_overlay, Fe2_overlay_file, Enumerations – Google Flix Engine Linux Reference Manual User Manual

Page 128: 2 define documentation

Advertising
background image

122

Flix Engine Linux Module Documentation

Blue component of the transparency color.

• #define

FE2_OVERLAY_POS

Set the overlay position. Valid modes are defined by

FE2_OverlayPositionMode

.

• #define

FE2_OVERLAY_POS_X

X coordinate of overlay top left on video.

• #define

FE2_OVERLAY_POS_Y

Y coordinate of overlay top left on video.

Enumerations

• enum

FE2_OverlayPositionMode

{

FE2_OVERLAY_POS_MODE_TOPLEFT

,

FE2_OVERLAY_POS_MODE_BOTLEFT

,

FE2_OVERLAY_POS_MODE_CENTER

,

FE2_OVERLAY_POS_MODE_TOPRIGHT

,

FE2_OVERLAY_POS_MODE_BOTRIGHT

,

FE2_OVERLAY_POS_MODE_XY

}

Position modes for use with

FE2_OVERLAY_POS

.

5.31.2

Define Documentation

5.31.2.1

#define FE2_FILTER_OVERLAY

Filter name for use with

Flix2_AddFilter()

.

Definition at line 76 of file overlay.h.

5.31.2.2

#define FE2_OVERLAY_FILE

Set the path to the overlay image file.

Remarks:

Only PNG images, 24 bit bitmaps, and 32 bit bitmaps are supported. Use of PNG images is highly
recommended.
Images with an uneven width or uneven height will be cropped.
Overlay images larger than the video image will be cropped.
When both the video and overlay images contain an alpha channel, the overlay and video alpha will
be averaged. For example, if the video at the overlay position was fully transparent, and the overlay
was fully opaque, the region of the exported video where the overlay was placed would become 50%
opaque.

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

Advertising