Skip to main content

kNVENCEncoderProfileHEVC

Electron APIs / recorder / kNVENCEncoderProfileHEVC

type kNVENCEncoderProfileHEVC = kNVENCEncoderProfile | "main10";

Specifies the supported HEVC (H.265) encoding profiles for NVIDIA's NVENC encoder.

These profiles determine the compression capabilities, color depth, and compatibility of the HEVC stream. This type extends kNVENCEncoderProfile and includes 10-bit support via main10.

ValueDescription
kNVENCEncoderProfile ('main')Base HEVC profile, typically includes main. Suitable for standard 8-bit HEVC encoding.
'main10'Enables 10-bit color depth for enhanced video quality and HDR compatibility.

Example

const profile: kNVENCEncoderProfileHEVC = "main10";

See

kNVENCEncoderProfile