kVideoColorSpec
Electron APIs / recorder / kVideoColorSpec
type kVideoColorSpec = "sRGB" | "709" | "601" | "2100PQ" | "2100HLG";
Defines the color specification used for encoding or rendering video.
These color specs represent standardized color spaces and transfer functions used in video encoding pipelines. Choosing the appropriate spec impacts color accuracy and display compatibility, especially for HDR or broadcast workflows.
Example
const colorSpec: kVideoColorSpec = "709";