TVideoGrabber.Reencoding_StartTime

Prev

Next

TVideoGrabber

Properties

 




































































































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


Declaration
property Reencoding_StartTime: LargeInteger read GetReencodingStartTime write SetReencodingStartTime default DEF_Reencoding_StartTime;


__property __int64 Reencoding_StartTime=read=GetReencodingStartTime, write=SetReencodingStartTime, default=- 1


Property Reencoding_StartTime As Double

Description

Used to specify the start time if the new video clip must contain only a part of the original video clip, expressed in 100ns units (e.g. 4 seconds = 40000000).
Set the value to -1 (or 0) to start from the beginning of the video clip.
Use AVIDuration to retrieve the duration 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_StopFrame Reencoding_StopTime Reencoding_UseAudioCompressor Reencoding_UseFrameGrabber Reencoding_UseVideoCompressor Reencoding_WMVOutput StartReencoding StopReencoding