OutputType
|
OutputType Property |
Description
Specify the output file type.You can select VCD, SVCD, DVD, Custom MPEG Size, AVI , WMV, QuickTime Mov, Animated GIF, RMVB, AVCHD file.
You should set this property before call InitControl method.
Property Type
Read/Write property
Data Type
Integer
VCD_PAL |
0 |
VCD_NTSC |
1 |
SVCD_PAL |
2 |
SVCD_NTSC |
3 |
DVD_PAL |
4 |
DVD_NTSC |
5 |
MPEG1 |
6 |
MPEG2 |
7 |
AVI |
8 |
WMV |
9 |
QT |
10 |
ANIMATED_GIF |
11 |
RMVB |
12 |
AVCHD |
13 |
MP4 |
14 |
PSP |
15 |
FLV |
16 |
VIDEO3GP |
17 |
Syntax
VideoEdit.OutputType[= value] |
Example
[Visual Basic Syntax] (this example set the output type to VCD NTSC) |