Enum QSVH264LookAheadDownsampling
Enum for Look Ahead Downsampling options, determining the downscaling factor for frames.
Namespace: VisioForge.Core.Types.FFMPEGEXE
Assembly: VisioForge.Core.dll
Syntax
public enum QSVH264LookAheadDownsampling
Fields
Name | Description |
---|---|
FourTimes | Downscale by 4x. |
Off | No downscaling. |
TwoTimes | Downscale by 2x. |
Unknown | Unknown downscaling factor. |