Enum AOMAV1SuperResolutionMode
AOM AV1 encoder frame super-resolution mode.
Namespace: VisioForge.Core.Types.X.VideoEncoders
Assembly: VisioForge.Core.dll
Syntax
public enum AOMAV1SuperResolutionMode
Fields
| Name | Description |
|---|---|
| Fixed | All frames are coded at the specified scale and super - resolved. |
| None | No frame superres allowed. |
| QThreshold | Superres scale for a frame is determined based on q_index. |
| Random | All frames are coded at a random scale and super - resolved. |