Vp6_s, Vp6_e, Fe2_compressmode – Google Flix Engine Linux Reference Manual User Manual

Page 58: Compressmode_good, Compressmode_best, Vp6profile, Vp6profile vp6profile_t, Vp6profile_t, 5 typedef documentation, 6 enumeration type documentation

Advertising
background image

52

Flix Engine Linux Module Documentation

Note:

Default: 90

Definition at line 236 of file vp6.h.

5.14.5

Typedef Documentation

5.14.5.1

typedef enum vp6profile vp6profile_t

Valid profiles for use with the

FE2_VP6_PROFILE

parameter.

5.14.6

Enumeration Type Documentation

5.14.6.1

enum FE2_CompressMode

Valid compress modes for VP6, influences encoder speed.

For use in calls to

Flix2_CodecSetParam()

and

Flix2_CodecGetParam()

for the

FE2_VP6_CXMODE

and

FE2_VP6A_CXMODE

. For general transcoding (i.e. decoding from one compressed format and encoding

to VP6) COMPRESSMODE_GOOD will provide adequate results and the best possible encode time. The
quality gain using COMPRESSMODE_BEST will only be visible when using clean raw source or compress-
ing to extremely low bitrates.

Enumerator:

COMPRESSMODE_GOOD The encoder balances quality with the amount of time it takes to en-

code the output with the goal of making the encoding as fast as possible without losing too much
quality. This is the default.

COMPRESSMODE_BEST The encoder places priority on the quality of the output over encoding

speed. The output is compressed at the highest possible quality. This option takes the longest
amount of time to encode.

Definition at line 100 of file vp6.h.

5.14.6.2

enum vp6profile

Valid profiles for use with the

FE2_VP6_PROFILE

parameter.

Enumerator:

VP6_E Default profile used in flash video encoding

VP6_S Profile optimized for use with high resolution/datarate video. Decreases decoding complexity

allowing playback on resource constrained machines.

Definition at line 113 of file vp6.h.

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

Advertising