Vp6 with alpha, 15 vp6 with alpha, 1 detailed description – Google Flix Engine Linux Reference Manual User Manual
Page 59: Codec name, General vp6 settings

5.15 VP6 with Alpha
53
5.15
VP6 with Alpha
5.15.1
Detailed Description
The VP6 codec with support for an alpha channel.
Example Usage:
sc = Flix2_AddCodec(&codec, flix, FE2_CODEC_VP6ALPHA);
//Use 380kbit for the video ..
if(sc == ON2_OK)
sc = Flix2_CodecSetParam(codec, FE2_VP6A_BITRATE, 380.0);
//..and 68kbit for the alpha channel
if(sc == ON2_OK)
sc = Flix2_CodecSetParam(codec, FE2_VP6A_ALPHA_BITRATE, 68.0);
As mentioned in the
section
Defaults dependent on bits per pixel
some of the codec parameters are
determined by the bits per pixel in the output. Currently the alpha channel parameters, e.g.
, match their VP6 equivalents.
Codec name
• #define
Codec name for use with
General VP6 settings
• #define
Alias for
• #define
Compressed bitrate of the alpha channel in kbit/s.
• #define
Alias for
• #define
Alias for
• #define
Alias for
• #define
Alias for
• #define
Alias for
• #define
Sharpness for the alpha channel.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen