Fe2_vp6_bitrate, Fe2_codec_vp6, Fe2_vp6_concurrency – Google Flix Engine Linux Reference Manual User Manual
Page 52: Fe2_vp6_2pass_min_section, Fe2_vp6_2pass_max_section, 4 define documentation

46
Flix Engine Linux Module Documentation
5.14.4
Define Documentation
5.14.4.1
#define FE2_CODEC_VP6
Codec name for use with
Definition at line 84 of file vp6.h.
5.14.4.2
#define FE2_VP6_2PASS_MAX_SECTION
maximum section datarate
This value is given as a percentage. The highest datarate, i.e., FE2_VP6_2PASS_MAX_SECTION% ×
FE2_VP6_BITRATE
, that can be streamed, and also the highest datarate that the encoder will allow, no
matter how difficult the section is.
Note:
Default: 400
Definition at line 336 of file vp6.h.
5.14.4.3
#define FE2_VP6_2PASS_MIN_SECTION
minimum section datarate
This value is given as a percentage. The lowest datarate, i.e., FE2_VP6_2PASS_MIN_SECTION% ×
FE2_VP6_BITRATE
, that the encoder will allow for any section, no matter how easy the section is. This
value is used to prevent difficult sections from stealing too many bits from easy sections.
Note:
Default: 40
Definition at line 326 of file vp6.h.
5.14.4.4
#define FE2_VP6_BITRATE
Alias for
Codec parameter for stream bitrate.
Compressed stream bitrate in kbits/sec.
Note:
Default: 448
Definition at line 124 of file vp6.h.
5.14.4.5
#define FE2_VP6_CONCURRENCY
Codec parameter for concurrency level.
Setting this value to 1 will allow the encode process to take advantage of multiple cores/processors yielding
a potentially
gain in performance.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen