Table of Contents

Enum HEVCMFRateControl

Namespace
VisioForge.Core.Types.FFMPEGEXE
Assembly
VisioForge.Core.dll

FFMPEG EXE HEVC Media Foundation encoder rate control.

public enum HEVCMFRateControl

Fields

Default = -1

Default mode

CBR = 0

CBR mode.

PC_VBR = 1

Peak constrained VBR mode.

U_VBR = 2

Unconstrained VBR mode.

Quality = 3

Quality mode.

LD_VBR = 4

Low delay VBR mode.

G_VBR = 5

Global VBR mode.

GLD_VBR = 6

Global low delay VBR mode.