Fe2_h263_bitrate, Fe2_h263_kfinttype, Fe2_h263_kffreq – Google Flix Engine Linux Reference Manual User Manual

Page 39

Advertising
background image

5.10 H263 - FFmpeg

33

5.10.2.2

#define FE2_CODEC_H263_BASELINE

Codec name for use with

Flix2_AddCodec()

.

Specifically this codec refers to the baseline H.263 profile (profile 0) supported within 3GPP files amongst
others.

Attention:

The baseline profile only supports the following resolutions:

• sub-QCIF (128x96)

• QCIF (176x144)

• CIF (352x288)

See also:

Scale

ITU-T Recommendation H.263 (01/05): "Video coding for low bit rate communication".

Definition at line 56 of file h263.h.

5.10.2.3

#define FE2_H263_BITRATE

Alias for

FE2_CODECPARAM_BITRATE

.

Codec parameter for stream bitrate.

Compressed stream bitrate in kbits/sec.

Note:

Default: 448

Definition at line 63 of file h263.h.

5.10.2.4

#define FE2_H263_KFFREQ

Alias for

FE2_VCODECPARAM_KFFREQ

.

Video codec parameter for keyframe frequency.

Value is in video frames.

The interpretation depends on the setting of

FE2_VCODECPARAM_-

KFINTTYPE

See also:

FE2_VideoKeyframeTypes

Note:

Default: 12.0 × f ps or 360 frames if the framerate is unknown

Definition at line 78 of file h263.h.

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

Advertising