VideoEdit Gold ActiveX Control

UseVideoCompressor Property

Description
    Enable or disable use video compressor when output to avi files. Default value is false.
   You should set this property before call InitControl method.

Property Type
    Read/Write property

Data Type
    Boolean

Syntax

VideoEdit.UseVideoCompressor[= value]

Example

[Visual Basic Syntax] (this example have not use video compressor when output avi file:)
VideoEdit1.UseVideoCompressor=false
VideoEdit1.OutputType = 8
VideoEdit1.InitControl
VideoEdit1.AddVideo "c:\test.mpg" ,0,10
VideoEdit1.AddAudio "c:\test.mpg" ,0,10
VideoEdit1.Save "c:\test.avi"