TVideoGrabber.Reencoding_StopFrame

Prev

Next

TVideoGrabber

Properties

 




































































































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


Declaration
property Reencoding_StopFrame: LargeInteger read GetReencodingStopFrame write SetReencodingStopFrame default -1;


__property __int64 Reencoding_StopFrame=read=GetReencodingStopFrame, write=SetReencodingStopFrame, default=-1


Property Reencoding_StopFrame as Double

Description

Used to specify the stop frame if the new video clip must contain only a part of the original video clip.
Set the value to -1 to go on until the end of the video clip.
Use AVIDuration to retrieve the frame count of the video clip (before invoking StartReencoding).


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