NvidiaRateControl interface
The rate control options for an nvidia encode For further info, consult the Nvidia Encoder docs
Signature:
export interface NvidiaRateControl
Properties
Property | Type | Description |
---|---|---|
number |
The average bitrate of this encode (bits/sec) |
|
boolean |
(Optional) Enable lookahead or not: Note: enabling lookahead will introduce scene cuts unless this is specifically disabled elswhere in the codec settings |
|
number |
(Optional) |
|
number |
(Optional) The max bitrate of this encode (bits/sec) |
|
the mode to use for this rate control operation |
||
boolean |
(Optional) |
|
number |
(Optional) The vbv buffer size used for this encode (bits) |
|
number |
(Optional) The vbv initial delay used for this encode (bits) |