TscPreset type
Preset for the Tencent TSC encoders, trading compression efficiency against encoding speed (x264-style naming; HEVC/AV1 map onto the SDK’s numeric preset range)
Signature:
export type TscPreset = "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo";