Skip to main content

kNVENCEncoderRateControl

Electron APIs / recorder / kNVENCEncoderRateControl

type kNVENCEncoderRateControl = "CBR" | "CQP" | "VBR" | "Lossless";

Specifies the rate control modes supported by NVIDIA's NVENC encoder.

Rate control modes define how the encoder manages bitrate and quality. Choosing the appropriate mode depends on the desired balance between quality, file size, and real-time performance.

Example

const rateControl: kNVENCEncoderRateControl = "CQP";