Enum NVENCRateControl
FFMPEG EXE H264 NVENC encoder rate control.
Namespace: VisioForge.Core.Types.FFMPEGEXE
Assembly: VisioForge.Core.dll
Syntax
public enum NVENCRateControl
Fields
| Name | Description |
|---|---|
| CBR | Constant bitrate mode. |
| CBR_HQ | Constant bitrate high quality mode. |
| CBR_LowDelay_HQ | Constant bitrate low delay high quality mode. |
| ConstantQP | Constant QP mode. |
| VBR | Variable bitrate mode. |
| VBR_HQ | Variable bitrate high quality mode. |