Fe2_vp8_stream_initial_buffer, Fe2_vp8_stream_optimal_buffer, Fe2_vp8_stream_max_buffer – Google Flix Engine Linux Reference Manual User Manual

Page 75: Fe2_vp8_threads

Advertising
background image

5.16 VP8

69

5.16.2.21

#define FE2_VP8_SHARPNESS

Codec parameter for sharpness.

Controls the sharpness of the image in the output. This setting does not impact any other setting and is
largely a matter of personal preference. A low sharpness setting will result in fewer visible artifacts but
may blur the image somewhat; a high sharpness will result in a sharper image but may result in more visible
artifacts.

Note:

Valid range: [0,7]
Default: 0

Definition at line 88 of file vp8.h.

5.16.2.22

#define FE2_VP8_STREAM_INITIAL_BUFFER

Seconds of preload that are necessary before starting playback.

The buffer is used to maintain a consistent datarate and minimize playback interruption.

Note:

Default: 6

Attention:

Valid for CBR only

Definition at line 163 of file vp8.h.

5.16.2.23

#define FE2_VP8_STREAM_MAX_BUFFER

The maximum size of the buffer, in seconds.

Attention:

Valid for CBR only

Definition at line 173 of file vp8.h.

5.16.2.24

#define FE2_VP8_STREAM_OPTIMAL_BUFFER

Buffer size that the encoder strives to reach or maintain in case of specific frame overshoots.

Note:

Default: 10

Attention:

Valid for CBR only

Definition at line 169 of file vp8.h.

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

Advertising