Class MPEG2Settings
MPEG-2 settings.
Inherited Members
Namespace: VisioForge.Core.Types.FFMPEGEXE
Assembly: VisioForge.Core.dll
Syntax
public class MPEG2Settings : BasicVideoSettings
Properties
BFrames
Gets or sets B-frames count.
Declaration
public int BFrames { get; set; }
Property Value
Type | Description |
---|---|
int |
GOPSize
Gets or sets GOP size.
Declaration
public int GOPSize { get; set; }
Property Value
Type | Description |
---|---|
int |