Skip to main content

kQuickSyncEncoderRateControl

Electron APIs / recorder / kQuickSyncEncoderRateControl

type kQuickSyncEncoderRateControl = "CBR" | "CQP" | "VBR" | "ICQ";

Defines the supported rate control modes for Intel Quick Sync Video encoders.

Rate control determines how the bitrate is managed during encoding, impacting quality, file size, and performance.

Example

const rateControl: kQuickSyncEncoderRateControl = "CBR";