Property VLDSCompression.TVLDSVideoCompressionItem.PFramesPerKeyFrame
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Class: TVLDSVideoCompressionItem
Contents |
Syntax
Delphi:
property PFramesPerKeyFrame : Integer read FPFramesPerKeyFrame write SetPFramesPerKeyFrame default 1;
C++ Builder:
__property int PFramesPerKeyFrame = { read=FPFramesPerKeyFrame, write=SetPFramesPerKeyFrame, default=1 };
Summary
Desired number of P frames per key frame.
Description
Use this property to specify the desired number of P frames
per key frame. If the value is negative, the filter will use
the default rate.
P frames are used in MPEG compression; in general, this property does not apply to other compression formats. For example, suppose a key frame occurs once every 10 frames, and there are three P frames per key frame. The P frames will be spaced evenly between the key frames. The remaining six frames are bidirectional (B) frames.