TVideoGrabber.Reencoding_StartFrame

Prev

Next

TVideoGrabber

Properties

 




Specifies the start frame if the video clip must be cut.


Declaration
property Reencoding_StartFrame: LargeInteger read GetReencodingStartFrame write SetReencodingStartFrame default -1;


__property __int64 Reencoding_StartFrame=read=GetReencodingStartFrame, write=SetReencodingStartFrame, default=-1


Property Reencoding_StartFrame as Double

Description

Used to specify the start frame if the new video clip must contain only a part of the original video clip.
Set the value to -1 to start from the beginning of the video clip.
Use AVIDuration to retrieve the number of frames of the video clip (before invoking StartReencoding).


See Also
OnReencodingCompleted OnReencodingProgress OnReencodingStarted Reencoding_IncludeAudioStream Reencoding_IncludeVideoStream Reencoding_Method Reencoding_NewVideoClip Reencoding_SourceVideoClip Reencoding_StartTime Reencoding_StopFrame Reencoding_StopTime Reencoding_UseAudioCompressor Reencoding_UseFrameGrabber Reencoding_UseVideoCompressor Reencoding_WMVOutput StartReencoding StopReencoding