Fe2_vp6_stream_peak_bitrate, Fe2_vp6_stream_prebuffer, Fe2_vp6_stream_optimal_buffer – Google Flix Engine Linux Reference Manual User Manual
Page 56: Fe2_vp6_stream_max_buffer

50
Flix Engine Linux Module Documentation
5.14.4.14
#define FE2_VP6_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:
Definition at line 160 of file vp6.h.
5.14.4.15
#define FE2_VP6_STREAM_MAX_BUFFER
The maximum size of the buffer, in seconds.
Attention:
Valid for CBR only
Definition at line 311 of file vp6.h.
5.14.4.16
#define FE2_VP6_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 307 of file vp6.h.
5.14.4.17
#define FE2_VP6_STREAM_PEAK_BITRATE
The maximum bitrate allowed in the stream.
This
value
is
given
as
a
percentage.
The
peak
bitrate
is
calculated
as
follows:
FE2_VP6_STREAM_PEAK_BITRATE
% × FE2_VP6_BITRATE
Note:
Default: 100
Attention:
Valid for CBR only
Definition at line 293 of file vp6.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen