Fe2_vp6_profile, Fe2_vp6_rc_mode, Fe2_vp6_sharpness – Google Flix Engine Linux Reference Manual User Manual

Page 55: Fe2_vp6_noise_reduction

Advertising
background image

5.14 VP6

49

5.14.4.10

#define FE2_VP6_MIN_Q

Codec parameter for minimum quantizer.

Determines the quality of the output. A lower minimum number produces higher quality output.

Note:

Valid range: [0,63]
Default:

Bits per pixel dependent

Definition at line 244 of file vp6.h.

5.14.4.11

#define FE2_VP6_NOISE_REDUCTION

Codec parameter for noise reduction.

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:

Bits per pixel dependent

Definition at line 170 of file vp6.h.

5.14.4.12

#define FE2_VP6_PROFILE

Codec parameter for encoding profile.

Note:

Valid values are defined by

vp6profile_t

Default:

VP6_E

Definition at line 175 of file vp6.h.

5.14.4.13

#define FE2_VP6_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 143 of file vp6.h.

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

Advertising