forked from abc874/ca2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
UCutApplicationAviDemux.dfm
96 lines (96 loc) · 2.14 KB
/
UCutApplicationAviDemux.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
inherited frmCutApplicationAviDemux: TfrmCutApplicationAviDemux
Width = 465
Height = 345
Constraints.MinHeight = 345
Constraints.MinWidth = 465
DesignSize = (
465
345)
object lblCommandLineOptions: TLabel [2]
Left = 6
Top = 164
Width = 109
Height = 13
Caption = 'Command Line Options'
end
object edtADCommandLineOptions: TEdit [3]
Left = 6
Top = 183
Width = 454
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 7
end
inherited edtPath: TEdit
Width = 431
end
inherited btnBrowsePath: TButton
Left = 440
end
inherited edtTempDir: TEdit
Width = 431
end
inherited btnBrowseTempDir: TButton
Left = 440
end
object cbADRebuildIndex: TJvCheckBox [11]
Left = 6
Top = 210
Width = 118
Height = 17
Caption = 'Rebuild Movie Index'
TabOrder = 8
LinkedControls = <>
end
object cbADScanVBR: TJvCheckBox [12]
Left = 6
Top = 233
Width = 396
Height = 17
Caption =
'Scan Audio for VBR (recommended if you experience problems with ' +
'audio sync)'
TabOrder = 9
LinkedControls = <>
end
object cbADSmartCopy: TJvCheckBox [13]
Left = 6
Top = 256
Width = 448
Height = 17
Caption =
'Use Smart Copy (experimental. Can not be set by script in AviDem' +
'ux 2.3 or earlier Versions)'
TabOrder = 10
LinkedControls = <>
end
object cbADNoGUI: TJvCheckBox [14]
Left = 6
Top = 279
Width = 198
Height = 17
Caption = 'Call with --nogui flag (disable Dialogs)'
TabOrder = 11
LinkedControls = <>
end
object cbADAutoSave: TJvCheckBox [15]
Left = 6
Top = 302
Width = 414
Height = 17
Caption =
'Save Avi automatically after processing (false = only load scrip' +
't but do not save Avi)'
TabOrder = 12
LinkedControls = <>
end
object cbADNotClose: TJvCheckBox [16]
Left = 6
Top = 325
Width = 188
Height = 17
Caption = 'Do not close avidemux after cutting'
TabOrder = 13
LinkedControls = <>
end
end