H264, 11 h264, H.264 – Google Flix Engine Linux Reference Manual User Manual
Page 41: 1 detailed description, 2 apple device support, Defines

5.11 H264
35
5.11
H264
5.11.1
Detailed Description
The H264 video codec.
Example Usage:
sc = Flix2_AddCodec(&codec, flix, FE2_CODEC_H264);
// Use 450kbit
if(sc == ON2_OK)
sc = Flix2_CodecSetParam(codec, FE2_H264_BITRATE, 450.0);
Attention:
Both width and height MUST be multiples of 4 for codec setup to succeed
•
•
•
•
5.11.2
Apple device support
As of version 8.0.10.1 preliminary support for the iPhone has been added.
The following settings are required to enable video playback:
•
set to
• Resolution <= 640x480. iPhone native is 480x320, 480x360 is recommended for 4:3 content
See also:
video creation guide (registration required)
Defines
• #define
Codec name for use with
• #define
Alias for
• #define
Alias for
• #define
Alias for
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen