Base_h264profile, Fe2_h264_rc_mode, Fe2_h264_speed – Google Flix Engine Linux Reference Manual User Manual

Page 44: H264profile h264profile_t, H264profile, Main_h264profile, High_h264profile, H264profile_t, 4 typedef documentation, 5 enumeration type documentation

Advertising
background image

38

Flix Engine Linux Module Documentation

Definition at line 89 of file h264.h.

5.11.3.7

#define FE2_H264_RC_MODE

Alias for

FE2_VCODECPARAM_RC_MODE

.

Note:

Default:

VBR_1PASSControl

Attention:

Only

VBR_1PASSControl

or

CBR_1PASSControl

are supported at this time

Definition at line 84 of file h264.h.

5.11.3.8

#define FE2_H264_SPEED

Controls frame analysis, affecting encoder speed and inversely output quality.

Lower values will will produce faster overall encode times, with the potential for quality loss, depending
on the input material. A value of 1 provides a good balance between speed and quality, 2 or above will
begin to perceptibly lengthen the encode.

Note:

Default:

BASE_H264PROFILE

/

MAIN_H264PROFILE

: 1

HIGH_H264PROFILE

: 3

Valid Range: [0,5]

Definition at line 116 of file h264.h.

5.11.4

Typedef Documentation

5.11.4.1

typedef enum h264profile h264profile_t

Valid profiles for use with the

FE2_H264_PROFILE

parameter.

5.11.5

Enumeration Type Documentation

5.11.5.1

enum h264profile

Valid profiles for use with the

FE2_H264_PROFILE

parameter.

Enumerator:

BASE_H264PROFILE

MAIN_H264PROFILE

HIGH_H264PROFILE

Definition at line 92 of file h264.h.

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

Advertising