kNVENCEncoderProfile264
Electron APIs / recorder / kNVENCEncoderProfile264
type kNVENCEncoderProfile264 = kNVENCEncoderProfile | "high" | "baseline";
Specifies the supported H.264 encoding profiles for NVIDIA's NVENC encoder.
These profiles determine the features used in encoding and the compatibility of the resulting stream or file.
This type extends the base kNVENCEncoderProfile
and includes commonly used H.264 profiles.
Example
const profile: kNVENCEncoderProfile264 = "high";
See
kNVENCEncoderProfile