
32 Flix Engine Linux Module Documentation
5.10 H263 - FFmpeg
5.10.1 Detailed Description
The H263 codec ....
Example Usage:
sc = Flix2_AddCodec(&codec, flix, FE2_CODEC_H263);
// Use 450kbit
if(sc == ON2_OK)
sc = Flix2_CodecSetParam(codec, FE2_H263_BITRATE, 450.0);
Additional References:
• FFmpeg project homepage
Defines
• #define FE2_CODEC_H263
Codec name for use with Flix2_AddCodec().
• #define FE2_CODEC_H263_BASELINE
Codec name for use with Flix2_AddCodec().
• #define FE2_H263_BITRATE
Alias for FE2_CODECPARAM_BITRATE.
• #define FE2_H263_KFINTTYPE
Alias for FE2_VCODECPARAM_KFINTTYPE.
• #define FE2_H263_KFFREQ
Alias for FE2_VCODECPARAM_KFFREQ.
• #define FE2_H263_RC_MODE
Alias for FE2_VCODECPARAM_RC_MODE.
• #define FE2_H263_MIN_Q
Codec parameter for minimum quantizer.
• #define FE2_H263_MAX_Q
Codec parameter for maximum quantizer.
5.10.2 Define Documentation
5.10.2.1 #define FE2_CODEC_H263
Codec name for use with Flix2_AddCodec().
Specifically this codec refers to the H.263 profile used within FLV.
Definition at line 42 of file h263.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Komentarze do niniejszej Instrukcji