Enum H264AMFRateControlMethod
Represents the rate control method settings for the H264 AMF encoder.
Namespace: VisioForge.Core.Types.FFMPEGEXE
Assembly: VisioForge.Core.dll
Syntax
public enum H264AMFRateControlMethod
Fields
| Name | Description |
|---|---|
| CBR | Constant Bitrate. |
| CQP | Constant Quantization Parameter. |
| VBRLatency | Latency Constrained Variable Bitrate. |
| VBRPeak | Peak Constrained Variable Bitrate. |