kX264EncoderProfile
Electron APIs / recorder / kX264EncoderProfile
type kX264EncoderProfile = "" | "baseline" | "main" | "high";
Specifies the H.264 encoding profiles available for the x264 encoder.
Encoding profiles define the set of features used for compression and compatibility with various playback devices and streaming platforms.
Example
const profile: kX264EncoderProfile = "high";