Enum AdaptiveQuantMode
AdaptiveQuantMode
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum AdaptiveQuantMode
Fields
| Name | Description |
|---|---|
| AUTO_VARIANCE | Redistributes bits across the whole video |
| AUTO_VARIANCE_DARK_SCENES | Redistributes bits across the whole video with a bias to dark scenes |
| DISABLED | Disable adaptive quantization |
| VARIANCE | Redistributes bits within each frame |