Type alias x264Preset

x264Preset: "ultrafast" | "superfast" | "veryfast" | "faster" | "fast" | "medium" | "slow" | "slower" | "veryslow" | "placebo"

The faster the preset, the lower the encoding time and CPU/Memory usage, but also the lower the quality and higher the file size.
Although the quality difference might not be very significant.

Generated using TypeDoc