Gets/sets the key frame rate value used by some compressors.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.AviProcessor (in Aurigma.GraphicsMill.Codecs.AviProcessor.dll)
Public Property KeyFrameRate As Integer
public int KeyFrameRate { get; set; }
This value is ignored by most compressors. It is used by those compressors which are based on MPEG algorithm (e.g. DivXPro5, XvidMpeg4, etc).
You should set this value before you open the writer object. You cannot change it when the writer is already opened!