Fe2_vp6a_stream_peak_bitrate, Fe2_vp6a_stream_optimal_buffer, Fe2_vp6a_stream_max_buffer – Google Flix Engine Linux Reference Manual User Manual
Page 65

5.15 VP6 with Alpha
59
5.15.2.17
#define FE2_VP6A_SHARPNESS
Alias for
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 104 of file vp6_alpha.h.
5.15.2.18
#define FE2_VP6A_STREAM_MAX_BUFFER
Alias for
The maximum size of the buffer, in seconds.
Attention:
Valid for CBR only
Definition at line 190 of file vp6_alpha.h.
5.15.2.19
#define FE2_VP6A_STREAM_OPTIMAL_BUFFER
Alias for
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 184 of file vp6_alpha.h.
5.15.2.20
#define FE2_VP6A_STREAM_PEAK_BITRATE
Alias for
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
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen