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

5.4 Common Codec Parameters
23
See also:
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
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
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
and
for the
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
and
for the
parameter.
Enumerator:
MAX_KEYFRAMES generate keyframes at MOST
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