Fe2_vp8_rc_mode, Fe2_vp8_sharpness, Fe2_vp8_overshoot_pct – Google Flix Engine Linux Reference Manual User Manual

Page 74: Fe2_vp8_profile

Advertising
background image

68

Flix Engine Linux Module Documentation

5.16.2.17

#define FE2_VP8_NOISE_REDUCTION

Controls encoder noise reduction preprocessing.

Determines the level of noise filtering to apply in the preprocessor. 0 is no preprocessing, 6 is extreme
preprocessing.

Note:

Valid range: [0,6]
Setting this value to anything but 0 will result in slowing down the compression speed.
Default:

Definition at line 98 of file vp8.h.

5.16.2.18

#define FE2_VP8_OVERSHOOT_PCT

Codec parameter for undershoot percentage.

This value is given as a percentage.

Note:

Default: 200

Definition at line 118 of file vp8.h.

5.16.2.19

#define FE2_VP8_PROFILE

Bitstream profile.

Larger values may be more appropriate for HD material when targeting playback on lower end machines.
Similar to

VP6_S

Note:

Valid range: [0,3]
Default: 0

Definition at line 207 of file vp8.h.

5.16.2.20

#define FE2_VP8_RC_MODE

Alias for

FE2_VCODECPARAM_RC_MODE

.

Video codec parameter for the rate control mode.

Valid values are defined by

FE2_VideoBitrateControls

.

Note:

Default:

VBR_2PASSControl

Definition at line 71 of file vp8.h.

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

Advertising