Fe2_vcodecparam_rc_mode, Fe2_vcodecparam_kfinttype, Fe2_videobitratecontrols – Google Flix Engine Linux Reference Manual User Manual

Page 29: Cbr_1passcontrol, Vbr_1passcontrol, Cbr_2passcontrol, Vbr_2passcontrol, Fe2_videokeyframetypes, Max_keyframes, Fixed_keyframes

Advertising
background image

5.4 Common Codec Parameters

23

See also:

FE2_VideoKeyframeTypes

Definition at line 67 of file codec_common.h.

5.4.1.3

#define FE2_VCODECPARAM_KFINTTYPE

Video codec parameter for the keyframe interval type.

Valid values are defined by

FE2_VideoKeyframeTypes

.

Definition at line 59 of file codec_common.h.

5.4.1.4

#define FE2_VCODECPARAM_RC_MODE

Video codec parameter for the rate control mode.

Valid values are defined by

FE2_VideoBitrateControls

.

Definition at line 53 of file codec_common.h.

5.4.2

Enumeration Type Documentation

5.4.2.1

enum FE2_VideoBitrateControls

Encoder rate control types, influences quality.

For use in calls to

Flix2_CodecSetParam()

and

Flix2_CodecGetParam()

for the

FE2_VCODECPARAM_-

RC_MODE

parameter.

Enumerator:

CBR_1PASSControl single pass constant bitrate

VBR_1PASSControl single pass variable bitrate

CBR_2PASSControl two pass constant bitrate

VBR_2PASSControl two pass variable bitrate

Definition at line 26 of file codec_common.h.

5.4.2.2

enum FE2_VideoKeyframeTypes

Key frame interval types, influences quality.

For use in calls to

Flix2_CodecSetParam()

and

Flix2_CodecGetParam()

for the

FE2_VCODECPARAM_-

KFINTTYPE

parameter.

Enumerator:

MAX_KEYFRAMES generate keyframes at MOST

FE2_VCODECPARAM_KFFREQ

apart

FIXED_KEYFRAMES generate keyframes at a fixed interval

Definition at line 37 of file codec_common.h.

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

Advertising