~ubuntu-branches/ubuntu/trusty/pitivi/trusty

« back to all changes in this revision

Viewing changes to pitivi/ui/encodingdialog.glade

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-07-07 13:43:47 UTC
  • mto: (6.1.9 sid) (1.2.12)
  • mto: This revision was merged to the branch mainline in revision 32.
  • Revision ID: james.westby@ubuntu.com-20110707134347-cari9kxjiakzej9z
Tags: upstream-0.14.1
ImportĀ upstreamĀ versionĀ 0.14.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<glade-interface>
3
 
  <!-- interface-requires gtk+ 2.6 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <widget class="GtkDialog" id="render-dialog">
6
 
    <property name="border_width">12</property>
7
 
    <property name="title" translatable="yes">Render</property>
8
 
    <property name="window_position">center-on-parent</property>
9
 
    <property name="type_hint">dialog</property>
10
 
    <child internal-child="vbox">
11
 
      <widget class="GtkVBox" id="dialog-vbox3">
12
 
        <property name="visible">True</property>
13
 
        <property name="spacing">12</property>
14
 
        <child>
15
 
          <widget class="GtkNotebook" id="notebook1">
16
 
            <property name="visible">True</property>
17
 
            <property name="can_focus">True</property>
18
 
            <child>
19
 
              <widget class="GtkVBox" id="vbox1">
20
 
                <property name="visible">True</property>
21
 
                <property name="border_width">12</property>
22
 
                <property name="spacing">12</property>
23
 
                <child>
24
 
                  <widget class="GtkTable" id="table2">
25
 
                    <property name="visible">True</property>
26
 
                    <property name="n_rows">3</property>
27
 
                    <property name="n_columns">2</property>
28
 
                    <property name="column_spacing">6</property>
29
 
                    <property name="row_spacing">6</property>
30
 
                    <child>
31
 
                      <widget class="GtkFileChooserButton" id="filebutton">
32
 
                        <property name="visible">True</property>
33
 
                        <property name="action">select-folder</property>
34
 
                        <accessibility>
35
 
                          <atkproperty name="AtkObject::accessible-name" translatable="yes">Folder</atkproperty>
36
 
                        </accessibility>
37
 
                      </widget>
38
 
                      <packing>
39
 
                        <property name="left_attach">1</property>
40
 
                        <property name="right_attach">2</property>
41
 
                      </packing>
42
 
                    </child>
43
 
                    <child>
44
 
                      <widget class="GtkComboBox" id="muxercombobox">
45
 
                        <property name="visible">True</property>
46
 
                        <property name="active">0</property>
47
 
                        <property name="items" translatable="yes">MP4</property>
48
 
                        <accessibility>
49
 
                          <atkproperty name="AtkObject::accessible-name" translatable="yes">Container format</atkproperty>
50
 
                        </accessibility>
51
 
                        <signal name="changed" handler="_muxerComboChangedCb"/>
52
 
                      </widget>
53
 
                      <packing>
54
 
                        <property name="left_attach">1</property>
55
 
                        <property name="right_attach">2</property>
56
 
                        <property name="top_attach">2</property>
57
 
                        <property name="bottom_attach">3</property>
58
 
                      </packing>
59
 
                    </child>
60
 
                    <child>
61
 
                      <widget class="GtkLabel" id="label2">
62
 
                        <property name="visible">True</property>
63
 
                        <property name="xalign">0</property>
64
 
                        <property name="label" translatable="yes">Container format:</property>
65
 
                        <accessibility>
66
 
                          <atkrelation type="label-for" target="muxercombobox"/>
67
 
                        </accessibility>
68
 
                      </widget>
69
 
                      <packing>
70
 
                        <property name="top_attach">2</property>
71
 
                        <property name="bottom_attach">3</property>
72
 
                      </packing>
73
 
                    </child>
74
 
                    <child>
75
 
                      <widget class="GtkLabel" id="label1">
76
 
                        <property name="visible">True</property>
77
 
                        <property name="xalign">0</property>
78
 
                        <property name="label" translatable="yes">Folder:</property>
79
 
                        <accessibility>
80
 
                          <atkrelation type="label-for" target="filebutton"/>
81
 
                        </accessibility>
82
 
                      </widget>
83
 
                    </child>
84
 
                    <child>
85
 
                      <widget class="GtkLabel" id="label5">
86
 
                        <property name="visible">True</property>
87
 
                        <property name="xalign">0</property>
88
 
                        <property name="label" translatable="yes">File name:</property>
89
 
                        <accessibility>
90
 
                          <atkrelation type="label-for" target="fileentry"/>
91
 
                        </accessibility>
92
 
                      </widget>
93
 
                      <packing>
94
 
                        <property name="top_attach">1</property>
95
 
                        <property name="bottom_attach">2</property>
96
 
                      </packing>
97
 
                    </child>
98
 
                    <child>
99
 
                      <widget class="GtkEntry" id="fileentry">
100
 
                        <property name="visible">True</property>
101
 
                        <property name="can_focus">True</property>
102
 
                        <property name="invisible_char">ā—</property>
103
 
                        <accessibility>
104
 
                          <atkproperty name="AtkObject::accessible-name" translatable="yes">File name</atkproperty>
105
 
                        </accessibility>
106
 
                      </widget>
107
 
                      <packing>
108
 
                        <property name="left_attach">1</property>
109
 
                        <property name="right_attach">2</property>
110
 
                        <property name="top_attach">1</property>
111
 
                        <property name="bottom_attach">2</property>
112
 
                      </packing>
113
 
                    </child>
114
 
                  </widget>
115
 
                  <packing>
116
 
                    <property name="position">0</property>
117
 
                  </packing>
118
 
                </child>
119
 
                <child>
120
 
                  <widget class="GtkCheckButton" id="selected_only_button">
121
 
                    <property name="label" translatable="yes">Render only the selected clips</property>
122
 
                    <property name="visible">True</property>
123
 
                    <property name="can_focus">True</property>
124
 
                    <property name="receives_default">False</property>
125
 
                    <property name="draw_indicator">True</property>
126
 
                  </widget>
127
 
                  <packing>
128
 
                    <property name="position">1</property>
129
 
                  </packing>
130
 
                </child>
131
 
                <child>
132
 
                  <widget class="GtkCheckButton" id="draft_button">
133
 
                    <property name="label" translatable="yes">Draft (no special effects, single pass)</property>
134
 
                    <property name="can_focus">True</property>
135
 
                    <property name="receives_default">False</property>
136
 
                    <property name="draw_indicator">True</property>
137
 
                  </widget>
138
 
                  <packing>
139
 
                    <property name="position">2</property>
140
 
                  </packing>
141
 
                </child>
142
 
              </widget>
143
 
            </child>
144
 
            <child>
145
 
              <widget class="GtkLabel" id="label12">
146
 
                <property name="visible">True</property>
147
 
                <property name="label" translatable="yes">General</property>
148
 
              </widget>
149
 
              <packing>
150
 
                <property name="tab_fill">False</property>
151
 
                <property name="type">tab</property>
152
 
              </packing>
153
 
            </child>
154
 
            <child>
155
 
              <widget class="GtkVBox" id="vbox2">
156
 
                <property name="visible">True</property>
157
 
                <property name="border_width">12</property>
158
 
                <property name="spacing">6</property>
159
 
                <child>
160
 
                  <widget class="GtkTable" id="table3">
161
 
                    <property name="visible">True</property>
162
 
                    <property name="n_rows">3</property>
163
 
                    <property name="n_columns">2</property>
164
 
                    <property name="column_spacing">6</property>
165
 
                    <property name="row_spacing">6</property>
166
 
                    <child>
167
 
                      <widget class="GtkHBox" id="hbox5">
168
 
                        <property name="visible">True</property>
169
 
                        <property name="spacing">6</property>
170
 
                        <child>
171
 
                          <widget class="GtkComboBox" id="video_encoder_combo">
172
 
                            <property name="visible">True</property>
173
 
                            <property name="items" translatable="yes">H.264</property>
174
 
                            <signal name="changed" handler="_videoEncoderComboChangedCb"/>
175
 
                          </widget>
176
 
                          <packing>
177
 
                            <property name="position">0</property>
178
 
                          </packing>
179
 
                        </child>
180
 
                        <child>
181
 
                          <widget class="GtkButton" id="video_settings_button">
182
 
                            <property name="label" translatable="yes">Advanced...</property>
183
 
                            <property name="visible">True</property>
184
 
                            <property name="can_focus">True</property>
185
 
                            <property name="receives_default">True</property>
186
 
                            <signal name="clicked" handler="_videoSettingsButtonClickedCb"/>
187
 
                          </widget>
188
 
                          <packing>
189
 
                            <property name="expand">False</property>
190
 
                            <property name="position">1</property>
191
 
                          </packing>
192
 
                        </child>
193
 
                      </widget>
194
 
                      <packing>
195
 
                        <property name="left_attach">1</property>
196
 
                        <property name="right_attach">2</property>
197
 
                        <property name="top_attach">2</property>
198
 
                        <property name="bottom_attach">3</property>
199
 
                      </packing>
200
 
                    </child>
201
 
                    <child>
202
 
                      <widget class="GtkLabel" id="label16">
203
 
                        <property name="visible">True</property>
204
 
                        <property name="xalign">0</property>
205
 
                        <property name="label" translatable="yes">Codec:</property>
206
 
                      </widget>
207
 
                      <packing>
208
 
                        <property name="top_attach">2</property>
209
 
                        <property name="bottom_attach">3</property>
210
 
                        <property name="x_options">GTK_FILL</property>
211
 
                      </packing>
212
 
                    </child>
213
 
                    <child>
214
 
                      <widget class="GtkComboBox" id="frame_rate_combo">
215
 
                        <property name="visible">True</property>
216
 
                        <property name="items" translatable="yes">29.97 fps</property>
217
 
                        <accessibility>
218
 
                          <atkproperty name="AtkObject::accessible-name" translatable="yes">Framerate</atkproperty>
219
 
                        </accessibility>
220
 
                        <signal name="changed" handler="_frameRateComboChangedCb"/>
221
 
                      </widget>
222
 
                      <packing>
223
 
                        <property name="left_attach">1</property>
224
 
                        <property name="right_attach">2</property>
225
 
                        <property name="top_attach">1</property>
226
 
                        <property name="bottom_attach">2</property>
227
 
                      </packing>
228
 
                    </child>
229
 
                    <child>
230
 
                      <widget class="GtkHBox" id="hbox3">
231
 
                        <property name="visible">True</property>
232
 
                        <property name="spacing">6</property>
233
 
                        <child>
234
 
                          <widget class="GtkSpinButton" id="scale_spinbutton">
235
 
                            <property name="visible">True</property>
236
 
                            <property name="can_focus">True</property>
237
 
                            <property name="adjustment">1 1 100 1 1 0</property>
238
 
                            <property name="digits">1</property>
239
 
                            <property name="numeric">True</property>
240
 
                            <accessibility>
241
 
                              <atkproperty name="AtkObject::accessible-name" translatable="yes">Scale</atkproperty>
242
 
                            </accessibility>
243
 
                            <signal name="value_changed" handler="_scaleSpinbuttonChangedCb"/>
244
 
                          </widget>
245
 
                          <packing>
246
 
                            <property name="expand">False</property>
247
 
                            <property name="fill">False</property>
248
 
                            <property name="position">0</property>
249
 
                          </packing>
250
 
                        </child>
251
 
                        <child>
252
 
                          <widget class="GtkLabel" id="resolution_label">
253
 
                            <property name="visible">True</property>
254
 
                            <property name="label" translatable="yes">1000 x 1000</property>
255
 
                            <property name="width_chars">12</property>
256
 
                            <accessibility>
257
 
                              <atkproperty name="AtkObject::accessible-name" translatable="yes">Height</atkproperty>
258
 
                            </accessibility>
259
 
                          </widget>
260
 
                          <packing>
261
 
                            <property name="expand">False</property>
262
 
                            <property name="position">1</property>
263
 
                          </packing>
264
 
                        </child>
265
 
                        <child>
266
 
                          <widget class="GtkButton" id="project_settings_button">
267
 
                            <property name="label" translatable="yes">Edit Project Settings...</property>
268
 
                            <property name="visible">True</property>
269
 
                            <property name="can_focus">True</property>
270
 
                            <property name="receives_default">True</property>
271
 
                            <signal name="clicked" handler="_projectSettingsButtonClickedCb"/>
272
 
                          </widget>
273
 
                          <packing>
274
 
                            <property name="expand">False</property>
275
 
                            <property name="pack_type">end</property>
276
 
                            <property name="position">2</property>
277
 
                          </packing>
278
 
                        </child>
279
 
                      </widget>
280
 
                      <packing>
281
 
                        <property name="left_attach">1</property>
282
 
                        <property name="right_attach">2</property>
283
 
                      </packing>
284
 
                    </child>
285
 
                    <child>
286
 
                      <widget class="GtkLabel" id="label17">
287
 
                        <property name="visible">True</property>
288
 
                        <property name="xalign">0</property>
289
 
                        <property name="label" translatable="yes">Frame rate:</property>
290
 
                      </widget>
291
 
                      <packing>
292
 
                        <property name="top_attach">1</property>
293
 
                        <property name="bottom_attach">2</property>
294
 
                        <property name="x_options">GTK_FILL</property>
295
 
                      </packing>
296
 
                    </child>
297
 
                    <child>
298
 
                      <widget class="GtkLabel" id="label3">
299
 
                        <property name="visible">True</property>
300
 
                        <property name="xalign">0</property>
301
 
                        <property name="label" translatable="yes">Scale:</property>
302
 
                      </widget>
303
 
                      <packing>
304
 
                        <property name="x_options">GTK_FILL</property>
305
 
                      </packing>
306
 
                    </child>
307
 
                  </widget>
308
 
                  <packing>
309
 
                    <property name="expand">False</property>
310
 
                    <property name="position">0</property>
311
 
                  </packing>
312
 
                </child>
313
 
              </widget>
314
 
              <packing>
315
 
                <property name="position">1</property>
316
 
              </packing>
317
 
            </child>
318
 
            <child>
319
 
              <widget class="GtkLabel" id="label13">
320
 
                <property name="visible">True</property>
321
 
                <property name="label" translatable="yes">Video</property>
322
 
              </widget>
323
 
              <packing>
324
 
                <property name="position">1</property>
325
 
                <property name="tab_fill">False</property>
326
 
                <property name="type">tab</property>
327
 
              </packing>
328
 
            </child>
329
 
            <child>
330
 
              <widget class="GtkVBox" id="vbox3">
331
 
                <property name="visible">True</property>
332
 
                <property name="border_width">12</property>
333
 
                <property name="spacing">6</property>
334
 
                <child>
335
 
                  <widget class="GtkTable" id="table4">
336
 
                    <property name="visible">True</property>
337
 
                    <property name="n_rows">4</property>
338
 
                    <property name="n_columns">2</property>
339
 
                    <property name="column_spacing">6</property>
340
 
                    <property name="row_spacing">6</property>
341
 
                    <child>
342
 
                      <widget class="GtkHBox" id="hbox4">
343
 
                        <property name="visible">True</property>
344
 
                        <property name="spacing">6</property>
345
 
                        <child>
346
 
                          <widget class="GtkComboBox" id="audio_encoder_combo">
347
 
                            <property name="visible">True</property>
348
 
                            <property name="items" translatable="yes">AC-3
349
 
AAC</property>
350
 
                            <signal name="changed" handler="_audioEncoderChangedComboCb"/>
351
 
                          </widget>
352
 
                          <packing>
353
 
                            <property name="position">0</property>
354
 
                          </packing>
355
 
                        </child>
356
 
                        <child>
357
 
                          <widget class="GtkButton" id="audio_settings_button">
358
 
                            <property name="label" translatable="yes">Advanced...</property>
359
 
                            <property name="visible">True</property>
360
 
                            <property name="can_focus">True</property>
361
 
                            <property name="receives_default">True</property>
362
 
                            <signal name="clicked" handler="_audioSettingsButtonClickedCb"/>
363
 
                          </widget>
364
 
                          <packing>
365
 
                            <property name="expand">False</property>
366
 
                            <property name="fill">False</property>
367
 
                            <property name="position">1</property>
368
 
                          </packing>
369
 
                        </child>
370
 
                      </widget>
371
 
                      <packing>
372
 
                        <property name="left_attach">1</property>
373
 
                        <property name="right_attach">2</property>
374
 
                        <property name="top_attach">3</property>
375
 
                        <property name="bottom_attach">4</property>
376
 
                      </packing>
377
 
                    </child>
378
 
                    <child>
379
 
                      <widget class="GtkLabel" id="label21">
380
 
                        <property name="visible">True</property>
381
 
                        <property name="xalign">0</property>
382
 
                        <property name="label" translatable="yes">Codec:</property>
383
 
                      </widget>
384
 
                      <packing>
385
 
                        <property name="top_attach">3</property>
386
 
                        <property name="bottom_attach">4</property>
387
 
                        <property name="x_options">GTK_FILL</property>
388
 
                      </packing>
389
 
                    </child>
390
 
                    <child>
391
 
                      <widget class="GtkComboBox" id="channels_combo">
392
 
                        <property name="visible">True</property>
393
 
                        <property name="items" translatable="yes">6 channels (5.1)
394
 
</property>
395
 
                        <signal name="changed" handler="_channelsComboChangedCb"/>
396
 
                      </widget>
397
 
                      <packing>
398
 
                        <property name="left_attach">1</property>
399
 
                        <property name="right_attach">2</property>
400
 
                      </packing>
401
 
                    </child>
402
 
                    <child>
403
 
                      <widget class="GtkLabel" id="label23">
404
 
                        <property name="visible">True</property>
405
 
                        <property name="xalign">0</property>
406
 
                        <property name="label" translatable="yes">Number of channels:</property>
407
 
                      </widget>
408
 
                      <packing>
409
 
                        <property name="x_options">GTK_FILL</property>
410
 
                      </packing>
411
 
                    </child>
412
 
                    <child>
413
 
                      <widget class="GtkLabel" id="label4">
414
 
                        <property name="visible">True</property>
415
 
                        <property name="xalign">0</property>
416
 
                        <property name="label" translatable="yes">Sample Rate:</property>
417
 
                      </widget>
418
 
                      <packing>
419
 
                        <property name="top_attach">1</property>
420
 
                        <property name="bottom_attach">2</property>
421
 
                        <property name="x_options">GTK_FILL</property>
422
 
                      </packing>
423
 
                    </child>
424
 
                    <child>
425
 
                      <widget class="GtkComboBox" id="sample_rate_combo">
426
 
                        <property name="visible">True</property>
427
 
                        <property name="items"></property>
428
 
                        <accessibility>
429
 
                          <atkproperty name="AtkObject::accessible-name" translatable="yes">Sample rate</atkproperty>
430
 
                        </accessibility>
431
 
                        <signal name="changed" handler="_sampleRateComboChangedCb"/>
432
 
                      </widget>
433
 
                      <packing>
434
 
                        <property name="left_attach">1</property>
435
 
                        <property name="right_attach">2</property>
436
 
                        <property name="top_attach">1</property>
437
 
                        <property name="bottom_attach">2</property>
438
 
                      </packing>
439
 
                    </child>
440
 
                    <child>
441
 
                      <widget class="GtkLabel" id="label6">
442
 
                        <property name="visible">True</property>
443
 
                        <property name="xalign">0</property>
444
 
                        <property name="label" translatable="yes">Sample Depth:</property>
445
 
                      </widget>
446
 
                      <packing>
447
 
                        <property name="top_attach">2</property>
448
 
                        <property name="bottom_attach">3</property>
449
 
                        <property name="x_options">GTK_FILL</property>
450
 
                      </packing>
451
 
                    </child>
452
 
                    <child>
453
 
                      <widget class="GtkComboBox" id="sample_depth_combo">
454
 
                        <property name="visible">True</property>
455
 
                        <property name="items"></property>
456
 
                        <signal name="changed" handler="_sampleDepthComboChangedCb"/>
457
 
                      </widget>
458
 
                      <packing>
459
 
                        <property name="left_attach">1</property>
460
 
                        <property name="right_attach">2</property>
461
 
                        <property name="top_attach">2</property>
462
 
                        <property name="bottom_attach">3</property>
463
 
                      </packing>
464
 
                    </child>
465
 
                  </widget>
466
 
                  <packing>
467
 
                    <property name="expand">False</property>
468
 
                    <property name="position">0</property>
469
 
                  </packing>
470
 
                </child>
471
 
              </widget>
472
 
              <packing>
473
 
                <property name="position">2</property>
474
 
              </packing>
475
 
            </child>
476
 
            <child>
477
 
              <widget class="GtkLabel" id="label14">
478
 
                <property name="visible">True</property>
479
 
                <property name="label" translatable="yes">Audio</property>
480
 
              </widget>
481
 
              <packing>
482
 
                <property name="position">2</property>
483
 
                <property name="tab_fill">False</property>
484
 
                <property name="type">tab</property>
485
 
              </packing>
486
 
            </child>
487
 
          </widget>
488
 
          <packing>
489
 
            <property name="position">2</property>
490
 
          </packing>
491
 
        </child>
492
 
        <child internal-child="action_area">
493
 
          <widget class="GtkHButtonBox" id="dialog-action_area3">
494
 
            <property name="visible">True</property>
495
 
            <property name="layout_style">end</property>
496
 
            <child>
497
 
              <widget class="GtkButton" id="cancelbutton">
498
 
                <property name="label">gtk-close</property>
499
 
                <property name="visible">True</property>
500
 
                <property name="can_focus">True</property>
501
 
                <property name="receives_default">True</property>
502
 
                <property name="use_stock">True</property>
503
 
                <signal name="clicked" handler="_cancelButtonClickedCb"/>
504
 
              </widget>
505
 
              <packing>
506
 
                <property name="expand">False</property>
507
 
                <property name="fill">False</property>
508
 
                <property name="position">0</property>
509
 
              </packing>
510
 
            </child>
511
 
            <child>
512
 
              <widget class="GtkButton" id="recordbutton">
513
 
                <property name="label">pitivi-render</property>
514
 
                <property name="visible">True</property>
515
 
                <property name="can_focus">True</property>
516
 
                <property name="receives_default">True</property>
517
 
                <property name="use_underline">True</property>
518
 
                <property name="use_stock">True</property>
519
 
                <signal name="clicked" handler="_renderButtonClickedCb"/>
520
 
              </widget>
521
 
              <packing>
522
 
                <property name="expand">False</property>
523
 
                <property name="fill">False</property>
524
 
                <property name="position">1</property>
525
 
              </packing>
526
 
            </child>
527
 
          </widget>
528
 
          <packing>
529
 
            <property name="expand">False</property>
530
 
            <property name="pack_type">end</property>
531
 
            <property name="position">0</property>
532
 
          </packing>
533
 
        </child>
534
 
      </widget>
535
 
    </child>
536
 
  </widget>
537
 
</glade-interface>