#include <xvid.h>
Data Fields | |
int | width |
[in] | |
int | height |
[in] | |
int | fincr |
[in] | |
int | fbase |
[in] | |
int | rc_bitrate |
[in] | |
int | rc_reaction_delay_factor |
[in] | |
int | rc_averaging_period |
[in] | |
int | rc_buffer |
[in] | |
int | max_quantizer |
[in] | |
int | min_quantizer |
[in] | |
int | max_key_interval |
[in] | |
void * | handle |
[out] |
|
[in] Time base (fps = increment/base). |
|
[in] Time increment (fps = increment/base). |
|
[out] XviD core lib will set this with the creater encoder instance. |
|
[in] Input frame height. |
|
[in] Sets the maximum interval between key frames. |
|
[in] Sets the upper limit of the quantizer. |
|
[in] Sets the lower limit of the quantizer. |
|
[in] Tunes how fast the rate control reacts - lower values are faster. |
|
[in] Sets the target bitrate of the encoded stream, in bits/second. * |
|
[in] Tunes how fast the rate control reacts - lower values are faster. |
|
[in] Tunes how fast the rate control reacts - lower values are faster. |
|
[in] Input frame width. |
Author : XviD team <xvid-devel@xvid.org> | Date : 2003-07-28 |