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

averageBitrate

number

The average bitrate of this encode (bits/sec)

enableLookahead?

boolean

(Optional) Enable lookahead or not: Note: enabling lookahead will introduce scene cuts unless this is specifically disabled elswhere in the codec settings

lookaheadDepth?

number

(Optional)

maxBitrate?

number

(Optional) The max bitrate of this encode (bits/sec)

mode

NvidiaRateControlMode

the mode to use for this rate control operation

strictGopTarget?

boolean

(Optional)

vbvBufferSize?

number

(Optional) The vbv buffer size used for this encode (bits)

vbvInitialDelay?

number

(Optional) The vbv initial delay used for this encode (bits)