~timo-jyrinki/ubuntu/trusty/pitivi/backport_utopic_fixes

« back to all changes in this revision

Viewing changes to data/ui/encodingdialog.ui

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2014-04-05 15:28:16 UTC
  • mfrom: (6.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140405152816-6lijoax4cngiz5j5
Tags: 0.93-3
* debian/control:
  + Depend on python-gi (>= 3.10), older versions do not work
    with pitivi (Closes: #732813).
  + Add missing dependency on gir1.2-clutter-gst-2.0 (Closes: #743692).
  + Add suggests on gir1.2-notify-0.7 and gir1.2-gnomedesktop-3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<interface>
3
 
  <!-- interface-requires gtk+ 2.6 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkAdjustment" id="adjustment1">
6
 
    <property name="lower">1</property>
7
 
    <property name="upper">100</property>
8
 
    <property name="value">1</property>
9
 
    <property name="step_increment">1</property>
10
 
    <property name="page_increment">1</property>
11
 
  </object>
12
 
  <object class="GtkListStore" id="model1">
13
 
    <columns>
14
 
      <!-- column-name gchararray -->
15
 
      <column type="gchararray"/>
16
 
    </columns>
17
 
    <data>
18
 
      <row>
19
 
        <col id="0" translatable="yes">MP4</col>
20
 
      </row>
21
 
    </data>
22
 
  </object>
23
 
  <object class="GtkListStore" id="model2">
24
 
    <columns>
25
 
      <!-- column-name gchararray -->
26
 
      <column type="gchararray"/>
27
 
    </columns>
28
 
    <data>
29
 
      <row>
30
 
        <col id="0" translatable="yes">H.264</col>
31
 
      </row>
32
 
    </data>
33
 
  </object>
34
 
  <object class="GtkListStore" id="model3">
35
 
    <columns>
36
 
      <!-- column-name gchararray -->
37
 
      <column type="gchararray"/>
38
 
    </columns>
39
 
    <data>
40
 
      <row>
41
 
        <col id="0" translatable="yes">29.97 fps</col>
42
 
      </row>
43
 
    </data>
44
 
  </object>
45
 
  <object class="GtkListStore" id="model4">
46
 
    <columns>
47
 
      <!-- column-name gchararray -->
48
 
      <column type="gchararray"/>
49
 
    </columns>
50
 
    <data>
51
 
      <row>
52
 
        <col id="0" translatable="yes">AC-3</col>
53
 
      </row>
54
 
      <row>
55
 
        <col id="0" translatable="yes">AAC</col>
56
 
      </row>
57
 
    </data>
58
 
  </object>
59
 
  <object class="GtkListStore" id="model5">
60
 
    <columns>
61
 
      <!-- column-name gchararray -->
62
 
      <column type="gchararray"/>
63
 
    </columns>
64
 
    <data>
65
 
      <row>
66
 
        <col id="0" translatable="yes">6 channels (5.1)</col>
67
 
      </row>
68
 
    </data>
69
 
  </object>
70
 
  <object class="GtkDialog" id="render-dialog">
71
 
    <property name="can_focus">False</property>
72
 
    <property name="border_width">12</property>
73
 
    <property name="title" translatable="yes">Render</property>
74
 
    <property name="window_position">center-on-parent</property>
75
 
    <property name="type_hint">dialog</property>
76
 
    <child internal-child="vbox">
77
 
      <object class="GtkVBox" id="dialog-vbox3">
78
 
        <property name="visible">True</property>
79
 
        <property name="can_focus">False</property>
80
 
        <property name="spacing">12</property>
81
 
        <child internal-child="action_area">
82
 
          <object class="GtkHButtonBox" id="dialog-action_area3">
83
 
            <property name="visible">True</property>
84
 
            <property name="can_focus">False</property>
85
 
            <property name="layout_style">end</property>
86
 
            <child>
87
 
              <object class="GtkButton" id="closebutton">
88
 
                <property name="label">gtk-close</property>
89
 
                <property name="visible">True</property>
90
 
                <property name="can_focus">True</property>
91
 
                <property name="receives_default">True</property>
92
 
                <property name="use_action_appearance">False</property>
93
 
                <property name="use_stock">True</property>
94
 
                <signal name="clicked" handler="_closeButtonClickedCb" swapped="no"/>
95
 
              </object>
96
 
              <packing>
97
 
                <property name="expand">False</property>
98
 
                <property name="fill">False</property>
99
 
                <property name="position">0</property>
100
 
              </packing>
101
 
            </child>
102
 
            <child>
103
 
              <object class="GtkButton" id="recordbutton">
104
 
                <property name="label">pitivi-render</property>
105
 
                <property name="visible">True</property>
106
 
                <property name="can_focus">True</property>
107
 
                <property name="receives_default">True</property>
108
 
                <property name="use_action_appearance">False</property>
109
 
                <property name="use_underline">True</property>
110
 
                <property name="use_stock">True</property>
111
 
                <signal name="clicked" handler="_renderButtonClickedCb" swapped="no"/>
112
 
              </object>
113
 
              <packing>
114
 
                <property name="expand">False</property>
115
 
                <property name="fill">False</property>
116
 
                <property name="position">1</property>
117
 
              </packing>
118
 
            </child>
119
 
          </object>
120
 
          <packing>
121
 
            <property name="expand">False</property>
122
 
            <property name="fill">True</property>
123
 
            <property name="pack_type">end</property>
124
 
            <property name="position">0</property>
125
 
          </packing>
126
 
        </child>
127
 
        <child>
128
 
          <object class="GtkHBox" id="hbox1">
129
 
            <property name="visible">True</property>
130
 
            <property name="can_focus">False</property>
131
 
            <child>
132
 
              <object class="GtkVBox" id="vbox4">
133
 
                <property name="visible">True</property>
134
 
                <property name="can_focus">False</property>
135
 
                <property name="spacing">6</property>
136
 
                <child>
137
 
                  <object class="GtkLabel" id="label11">
138
 
                    <property name="visible">True</property>
139
 
                    <property name="can_focus">False</property>
140
 
                    <property name="xalign">0</property>
141
 
                    <property name="ypad">6</property>
142
 
                    <property name="label" translatable="yes">&lt;b&gt;Render Preset&lt;/b&gt;</property>
143
 
                    <property name="use_markup">True</property>
144
 
                  </object>
145
 
                  <packing>
146
 
                    <property name="expand">False</property>
147
 
                    <property name="fill">False</property>
148
 
                    <property name="position">0</property>
149
 
                  </packing>
150
 
                </child>
151
 
                    <child>
152
 
                      <object class="GtkInfoBar" id="render-preset-infobar">
153
 
                        <property name="app_paintable">True</property>
154
 
                        <property name="can_focus">False</property>
155
 
                        <property name="message_type">error</property>
156
 
                        <child internal-child="content_area">
157
 
                          <object class="GtkBox" id="infobar-content_area3">
158
 
                            <property name="can_focus">False</property>
159
 
                            <child>
160
 
                              <object class="GtkLabel" id="render-preset-error-label">
161
 
                                <property name="visible">True</property>
162
 
                                <property name="can_focus">False</property>
163
 
                              </object>
164
 
                              <packing>
165
 
                                <property name="expand">False</property>
166
 
                                <property name="fill">True</property>
167
 
                                <property name="position">0</property>
168
 
                              </packing>
169
 
                            </child>
170
 
                          </object>
171
 
                        </child>
172
 
                        <child internal-child="action_area">
173
 
                          <object class="GtkButtonBox" id="infobar-action_area3">
174
 
                            <property name="can_focus">False</property>
175
 
                            <property name="orientation">vertical</property>
176
 
                            <property name="layout_style">center</property>
177
 
                            <child>
178
 
                              <placeholder/>
179
 
                            </child>
180
 
                          </object>
181
 
                        </child>
182
 
                      </object>
183
 
                      <packing>
184
 
                        <property name="expand">False</property>
185
 
                        <property name="fill">True</property>
186
 
                        <property name="position">1</property>
187
 
                      </packing>
188
 
                    </child>
189
 
                    
190
 
                <child>
191
 
                  <object class="GtkScrolledWindow" id="scrolledwindow2">
192
 
                    <property name="visible">True</property>
193
 
                    <property name="can_focus">True</property>
194
 
                    <property name="shadow_type">in</property>
195
 
                    <child>
196
 
                      <object class="GtkTreeView" id="render_preset_treeview">
197
 
                        <property name="visible">True</property>
198
 
                        <property name="can_focus">True</property>
199
 
                      </object>
200
 
                    </child>
201
 
                  </object>
202
 
                  <packing>
203
 
                    <property name="expand">True</property>
204
 
                    <property name="fill">True</property>
205
 
                    <property name="position">2</property>
206
 
                  </packing>
207
 
                </child>
208
 
                <child>
209
 
                  <object class="GtkHBox" id="hbox2">
210
 
                    <property name="visible">True</property>
211
 
                    <property name="can_focus">False</property>
212
 
                    <property name="spacing">6</property>
213
 
                    <child>
214
 
                      <object class="GtkButton" id="add_render_preset_button">
215
 
                        <property name="label">gtk-add</property>
216
 
                        <property name="visible">True</property>
217
 
                        <property name="can_focus">True</property>
218
 
                        <property name="receives_default">True</property>
219
 
                        <property name="use_action_appearance">False</property>
220
 
                        <property name="use_stock">True</property>
221
 
                        <signal name="clicked" handler="_addRenderPresetButtonClickedCb" swapped="no"/>
222
 
                      </object>
223
 
                      <packing>
224
 
                        <property name="expand">False</property>
225
 
                        <property name="fill">False</property>
226
 
                        <property name="position">0</property>
227
 
                      </packing>
228
 
                    </child>
229
 
                    <child>
230
 
                      <object class="GtkButton" id="remove_render_preset_button">
231
 
                        <property name="label">gtk-remove</property>
232
 
                        <property name="visible">True</property>
233
 
                        <property name="sensitive">False</property>
234
 
                        <property name="can_focus">True</property>
235
 
                        <property name="receives_default">True</property>
236
 
                        <property name="use_action_appearance">False</property>
237
 
                        <property name="use_stock">True</property>
238
 
                        <signal name="clicked" handler="_removeRenderPresetButtonClickedCb" swapped="no"/>
239
 
                      </object>
240
 
                      <packing>
241
 
                        <property name="expand">False</property>
242
 
                        <property name="fill">False</property>
243
 
                        <property name="position">1</property>
244
 
                      </packing>
245
 
                    </child>
246
 
                    <child>
247
 
                      <object class="GtkButton" id="save_render_preset_button">
248
 
                        <property name="label">gtk-save</property>
249
 
                        <property name="visible">True</property>
250
 
                        <property name="can_focus">True</property>
251
 
                        <property name="receives_default">True</property>
252
 
                        <property name="use_action_appearance">False</property>
253
 
                        <property name="use_stock">True</property>
254
 
                        <signal name="clicked" handler="_saveRenderPresetButtonClickedCb" swapped="no"/>
255
 
                      </object>
256
 
                      <packing>
257
 
                        <property name="expand">True</property>
258
 
                        <property name="fill">True</property>
259
 
                        <property name="position">2</property>
260
 
                      </packing>
261
 
                    </child>
262
 
                  </object>
263
 
                  <packing>
264
 
                    <property name="expand">False</property>
265
 
                    <property name="fill">False</property>
266
 
                    <property name="position">3</property>
267
 
                  </packing>
268
 
                </child>
269
 
              </object>
270
 
              <packing>
271
 
                <property name="expand">False</property>
272
 
                <property name="fill">False</property>
273
 
                <property name="padding">5</property>
274
 
                <property name="position">0</property>
275
 
              </packing>
276
 
            </child>
277
 
            <child>
278
 
              <object class="GtkNotebook" id="notebook1">
279
 
                <property name="visible">True</property>
280
 
                <property name="can_focus">True</property>
281
 
                <child>
282
 
                  <object class="GtkVBox" id="vbox1">
283
 
                    <property name="visible">True</property>
284
 
                    <property name="can_focus">False</property>
285
 
                    <property name="border_width">12</property>
286
 
                    <property name="spacing">12</property>
287
 
                    <child>
288
 
                      <object class="GtkTable" id="table2">
289
 
                        <property name="visible">True</property>
290
 
                        <property name="can_focus">False</property>
291
 
                        <property name="n_rows">3</property>
292
 
                        <property name="n_columns">2</property>
293
 
                        <property name="column_spacing">6</property>
294
 
                        <property name="row_spacing">6</property>
295
 
                        <child>
296
 
                          <object class="GtkFileChooserButton" id="filebutton">
297
 
                            <property name="visible">True</property>
298
 
                            <property name="can_focus">False</property>
299
 
                            <property name="action">select-folder</property>
300
 
                            <child internal-child="accessible">
301
 
                              <object class="AtkObject" id="filebutton-atkobject">
302
 
                                <property name="AtkObject::accessible-name" translatable="yes">Folder</property>
303
 
                              </object>
304
 
                            </child>
305
 
                            <signal name="current-folder-changed" handler="_checkForExistingFile" swapped="no"/>
306
 
                          </object>
307
 
                          <packing>
308
 
                            <property name="left_attach">1</property>
309
 
                            <property name="right_attach">2</property>
310
 
                          </packing>
311
 
                        </child>
312
 
                        <child>
313
 
                          <object class="GtkComboBox" id="muxercombobox">
314
 
                            <property name="visible">True</property>
315
 
                            <property name="can_focus">False</property>
316
 
                            <property name="model">model1</property>
317
 
                            <property name="active">0</property>
318
 
                            <child internal-child="accessible">
319
 
                              <object class="AtkObject" id="muxercombobox-atkobject">
320
 
                                <property name="AtkObject::accessible-name" translatable="yes">Container format</property>
321
 
                              </object>
322
 
                            </child>
323
 
                            <signal name="changed" handler="_muxerComboChangedCb" swapped="no"/>
324
 
                            <child>
325
 
                              <object class="GtkCellRendererText" id="renderer1"/>
326
 
                              <attributes>
327
 
                                <attribute name="text">0</attribute>
328
 
                              </attributes>
329
 
                            </child>
330
 
                          </object>
331
 
                          <packing>
332
 
                            <property name="left_attach">1</property>
333
 
                            <property name="right_attach">2</property>
334
 
                            <property name="top_attach">2</property>
335
 
                            <property name="bottom_attach">3</property>
336
 
                          </packing>
337
 
                        </child>
338
 
                        <child>
339
 
                          <object class="GtkLabel" id="label2">
340
 
                            <property name="visible">True</property>
341
 
                            <property name="can_focus">False</property>
342
 
                            <property name="xalign">0</property>
343
 
                            <property name="label" translatable="yes">Container format:</property>
344
 
                            <accessibility>
345
 
                              <relation type="label-for" target="muxercombobox"/>
346
 
                            </accessibility>
347
 
                          </object>
348
 
                          <packing>
349
 
                            <property name="top_attach">2</property>
350
 
                            <property name="bottom_attach">3</property>
351
 
                          </packing>
352
 
                        </child>
353
 
                        <child>
354
 
                          <object class="GtkLabel" id="label1">
355
 
                            <property name="visible">True</property>
356
 
                            <property name="can_focus">False</property>
357
 
                            <property name="xalign">0</property>
358
 
                            <property name="label" translatable="yes">Folder:</property>
359
 
                            <accessibility>
360
 
                              <relation type="label-for" target="filebutton"/>
361
 
                            </accessibility>
362
 
                          </object>
363
 
                        </child>
364
 
                        <child>
365
 
                          <object class="GtkLabel" id="label5">
366
 
                            <property name="visible">True</property>
367
 
                            <property name="can_focus">False</property>
368
 
                            <property name="xalign">0</property>
369
 
                            <property name="label" translatable="yes">File name:</property>
370
 
                            <accessibility>
371
 
                              <relation type="label-for" target="fileentry"/>
372
 
                            </accessibility>
373
 
                          </object>
374
 
                          <packing>
375
 
                            <property name="top_attach">1</property>
376
 
                            <property name="bottom_attach">2</property>
377
 
                          </packing>
378
 
                        </child>
379
 
                        <child>
380
 
                          <object class="GtkEntry" id="fileentry">
381
 
                            <property name="visible">True</property>
382
 
                            <property name="can_focus">True</property>
383
 
                            <property name="invisible_char">●</property>
384
 
                            <property name="invisible_char_set">True</property>
385
 
                            <property name="primary_icon_activatable">False</property>
386
 
                            <property name="secondary_icon_activatable">False</property>
387
 
                            <property name="primary_icon_sensitive">True</property>
388
 
                            <property name="secondary_icon_sensitive">True</property>
389
 
                            <child internal-child="accessible">
390
 
                              <object class="AtkObject" id="fileentry-atkobject">
391
 
                                <property name="AtkObject::accessible-name" translatable="yes">File name</property>
392
 
                              </object>
393
 
                            </child>
394
 
                            <signal name="changed" handler="_checkForExistingFile" swapped="no"/>
395
 
                          </object>
396
 
                          <packing>
397
 
                            <property name="left_attach">1</property>
398
 
                            <property name="right_attach">2</property>
399
 
                            <property name="top_attach">1</property>
400
 
                            <property name="bottom_attach">2</property>
401
 
                          </packing>
402
 
                        </child>
403
 
                      </object>
404
 
                      <packing>
405
 
                        <property name="expand">False</property>
406
 
                        <property name="fill">True</property>
407
 
                        <property name="position">0</property>
408
 
                      </packing>
409
 
                    </child>
410
 
                    <child>
411
 
                      <object class="GtkCheckButton" id="selected_only_button">
412
 
                        <property name="label" translatable="yes">Render only the selected clips</property>
413
 
                        <property name="visible">True</property>
414
 
                        <property name="can_focus">True</property>
415
 
                        <property name="receives_default">False</property>
416
 
                        <property name="use_action_appearance">False</property>
417
 
                        <property name="draw_indicator">True</property>
418
 
                      </object>
419
 
                      <packing>
420
 
                        <property name="expand">False</property>
421
 
                        <property name="fill">True</property>
422
 
                        <property name="position">1</property>
423
 
                      </packing>
424
 
                    </child>
425
 
                    <child>
426
 
                      <object class="GtkCheckButton" id="draft_button">
427
 
                        <property name="label" translatable="yes">Draft (no special effects, single pass)</property>
428
 
                        <property name="can_focus">True</property>
429
 
                        <property name="receives_default">False</property>
430
 
                        <property name="use_action_appearance">False</property>
431
 
                        <property name="draw_indicator">True</property>
432
 
                      </object>
433
 
                      <packing>
434
 
                        <property name="expand">False</property>
435
 
                        <property name="fill">True</property>
436
 
                        <property name="position">2</property>
437
 
                      </packing>
438
 
                    </child>
439
 
                  </object>
440
 
                </child>
441
 
                <child type="tab">
442
 
                  <object class="GtkLabel" id="label12">
443
 
                    <property name="visible">True</property>
444
 
                    <property name="can_focus">False</property>
445
 
                    <property name="label" translatable="yes">General</property>
446
 
                  </object>
447
 
                  <packing>
448
 
                    <property name="tab_fill">False</property>
449
 
                  </packing>
450
 
                </child>
451
 
                <child>
452
 
                  <object class="GtkVBox" id="vbox2">
453
 
                    <property name="visible">True</property>
454
 
                    <property name="can_focus">False</property>
455
 
                    <property name="border_width">12</property>
456
 
                    <property name="spacing">6</property>
457
 
                    <child>
458
 
                      <object class="GtkTable" id="table3">
459
 
                        <property name="visible">True</property>
460
 
                        <property name="can_focus">False</property>
461
 
                        <property name="n_rows">3</property>
462
 
                        <property name="n_columns">2</property>
463
 
                        <property name="column_spacing">6</property>
464
 
                        <property name="row_spacing">6</property>
465
 
                        <child>
466
 
                          <object class="GtkHBox" id="hbox5">
467
 
                            <property name="visible">True</property>
468
 
                            <property name="can_focus">False</property>
469
 
                            <property name="spacing">6</property>
470
 
                            <child>
471
 
                              <object class="GtkComboBox" id="video_encoder_combo">
472
 
                                <property name="visible">True</property>
473
 
                                <property name="can_focus">False</property>
474
 
                                <property name="model">model2</property>
475
 
                                <signal name="changed" handler="_videoEncoderComboChangedCb" swapped="no"/>
476
 
                                <child>
477
 
                                  <object class="GtkCellRendererText" id="renderer2"/>
478
 
                                  <attributes>
479
 
                                    <attribute name="text">0</attribute>
480
 
                                  </attributes>
481
 
                                </child>
482
 
                              </object>
483
 
                              <packing>
484
 
                                <property name="expand">True</property>
485
 
                                <property name="fill">True</property>
486
 
                                <property name="position">0</property>
487
 
                              </packing>
488
 
                            </child>
489
 
                            <child>
490
 
                              <object class="GtkButton" id="video_settings_button">
491
 
                                <property name="label" translatable="yes">Advanced...</property>
492
 
                                <property name="visible">True</property>
493
 
                                <property name="can_focus">True</property>
494
 
                                <property name="receives_default">True</property>
495
 
                                <property name="use_action_appearance">False</property>
496
 
                                <signal name="clicked" handler="_videoSettingsButtonClickedCb" swapped="no"/>
497
 
                              </object>
498
 
                              <packing>
499
 
                                <property name="expand">False</property>
500
 
                                <property name="fill">True</property>
501
 
                                <property name="position">1</property>
502
 
                              </packing>
503
 
                            </child>
504
 
                          </object>
505
 
                          <packing>
506
 
                            <property name="left_attach">1</property>
507
 
                            <property name="right_attach">2</property>
508
 
                            <property name="top_attach">2</property>
509
 
                            <property name="bottom_attach">3</property>
510
 
                          </packing>
511
 
                        </child>
512
 
                        <child>
513
 
                          <object class="GtkLabel" id="label16">
514
 
                            <property name="visible">True</property>
515
 
                            <property name="can_focus">False</property>
516
 
                            <property name="xalign">0</property>
517
 
                            <property name="label" translatable="yes">Codec:</property>
518
 
                          </object>
519
 
                          <packing>
520
 
                            <property name="top_attach">2</property>
521
 
                            <property name="bottom_attach">3</property>
522
 
                            <property name="x_options">GTK_FILL</property>
523
 
                          </packing>
524
 
                        </child>
525
 
                        <child>
526
 
                          <object class="GtkComboBox" id="frame_rate_combo">
527
 
                            <property name="visible">True</property>
528
 
                            <property name="can_focus">False</property>
529
 
                            <property name="model">model3</property>
530
 
                            <child internal-child="accessible">
531
 
                              <object class="AtkObject" id="frame_rate_combo-atkobject">
532
 
                                <property name="AtkObject::accessible-name" translatable="yes">Framerate</property>
533
 
                              </object>
534
 
                            </child>
535
 
                            <signal name="changed" handler="_frameRateComboChangedCb" swapped="no"/>
536
 
                            <child>
537
 
                              <object class="GtkCellRendererText" id="renderer3"/>
538
 
                              <attributes>
539
 
                                <attribute name="text">0</attribute>
540
 
                              </attributes>
541
 
                            </child>
542
 
                          </object>
543
 
                          <packing>
544
 
                            <property name="left_attach">1</property>
545
 
                            <property name="right_attach">2</property>
546
 
                            <property name="top_attach">1</property>
547
 
                            <property name="bottom_attach">2</property>
548
 
                          </packing>
549
 
                        </child>
550
 
                        <child>
551
 
                          <object class="GtkHBox" id="hbox3">
552
 
                            <property name="visible">True</property>
553
 
                            <property name="can_focus">False</property>
554
 
                            <property name="spacing">6</property>
555
 
                            <child>
556
 
                              <object class="GtkSpinButton" id="scale_spinbutton">
557
 
                                <property name="visible">True</property>
558
 
                                <property name="can_focus">True</property>
559
 
                                <property name="invisible_char">•</property>
560
 
                                <property name="primary_icon_activatable">False</property>
561
 
                                <property name="secondary_icon_activatable">False</property>
562
 
                                <property name="primary_icon_sensitive">True</property>
563
 
                                <property name="secondary_icon_sensitive">True</property>
564
 
                                <property name="adjustment">adjustment1</property>
565
 
                                <property name="digits">1</property>
566
 
                                <property name="numeric">True</property>
567
 
                                <child internal-child="accessible">
568
 
                                  <object class="AtkObject" id="scale_spinbutton-atkobject">
569
 
                                    <property name="AtkObject::accessible-name" translatable="yes">Scale</property>
570
 
                                  </object>
571
 
                                </child>
572
 
                                <signal name="value-changed" handler="_scaleSpinbuttonChangedCb" swapped="no"/>
573
 
                              </object>
574
 
                              <packing>
575
 
                                <property name="expand">False</property>
576
 
                                <property name="fill">False</property>
577
 
                                <property name="position">0</property>
578
 
                              </packing>
579
 
                            </child>
580
 
                            <child>
581
 
                              <object class="GtkLabel" id="resolution_label">
582
 
                                <property name="visible">True</property>
583
 
                                <property name="can_focus">False</property>
584
 
                                <property name="label" translatable="yes">1000 x 1000</property>
585
 
                                <property name="width_chars">12</property>
586
 
                                <child internal-child="accessible">
587
 
                                  <object class="AtkObject" id="resolution_label-atkobject">
588
 
                                    <property name="AtkObject::accessible-name" translatable="yes">Height</property>
589
 
                                  </object>
590
 
                                </child>
591
 
                              </object>
592
 
                              <packing>
593
 
                                <property name="expand">False</property>
594
 
                                <property name="fill">True</property>
595
 
                                <property name="position">1</property>
596
 
                              </packing>
597
 
                            </child>
598
 
                            <child>
599
 
                              <object class="GtkButton" id="project_settings_button">
600
 
                                <property name="label" translatable="yes">Edit Project Settings...</property>
601
 
                                <property name="visible">True</property>
602
 
                                <property name="can_focus">True</property>
603
 
                                <property name="receives_default">True</property>
604
 
                                <property name="use_action_appearance">False</property>
605
 
                                <signal name="clicked" handler="_projectSettingsButtonClickedCb" swapped="no"/>
606
 
                              </object>
607
 
                              <packing>
608
 
                                <property name="expand">False</property>
609
 
                                <property name="fill">True</property>
610
 
                                <property name="pack_type">end</property>
611
 
                                <property name="position">2</property>
612
 
                              </packing>
613
 
                            </child>
614
 
                          </object>
615
 
                          <packing>
616
 
                            <property name="left_attach">1</property>
617
 
                            <property name="right_attach">2</property>
618
 
                          </packing>
619
 
                        </child>
620
 
                        <child>
621
 
                          <object class="GtkLabel" id="label17">
622
 
                            <property name="visible">True</property>
623
 
                            <property name="can_focus">False</property>
624
 
                            <property name="xalign">0</property>
625
 
                            <property name="label" translatable="yes">Frame rate:</property>
626
 
                          </object>
627
 
                          <packing>
628
 
                            <property name="top_attach">1</property>
629
 
                            <property name="bottom_attach">2</property>
630
 
                            <property name="x_options">GTK_FILL</property>
631
 
                          </packing>
632
 
                        </child>
633
 
                        <child>
634
 
                          <object class="GtkLabel" id="label3">
635
 
                            <property name="visible">True</property>
636
 
                            <property name="can_focus">False</property>
637
 
                            <property name="xalign">0</property>
638
 
                            <property name="label" translatable="yes">Scale:</property>
639
 
                          </object>
640
 
                          <packing>
641
 
                            <property name="x_options">GTK_FILL</property>
642
 
                          </packing>
643
 
                        </child>
644
 
                      </object>
645
 
                      <packing>
646
 
                        <property name="expand">False</property>
647
 
                        <property name="fill">True</property>
648
 
                        <property name="position">0</property>
649
 
                      </packing>
650
 
                    </child>
651
 
                  </object>
652
 
                  <packing>
653
 
                    <property name="position">1</property>
654
 
                  </packing>
655
 
                </child>
656
 
                <child type="tab">
657
 
                  <object class="GtkLabel" id="label13">
658
 
                    <property name="visible">True</property>
659
 
                    <property name="can_focus">False</property>
660
 
                    <property name="label" translatable="yes">Video</property>
661
 
                  </object>
662
 
                  <packing>
663
 
                    <property name="position">1</property>
664
 
                    <property name="tab_fill">False</property>
665
 
                  </packing>
666
 
                </child>
667
 
                <child>
668
 
                  <object class="GtkVBox" id="vbox3">
669
 
                    <property name="visible">True</property>
670
 
                    <property name="can_focus">False</property>
671
 
                    <property name="border_width">12</property>
672
 
                    <property name="spacing">6</property>
673
 
                    <child>
674
 
                      <object class="GtkTable" id="table4">
675
 
                        <property name="visible">True</property>
676
 
                        <property name="can_focus">False</property>
677
 
                        <property name="n_rows">4</property>
678
 
                        <property name="n_columns">2</property>
679
 
                        <property name="column_spacing">6</property>
680
 
                        <property name="row_spacing">6</property>
681
 
                        <child>
682
 
                          <object class="GtkHBox" id="hbox4">
683
 
                            <property name="visible">True</property>
684
 
                            <property name="can_focus">False</property>
685
 
                            <property name="spacing">6</property>
686
 
                            <child>
687
 
                              <object class="GtkComboBox" id="audio_encoder_combo">
688
 
                                <property name="visible">True</property>
689
 
                                <property name="can_focus">False</property>
690
 
                                <property name="model">model4</property>
691
 
                                <signal name="changed" handler="_audioEncoderChangedComboCb" swapped="no"/>
692
 
                                <child>
693
 
                                  <object class="GtkCellRendererText" id="renderer4"/>
694
 
                                  <attributes>
695
 
                                    <attribute name="text">0</attribute>
696
 
                                  </attributes>
697
 
                                </child>
698
 
                              </object>
699
 
                              <packing>
700
 
                                <property name="expand">True</property>
701
 
                                <property name="fill">True</property>
702
 
                                <property name="position">0</property>
703
 
                              </packing>
704
 
                            </child>
705
 
                            <child>
706
 
                              <object class="GtkButton" id="audio_settings_button">
707
 
                                <property name="label" translatable="yes">Advanced...</property>
708
 
                                <property name="visible">True</property>
709
 
                                <property name="can_focus">True</property>
710
 
                                <property name="receives_default">True</property>
711
 
                                <property name="use_action_appearance">False</property>
712
 
                                <signal name="clicked" handler="_audioSettingsButtonClickedCb" swapped="no"/>
713
 
                              </object>
714
 
                              <packing>
715
 
                                <property name="expand">False</property>
716
 
                                <property name="fill">False</property>
717
 
                                <property name="position">1</property>
718
 
                              </packing>
719
 
                            </child>
720
 
                          </object>
721
 
                          <packing>
722
 
                            <property name="left_attach">1</property>
723
 
                            <property name="right_attach">2</property>
724
 
                            <property name="top_attach">3</property>
725
 
                            <property name="bottom_attach">4</property>
726
 
                          </packing>
727
 
                        </child>
728
 
                        <child>
729
 
                          <object class="GtkLabel" id="label21">
730
 
                            <property name="visible">True</property>
731
 
                            <property name="can_focus">False</property>
732
 
                            <property name="xalign">0</property>
733
 
                            <property name="label" translatable="yes">Codec:</property>
734
 
                          </object>
735
 
                          <packing>
736
 
                            <property name="top_attach">3</property>
737
 
                            <property name="bottom_attach">4</property>
738
 
                            <property name="x_options">GTK_FILL</property>
739
 
                          </packing>
740
 
                        </child>
741
 
                        <child>
742
 
                          <object class="GtkComboBox" id="channels_combo">
743
 
                            <property name="visible">True</property>
744
 
                            <property name="can_focus">False</property>
745
 
                            <property name="model">model5</property>
746
 
                            <signal name="changed" handler="_channelsComboChangedCb" swapped="no"/>
747
 
                            <child>
748
 
                              <object class="GtkCellRendererText" id="renderer5"/>
749
 
                              <attributes>
750
 
                                <attribute name="text">0</attribute>
751
 
                              </attributes>
752
 
                            </child>
753
 
                          </object>
754
 
                          <packing>
755
 
                            <property name="left_attach">1</property>
756
 
                            <property name="right_attach">2</property>
757
 
                          </packing>
758
 
                        </child>
759
 
                        <child>
760
 
                          <object class="GtkLabel" id="label23">
761
 
                            <property name="visible">True</property>
762
 
                            <property name="can_focus">False</property>
763
 
                            <property name="xalign">0</property>
764
 
                            <property name="label" translatable="yes">Number of channels:</property>
765
 
                          </object>
766
 
                          <packing>
767
 
                            <property name="x_options">GTK_FILL</property>
768
 
                          </packing>
769
 
                        </child>
770
 
                        <child>
771
 
                          <object class="GtkLabel" id="label4">
772
 
                            <property name="visible">True</property>
773
 
                            <property name="can_focus">False</property>
774
 
                            <property name="xalign">0</property>
775
 
                            <property name="label" translatable="yes">Sample Rate:</property>
776
 
                          </object>
777
 
                          <packing>
778
 
                            <property name="top_attach">1</property>
779
 
                            <property name="bottom_attach">2</property>
780
 
                            <property name="x_options">GTK_FILL</property>
781
 
                          </packing>
782
 
                        </child>
783
 
                        <child>
784
 
                          <object class="GtkLabel" id="label6">
785
 
                            <property name="visible">True</property>
786
 
                            <property name="can_focus">False</property>
787
 
                            <property name="xalign">0</property>
788
 
                            <property name="label" translatable="yes">Sample Depth:</property>
789
 
                          </object>
790
 
                          <packing>
791
 
                            <property name="top_attach">2</property>
792
 
                            <property name="bottom_attach">3</property>
793
 
                            <property name="x_options">GTK_FILL</property>
794
 
                          </packing>
795
 
                        </child>
796
 
                        <child>
797
 
                          <object class="GtkComboBox" id="sample_rate_combo">
798
 
                            <property name="visible">True</property>
799
 
                            <property name="can_focus">False</property>
800
 
                            <property name="model">model5</property>
801
 
                            <child>
802
 
                              <object class="GtkCellRendererText" id="renderer6"/>
803
 
                              <attributes>
804
 
                                <attribute name="text">0</attribute>
805
 
                              </attributes>
806
 
                            </child>
807
 
                          </object>
808
 
                          <packing>
809
 
                            <property name="left_attach">1</property>
810
 
                            <property name="right_attach">2</property>
811
 
                            <property name="top_attach">1</property>
812
 
                            <property name="bottom_attach">2</property>
813
 
                          </packing>
814
 
                        </child>
815
 
                        <child>
816
 
                          <object class="GtkComboBox" id="sample_depth_combo">
817
 
                            <property name="visible">True</property>
818
 
                            <property name="can_focus">False</property>
819
 
                            <property name="model">model5</property>
820
 
                            <child>
821
 
                              <object class="GtkCellRendererText" id="renderer7"/>
822
 
                              <attributes>
823
 
                                <attribute name="text">0</attribute>
824
 
                              </attributes>
825
 
                            </child>
826
 
                          </object>
827
 
                          <packing>
828
 
                            <property name="left_attach">1</property>
829
 
                            <property name="right_attach">2</property>
830
 
                            <property name="top_attach">2</property>
831
 
                            <property name="bottom_attach">3</property>
832
 
                          </packing>
833
 
                        </child>
834
 
                      </object>
835
 
                      <packing>
836
 
                        <property name="expand">False</property>
837
 
                        <property name="fill">True</property>
838
 
                        <property name="position">0</property>
839
 
                      </packing>
840
 
                    </child>
841
 
                  </object>
842
 
                  <packing>
843
 
                    <property name="position">2</property>
844
 
                  </packing>
845
 
                </child>
846
 
                <child type="tab">
847
 
                  <object class="GtkLabel" id="label14">
848
 
                    <property name="visible">True</property>
849
 
                    <property name="can_focus">False</property>
850
 
                    <property name="label" translatable="yes">Audio</property>
851
 
                  </object>
852
 
                  <packing>
853
 
                    <property name="position">2</property>
854
 
                    <property name="tab_fill">False</property>
855
 
                  </packing>
856
 
                </child>
857
 
              </object>
858
 
              <packing>
859
 
                <property name="expand">False</property>
860
 
                <property name="fill">True</property>
861
 
                <property name="position">1</property>
862
 
              </packing>
863
 
            </child>
864
 
          </object>
865
 
          <packing>
866
 
            <property name="expand">True</property>
867
 
            <property name="fill">True</property>
868
 
            <property name="position">1</property>
869
 
          </packing>
870
 
        </child>
871
 
      </object>
872
 
    </child>
873
 
    <action-widgets>
874
 
      <action-widget response="0">closebutton</action-widget>
875
 
      <action-widget response="0">recordbutton</action-widget>
876
 
    </action-widgets>
877
 
  </object>
878
 
</interface>