Skip to main content

kAMDEncoderProfile264

Electron APIs / recorder / kAMDEncoderProfile264

type kAMDEncoderProfile264 = kAMDEncoderProfileAV1 | "high" | "baseline";

Specifies the H.264 encoding profiles supported by AMD hardware encoders.

Encoding profiles define the feature set and capabilities used during compression, impacting compatibility, quality, and efficiency. This type includes standard H.264 profiles, as well as the AV1 main profile reused for structural consistency.

Example

const profile: kAMDEncoderProfile264 = "high";

See

kAMDEncoderProfileAV1