-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathuntConfiguracoes.dfm
375 lines (373 loc) · 7.97 KB
/
untConfiguracoes.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
object frmConfiguracoes: TfrmConfiguracoes
Left = 0
Top = 0
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Configura'#231#245'es'
ClientHeight = 515
ClientWidth = 626
Color = clBtnFace
DoubleBuffered = True
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Segoe UI'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 15
object gpbArquivos: TGroupBox
Left = 8
Top = 8
Width = 265
Height = 121
Caption = 'Tipos de Arquivos para Input'
TabOrder = 0
object cklFileTypes: TCheckListBox
Left = 7
Top = 18
Width = 242
Height = 89
Columns = 2
ItemHeight = 17
Items.Strings = (
'MP4'
'M4V'
'MKV'
'MOV'
'MPG '
'MPEG'
'AVI'
'WMV'
'FLV'
'WEBM')
TabOrder = 0
end
end
object gbOpcoes: TGroupBox
Left = 8
Top = 223
Width = 608
Height = 114
Caption = 'HandBreak'
TabOrder = 1
object Label1: TLabel
Left = 7
Top = 23
Width = 90
Height = 15
Caption = 'Local do Arquivo'
end
object edtHandBreakPath: TEdit
Left = 5
Top = 40
Width = 536
Height = 23
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
ReadOnly = True
TabOrder = 0
end
object btnOpenCLI: TButton
Left = 542
Top = 39
Width = 31
Height = 25
Margins.Right = 5
Caption = '...'
TabOrder = 1
OnClick = btnOpenCLIClick
end
object btnHandBreakHelp: TButton
Left = 572
Top = 39
Width = 31
Height = 25
Margins.Right = 5
Caption = '?'
TabOrder = 2
OnClick = btnHandBreakHelpClick
end
object edtHandBreakParams: TLabeledEdit
Left = 5
Top = 84
Width = 566
Height = 23
EditLabel.Width = 60
EditLabel.Height = 15
EditLabel.Caption = 'Par'#226'metros'
TabOrder = 3
Text =
'-i "#inputfile#" -Z "#preset#" --srt-codeset utf-8 --srt-file "#' +
'subtitlefile#" --srt-burn "1" -o "#outputfile#"'
end
object btnExtraFlagsHelp: TButton
Left = 572
Top = 83
Width = 31
Height = 25
Margins.Right = 5
Caption = '?'
TabOrder = 4
OnClick = btnExtraFlagsHelpClick
end
end
object GroupBox1: TGroupBox
Left = 282
Top = 8
Width = 162
Height = 57
Hint = 'HandBrake Apenas'
Caption = 'Preset de Qualidade'
ParentShowHint = False
ShowHint = True
TabOrder = 2
object cbPreset: TComboBox
Left = 16
Top = 21
Width = 130
Height = 23
Style = csDropDownList
ItemIndex = 5
TabOrder = 0
Text = 'Fast 720p30'
Items.Strings = (
'Very Fast 1080p30'
'Very Fast 720p30'
'Very Fast 576p25'
'Very Fast 480p30'
'Fast 1080p30'
'Fast 720p30'
'Fast 576p25'
'Fast 480p30'
'HQ 1080p30 Surround'
'HQ 720p30 Surround'
'HQ 576p25 Surround'
'HQ 480p30 Surround'
'Super HQ 1080p30 Surround'
'Super HQ 720p30 Surround'
'Super HQ 576p25 Surround'
'Super HQ 480p30 Surround')
end
end
object GroupBox2: TGroupBox
Left = 282
Top = 71
Width = 162
Height = 58
Caption = 'Arquivos Sem Legenda'
TabOrder = 3
object cbSemLegenda: TComboBox
Left = 16
Top = 21
Width = 130
Height = 23
Style = csDropDownList
ItemIndex = 0
TabOrder = 0
Text = 'Ignorar'
Items.Strings = (
'Ignorar'
'Copiar'
'Codificar Sem Legenda')
end
end
object GroupBox3: TGroupBox
Left = 454
Top = 8
Width = 162
Height = 58
Caption = 'Processos Simult'#226'neos'
TabOrder = 4
object spinProcessos: TSpinEdit
Left = 16
Top = 21
Width = 130
Height = 24
MaxLength = 2
MaxValue = 20
MinValue = 1
TabOrder = 0
Value = 4
end
end
object GroupBox4: TGroupBox
Left = 454
Top = 71
Width = 162
Height = 58
Caption = 'Software'
TabOrder = 5
object cbSoftware: TComboBox
Left = 16
Top = 21
Width = 130
Height = 23
Style = csDropDownList
ItemIndex = 0
TabOrder = 0
Text = 'HandBreakCLI'
OnChange = cbSoftwareChange
Items.Strings = (
'HandBreakCLI'
'FFMPEG')
end
end
object GroupBox5: TGroupBox
Left = 8
Top = 343
Width = 608
Height = 114
Caption = 'FFMPEG'
TabOrder = 6
object Label2: TLabel
Left = 7
Top = 23
Width = 90
Height = 15
Caption = 'Local do Arquivo'
end
object edtFFMpegPath: TEdit
Left = 5
Top = 40
Width = 536
Height = 23
Margins.Left = 5
Margins.Top = 5
Margins.Right = 5
Margins.Bottom = 5
ReadOnly = True
TabOrder = 0
end
object Button1: TButton
Left = 542
Top = 39
Width = 31
Height = 25
Margins.Right = 5
Caption = '...'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 572
Top = 39
Width = 31
Height = 25
Margins.Right = 5
Caption = '?'
TabOrder = 2
OnClick = Button2Click
end
object edtFFMpegParams: TLabeledEdit
Left = 5
Top = 84
Width = 566
Height = 23
EditLabel.Width = 60
EditLabel.Height = 15
EditLabel.Caption = 'Par'#226'metros'
TabOrder = 3
Text =
'-i "#inputfile#" -c:v libx264 -crf 20 -movflags +faststart -vf s' +
'ubtitles="#subtitlefile#" -c:a aac -b:a 160k -y "#outputfile#"'
end
object Button3: TButton
Left = 572
Top = 83
Width = 31
Height = 25
Margins.Right = 5
Caption = '?'
TabOrder = 4
OnClick = Button3Click
end
end
object memParams: TMemo
Left = 8
Top = 135
Width = 436
Height = 83
Lines.Strings = (
'Nos par'#226'metros, s'#227'o aplicadas as substitui'#231#245'es dos valores a seg' +
'uir:'
'#inputfile# - Recebe o nome do arquivo a ser processado'
'#outputfile# - Recebe o arquivo de destino'
'#subtitlefile# - Recebe o nome do arquivo de legenda'
'#preset# - Recebe o preset seleciona na op'#231#227'o Preset de Qualidad' +
'e')
ReadOnly = True
TabOrder = 7
end
object btnOK: TPngBitBtn
Left = 508
Top = 467
Width = 103
Height = 40
Caption = 'OK'
TabOrder = 8
OnClick = btnOKClick
end
object VisualSwitch: TToggleSwitch
Left = 129
Top = 463
Width = 101
Height = 44
AutoSize = False
StateCaptions.CaptionOn = 'Escuro'
StateCaptions.CaptionOff = 'Claro'
SwitchHeight = 30
SwitchWidth = 60
TabOrder = 9
ThumbColor = clBtnShadow
ThumbWidth = 25
OnClick = VisualSwitchClick
end
object btnRestore: TPngBitBtn
Left = 8
Top = 467
Width = 107
Height = 40
Caption = 'Restaurar Padr'#245'es'
TabOrder = 10
OnClick = btnRestoreClick
end
object gbVisProcessos: TGroupBox
Left = 456
Top = 135
Width = 162
Height = 58
Caption = 'Visualizar Processos'
TabOrder = 11
object cbVisualizar: TComboBox
Left = 16
Top = 21
Width = 130
Height = 23
Style = csDropDownList
ItemIndex = 0
TabOrder = 0
Text = 'N'#227'o'
OnChange = cbSoftwareChange
Items.Strings = (
'N'#227'o'
'Sim')
end
end
object hbDialog: TOpenDialog
FileName = 'handbreakcli.exe'
Filter = 'HandBreakCLI|*.exe'
Title = 'Localiza'#231#227'o do HandBreakCLI'
Left = 296
Top = 142
end
object ffmpegDialog: TOpenDialog
FileName = 'ffmpeg.exe'
Filter = 'ffmpeg|ffmpeg.exe'
Title = 'Localiza'#231#227'o do FFMPEG'
Left = 392
Top = 142
end
end