OSDN Git Service

Happy new year 2015 !!!
[x264-launcher/x264-launcher.git] / gui / win_addJob.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AddJobDialog</class>
4  <widget class="QDialog" name="AddJobDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>557</width>
10     <height>611</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Add Job</string>
15   </property>
16   <property name="modal">
17    <bool>true</bool>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout">
20    <item>
21     <widget class="QGroupBox" name="groupBox">
22      <property name="sizePolicy">
23       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
24        <horstretch>0</horstretch>
25        <verstretch>0</verstretch>
26       </sizepolicy>
27      </property>
28      <property name="title">
29       <string> Input / Output </string>
30      </property>
31      <layout class="QVBoxLayout" name="verticalLayout_2">
32       <property name="spacing">
33        <number>3</number>
34       </property>
35       <property name="topMargin">
36        <number>3</number>
37       </property>
38       <item>
39        <layout class="QVBoxLayout" name="verticalLayout_14">
40         <property name="spacing">
41          <number>1</number>
42         </property>
43         <item>
44          <widget class="QLabel" name="labelSource">
45           <property name="toolTip">
46            <string>Select the source video file. This can be an Avisynth/VapourSynth script or any type of video file supported by FFmpegSource2 (libavformat).</string>
47           </property>
48           <property name="text">
49            <string>Source Media/Avisynth/VapourSynth File:</string>
50           </property>
51          </widget>
52         </item>
53         <item>
54          <layout class="QHBoxLayout" name="horizontalLayout_5">
55           <item>
56            <widget class="QLineEdit" name="editSource">
57             <property name="toolTip">
58              <string>Select the source video file. This can be an Avisynth or VapourSynth script. Alternatively, you can select any type of video file supported &quot;natively&quot; by the selected encoder.</string>
59             </property>
60             <property name="readOnly">
61              <bool>true</bool>
62             </property>
63            </widget>
64           </item>
65           <item>
66            <widget class="QPushButton" name="buttonBrowseSource">
67             <property name="maximumSize">
68              <size>
69               <width>45</width>
70               <height>16777215</height>
71              </size>
72             </property>
73             <property name="text">
74              <string>...</string>
75             </property>
76            </widget>
77           </item>
78          </layout>
79         </item>
80        </layout>
81       </item>
82       <item>
83        <layout class="QVBoxLayout" name="verticalLayout_5">
84         <property name="spacing">
85          <number>1</number>
86         </property>
87         <item>
88          <widget class="QLabel" name="labelOutput">
89           <property name="toolTip">
90            <string>Select the output H.264/AVC file. This can be a Matroska (MKV,) MPEG-4 Part-14 (MP4) or &quot;raw&quot; H.264 file.</string>
91           </property>
92           <property name="text">
93            <string>Output H.264/HEVC/MP4/MKV File:</string>
94           </property>
95          </widget>
96         </item>
97         <item>
98          <layout class="QHBoxLayout" name="horizontalLayout_6">
99           <item>
100            <widget class="QLineEdit" name="editOutput">
101             <property name="toolTip">
102              <string>Select the output file. This can be a Matroska (MKV), MPEG-4 Part-14 (MP4) or a &quot;raw&quot; stream (H.264/HEVC).</string>
103             </property>
104             <property name="readOnly">
105              <bool>true</bool>
106             </property>
107            </widget>
108           </item>
109           <item>
110            <widget class="QPushButton" name="buttonBrowseOutput">
111             <property name="maximumSize">
112              <size>
113               <width>45</width>
114               <height>16777215</height>
115              </size>
116             </property>
117             <property name="text">
118              <string>...</string>
119             </property>
120            </widget>
121           </item>
122          </layout>
123         </item>
124        </layout>
125       </item>
126      </layout>
127     </widget>
128    </item>
129    <item>
130     <widget class="QGroupBox" name="groupBox_5">
131      <property name="title">
132       <string> Configuration </string>
133      </property>
134      <layout class="QVBoxLayout" name="verticalLayout_15">
135       <property name="topMargin">
136        <number>3</number>
137       </property>
138       <item>
139        <layout class="QHBoxLayout" name="horizontalLayout_7">
140         <item>
141          <widget class="QLabel" name="labelTemplate">
142           <property name="toolTip">
143            <string>Here you can load a user-defined template that you have saved before. Use the &quot;Save As&quot; button to save your current configuration to a new template.</string>
144           </property>
145           <property name="text">
146            <string>Template:</string>
147           </property>
148          </widget>
149         </item>
150         <item>
151          <widget class="QComboBox" name="cbxTemplate">
152           <property name="sizePolicy">
153            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
154             <horstretch>0</horstretch>
155             <verstretch>0</verstretch>
156            </sizepolicy>
157           </property>
158           <property name="minimumSize">
159            <size>
160             <width>256</width>
161             <height>0</height>
162            </size>
163           </property>
164           <property name="toolTip">
165            <string>Here you can load a &lt;i&gt;user-defined&lt;/i&gt; template that you have saved before. Use the &quot;Save As&quot; button to save your current configuration to a new template.</string>
166           </property>
167           <property name="currentIndex">
168            <number>-1</number>
169           </property>
170          </widget>
171         </item>
172         <item>
173          <spacer name="horizontalSpacer_9">
174           <property name="orientation">
175            <enum>Qt::Horizontal</enum>
176           </property>
177           <property name="sizeType">
178            <enum>QSizePolicy::Fixed</enum>
179           </property>
180           <property name="sizeHint" stdset="0">
181            <size>
182             <width>8</width>
183             <height>20</height>
184            </size>
185           </property>
186          </spacer>
187         </item>
188         <item>
189          <widget class="QPushButton" name="buttonSaveTemplate">
190           <property name="text">
191            <string>Save As...</string>
192           </property>
193           <property name="icon">
194            <iconset resource="../res/resources.qrc">
195             <normaloff>:/buttons/disk.png</normaloff>:/buttons/disk.png</iconset>
196           </property>
197          </widget>
198         </item>
199         <item>
200          <widget class="QPushButton" name="buttonDeleteTemplate">
201           <property name="text">
202            <string>Delete</string>
203           </property>
204           <property name="icon">
205            <iconset resource="../res/resources.qrc">
206             <normaloff>:/buttons/cross.png</normaloff>:/buttons/cross.png</iconset>
207           </property>
208          </widget>
209         </item>
210         <item>
211          <spacer name="horizontalSpacer_8">
212           <property name="orientation">
213            <enum>Qt::Horizontal</enum>
214           </property>
215           <property name="sizeHint" stdset="0">
216            <size>
217             <width>10</width>
218             <height>20</height>
219            </size>
220           </property>
221          </spacer>
222         </item>
223        </layout>
224       </item>
225       <item>
226        <widget class="QGroupBox" name="groupBox_6">
227         <property name="title">
228          <string> Encoder Selection </string>
229         </property>
230         <layout class="QHBoxLayout" name="horizontalLayout_10">
231          <property name="topMargin">
232           <number>3</number>
233          </property>
234          <item>
235           <layout class="QHBoxLayout" name="horizontalLayout_9">
236            <item>
237             <layout class="QVBoxLayout" name="verticalLayout_16">
238              <property name="spacing">
239               <number>2</number>
240              </property>
241              <item>
242               <widget class="QLabel" name="labelEncoderType">
243                <property name="text">
244                 <string>Encoder:</string>
245                </property>
246               </widget>
247              </item>
248              <item>
249               <widget class="QComboBox" name="cbxEncoderType">
250                <property name="toolTip">
251                 <string>Choose the &lt;b&gt;encoder&lt;/b&gt; to be used (e.g. x264 vs. x265). This also decides which output &lt;i&gt;format&lt;/i&gt; you will get (e.g. H.264 vs. HEVC).</string>
252                </property>
253                <property name="currentIndex">
254                 <number>-1</number>
255                </property>
256                <item>
257                 <property name="text">
258                  <string>x264 (AVC)</string>
259                 </property>
260                </item>
261                <item>
262                 <property name="text">
263                  <string>x265 (HEVC)</string>
264                 </property>
265                </item>
266               </widget>
267              </item>
268             </layout>
269            </item>
270            <item>
271             <spacer name="horizontalSpacer_15">
272              <property name="orientation">
273               <enum>Qt::Horizontal</enum>
274              </property>
275              <property name="sizeType">
276               <enum>QSizePolicy::Fixed</enum>
277              </property>
278              <property name="sizeHint" stdset="0">
279               <size>
280                <width>16</width>
281                <height>20</height>
282               </size>
283              </property>
284             </spacer>
285            </item>
286            <item>
287             <layout class="QVBoxLayout" name="verticalLayout_18">
288              <property name="spacing">
289               <number>2</number>
290              </property>
291              <item>
292               <widget class="QLabel" name="labelEncoderArch">
293                <property name="text">
294                 <string>Architecture:</string>
295                </property>
296               </widget>
297              </item>
298              <item>
299               <widget class="QComboBox" name="cbxEncoderArch">
300                <property name="toolTip">
301                 <string>Choose the &lt;b&gt;architecture&lt;/b&gt; of the encoder (e.g. 32-Bit vs. 64-Bit). Generally the &quot;native&quot; architecture of your system should give the best performance.</string>
302                </property>
303                <property name="currentIndex">
304                 <number>-1</number>
305                </property>
306                <item>
307                 <property name="text">
308                  <string>32-Bit (x86)</string>
309                 </property>
310                </item>
311                <item>
312                 <property name="text">
313                  <string>64-Bit (x86_64)</string>
314                 </property>
315                </item>
316               </widget>
317              </item>
318             </layout>
319            </item>
320            <item>
321             <spacer name="horizontalSpacer_16">
322              <property name="orientation">
323               <enum>Qt::Horizontal</enum>
324              </property>
325              <property name="sizeType">
326               <enum>QSizePolicy::Fixed</enum>
327              </property>
328              <property name="sizeHint" stdset="0">
329               <size>
330                <width>16</width>
331                <height>20</height>
332               </size>
333              </property>
334             </spacer>
335            </item>
336            <item>
337             <layout class="QVBoxLayout" name="verticalLayout_17">
338              <property name="spacing">
339               <number>2</number>
340              </property>
341              <item>
342               <widget class="QLabel" name="labelEncoderVariant">
343                <property name="text">
344                 <string>Variant:</string>
345                </property>
346               </widget>
347              </item>
348              <item>
349               <widget class="QComboBox" name="cbxEncoderVariant">
350                <property name="toolTip">
351                 <string>Choose the &lt;b&gt;variant&lt;/b&gt; of the encoder (e.g. 8-Bit vs. 10-Bit). If you don't know which variant you need, stick with the &lt;i&gt;default&lt;/i&gt; one!</string>
352                </property>
353                <property name="currentIndex">
354                 <number>-1</number>
355                </property>
356                <item>
357                 <property name="text">
358                  <string>8-Bit</string>
359                 </property>
360                </item>
361                <item>
362                 <property name="text">
363                  <string>10-Bit</string>
364                 </property>
365                </item>
366               </widget>
367              </item>
368             </layout>
369            </item>
370           </layout>
371          </item>
372         </layout>
373        </widget>
374       </item>
375       <item>
376        <widget class="QGroupBox" name="groupBox_2">
377         <property name="sizePolicy">
378          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
379           <horstretch>0</horstretch>
380           <verstretch>0</verstretch>
381          </sizepolicy>
382         </property>
383         <property name="title">
384          <string> Rate Control </string>
385         </property>
386         <layout class="QVBoxLayout" name="verticalLayout_3">
387          <property name="topMargin">
388           <number>3</number>
389          </property>
390          <item>
391           <spacer name="verticalSpacer_4">
392            <property name="orientation">
393             <enum>Qt::Vertical</enum>
394            </property>
395            <property name="sizeHint" stdset="0">
396             <size>
397              <width>20</width>
398              <height>0</height>
399             </size>
400            </property>
401           </spacer>
402          </item>
403          <item>
404           <layout class="QHBoxLayout" name="horizontalLayout_2">
405            <item>
406             <layout class="QVBoxLayout" name="verticalLayout_4">
407              <property name="spacing">
408               <number>2</number>
409              </property>
410              <item>
411               <widget class="QLabel" name="labelRCMode">
412                <property name="toolTip">
413                 <string>Select the x264 rate-control mode. Use 'CRF' mode to hit a specific level of quality or use '2-Pass' mode to hit a specific file size.</string>
414                </property>
415                <property name="text">
416                 <string>Mode:</string>
417                </property>
418               </widget>
419              </item>
420              <item>
421               <widget class="QComboBox" name="cbxRateControlMode">
422                <property name="toolTip">
423                 <string>Select the &lt;b&gt;rate-control&lt;/b&gt; mode. Use &lt;i&gt;CRF&lt;/i&gt; mode in order to hit a specific level of quality. Or use &lt;i&gt;2-Pass&lt;/i&gt; mode in order to hit a specific file size.</string>
424                </property>
425                <property name="currentIndex">
426                 <number>-1</number>
427                </property>
428                <item>
429                 <property name="text">
430                  <string>CRF</string>
431                 </property>
432                </item>
433                <item>
434                 <property name="text">
435                  <string>CQ</string>
436                 </property>
437                </item>
438                <item>
439                 <property name="text">
440                  <string>2-Pass</string>
441                 </property>
442                </item>
443                <item>
444                 <property name="text">
445                  <string>ABR</string>
446                 </property>
447                </item>
448               </widget>
449              </item>
450             </layout>
451            </item>
452            <item>
453             <spacer name="horizontalSpacer_2">
454              <property name="orientation">
455               <enum>Qt::Horizontal</enum>
456              </property>
457              <property name="sizeType">
458               <enum>QSizePolicy::Fixed</enum>
459              </property>
460              <property name="sizeHint" stdset="0">
461               <size>
462                <width>16</width>
463                <height>0</height>
464               </size>
465              </property>
466             </spacer>
467            </item>
468            <item>
469             <layout class="QVBoxLayout" name="verticalLayout_7">
470              <property name="spacing">
471               <number>2</number>
472              </property>
473              <item>
474               <widget class="QLabel" name="labelQuantizer">
475                <property name="toolTip">
476                 <string>Select the quantizer or CRF value. Smaller value means better quality, but bigger file. Higher value means smaller file, but lower quality. A value of '0' triggers lossless mode.</string>
477                </property>
478                <property name="text">
479                 <string>Quantizer/CRF:</string>
480                </property>
481               </widget>
482              </item>
483              <item>
484               <widget class="QDoubleSpinBox" name="spinQuantizer">
485                <property name="toolTip">
486                 <string>Select the &lt;b&gt;quantizer&lt;/b&gt; or the &lt;b&gt;CRF&lt;/b&gt; value. Smaller values result in better quality, at the cost of increased file size. Higher values result in smaller files, at the cost of reduced quality. A value of &lt;b&gt;0&lt;/b&gt; triggers &lt;i&gt;lossless&lt;/i&gt; mode.</string>
487                </property>
488                <property name="decimals">
489                 <number>1</number>
490                </property>
491                <property name="maximum">
492                 <double>52.000000000000000</double>
493                </property>
494                <property name="value">
495                 <double>22.000000000000000</double>
496                </property>
497               </widget>
498              </item>
499             </layout>
500            </item>
501            <item>
502             <spacer name="horizontalSpacer_3">
503              <property name="orientation">
504               <enum>Qt::Horizontal</enum>
505              </property>
506              <property name="sizeType">
507               <enum>QSizePolicy::Fixed</enum>
508              </property>
509              <property name="sizeHint" stdset="0">
510               <size>
511                <width>16</width>
512                <height>0</height>
513               </size>
514              </property>
515             </spacer>
516            </item>
517            <item>
518             <layout class="QVBoxLayout" name="verticalLayout_6">
519              <property name="spacing">
520               <number>2</number>
521              </property>
522              <item>
523               <widget class="QLabel" name="labelBitrate">
524                <property name="toolTip">
525                 <string>Select the target average(!) bitrate, in kilobit/sec. Higher value means better quality, but bigger file. Lower value means smaller file, but lower quality.</string>
526                </property>
527                <property name="text">
528                 <string>Target Bitrate (kbps):</string>
529                </property>
530               </widget>
531              </item>
532              <item>
533               <widget class="QSpinBox" name="spinBitrate">
534                <property name="toolTip">
535                 <string>Select the target &lt;b&gt;average&lt;/b&gt; bitrate, in kilobit per second (kbps). Higher values result in better quality, at the cost of increased file size. Lower values result in smaller files, at the cost of reduced quality.</string>
536                </property>
537                <property name="minimum">
538                 <number>10</number>
539                </property>
540                <property name="maximum">
541                 <number>800000</number>
542                </property>
543                <property name="value">
544                 <number>100</number>
545                </property>
546               </widget>
547              </item>
548             </layout>
549            </item>
550           </layout>
551          </item>
552          <item>
553           <spacer name="verticalSpacer_5">
554            <property name="orientation">
555             <enum>Qt::Vertical</enum>
556            </property>
557            <property name="sizeHint" stdset="0">
558             <size>
559              <width>20</width>
560              <height>0</height>
561             </size>
562            </property>
563           </spacer>
564          </item>
565         </layout>
566        </widget>
567       </item>
568       <item>
569        <widget class="QGroupBox" name="groupBox_3">
570         <property name="sizePolicy">
571          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
572           <horstretch>0</horstretch>
573           <verstretch>0</verstretch>
574          </sizepolicy>
575         </property>
576         <property name="title">
577          <string> Basic Encoder Options </string>
578         </property>
579         <layout class="QVBoxLayout" name="verticalLayout_8">
580          <property name="topMargin">
581           <number>3</number>
582          </property>
583          <item>
584           <spacer name="verticalSpacer_6">
585            <property name="orientation">
586             <enum>Qt::Vertical</enum>
587            </property>
588            <property name="sizeHint" stdset="0">
589             <size>
590              <width>20</width>
591              <height>0</height>
592             </size>
593            </property>
594           </spacer>
595          </item>
596          <item>
597           <layout class="QHBoxLayout" name="horizontalLayout_3">
598            <item>
599             <layout class="QVBoxLayout" name="verticalLayout_11">
600              <property name="spacing">
601               <number>2</number>
602              </property>
603              <item>
604               <widget class="QLabel" name="labelPreset">
605                <property name="toolTip">
606                 <string>This option controls the &quot;Speed -vs- Quality&quot; trade-off. Use a slower preset to improve the quality at the same bitrate (file size). Use a faster preset to save encoding time, at the cost of reduced quality.</string>
607                </property>
608                <property name="text">
609                 <string>Preset:</string>
610                </property>
611               </widget>
612              </item>
613              <item>
614               <widget class="QComboBox" name="cbxPreset">
615                <property name="toolTip">
616                 <string>This option controls the &quot;Speed -vs- Quality&quot; trade-off of the encoder. Use a &lt;i&gt;slower&lt;/i&gt; Preset in order to improve the quality at the same bitrate (file size), at the cost of increased encoding time. Or use a &lt;i&gt;faster&lt;/i&gt; Preset in order to save encoding time, at the cost of reduced quality.</string>
617                </property>
618                <property name="currentIndex">
619                 <number>-1</number>
620                </property>
621                <item>
622                 <property name="text">
623                  <string>Ultrafast</string>
624                 </property>
625                </item>
626                <item>
627                 <property name="text">
628                  <string>Superfast</string>
629                 </property>
630                </item>
631                <item>
632                 <property name="text">
633                  <string>Veryfast</string>
634                 </property>
635                </item>
636                <item>
637                 <property name="text">
638                  <string>Faster</string>
639                 </property>
640                </item>
641                <item>
642                 <property name="text">
643                  <string>Fast</string>
644                 </property>
645                </item>
646                <item>
647                 <property name="text">
648                  <string>Medium</string>
649                 </property>
650                </item>
651                <item>
652                 <property name="text">
653                  <string>Slow</string>
654                 </property>
655                </item>
656                <item>
657                 <property name="text">
658                  <string>Slower</string>
659                 </property>
660                </item>
661                <item>
662                 <property name="text">
663                  <string>Veryslow</string>
664                 </property>
665                </item>
666                <item>
667                 <property name="text">
668                  <string>Placebo</string>
669                 </property>
670                </item>
671               </widget>
672              </item>
673             </layout>
674            </item>
675            <item>
676             <spacer name="horizontalSpacer_4">
677              <property name="orientation">
678               <enum>Qt::Horizontal</enum>
679              </property>
680              <property name="sizeType">
681               <enum>QSizePolicy::Fixed</enum>
682              </property>
683              <property name="sizeHint" stdset="0">
684               <size>
685                <width>16</width>
686                <height>20</height>
687               </size>
688              </property>
689             </spacer>
690            </item>
691            <item>
692             <layout class="QVBoxLayout" name="verticalLayout_10">
693              <property name="spacing">
694               <number>2</number>
695              </property>
696              <item>
697               <widget class="QLabel" name="labelTuning">
698                <property name="toolTip">
699                 <string>This option tweaks x264 for a specific type of source/content. For real-life footage, CGI and most other stuff, use the &quot;Film&quot; option. For anime/cartoon use the &quot;Animation&quot; option.</string>
700                </property>
701                <property name="text">
702                 <string>Tuning:</string>
703                </property>
704               </widget>
705              </item>
706              <item>
707               <widget class="QComboBox" name="cbxTuning">
708                <property name="toolTip">
709                 <string>This option tweaks the encoder for a specific type of content of for a specific application scenario. Make sure you pick the Tuning that matches your type of source best!</string>
710                </property>
711                <property name="currentIndex">
712                 <number>-1</number>
713                </property>
714               </widget>
715              </item>
716             </layout>
717            </item>
718            <item>
719             <spacer name="horizontalSpacer_5">
720              <property name="orientation">
721               <enum>Qt::Horizontal</enum>
722              </property>
723              <property name="sizeType">
724               <enum>QSizePolicy::Fixed</enum>
725              </property>
726              <property name="sizeHint" stdset="0">
727               <size>
728                <width>16</width>
729                <height>20</height>
730               </size>
731              </property>
732             </spacer>
733            </item>
734            <item>
735             <layout class="QVBoxLayout" name="verticalLayout_9">
736              <property name="spacing">
737               <number>2</number>
738              </property>
739              <item>
740               <widget class="QLabel" name="labelProfile">
741                <property name="toolTip">
742                 <string>This option can be used to enforce the restrictions of a specific H.264/AVC Proifle, though it won't force a higher profile than needed. Use &quot;Auto&quot; for an unrestricted encode.</string>
743                </property>
744                <property name="text">
745                 <string>Profile:</string>
746                </property>
747               </widget>
748              </item>
749              <item>
750               <widget class="QComboBox" name="cbxProfile">
751                <property name="toolTip">
752                 <string>This option can be used to enforce the &lt;i&gt;restrictions&lt;/i&gt; of a specific Profile, but it won't force a higher Profile than what is needed. &lt;i&gt;Unrestricted&lt;/i&gt; mode is recommended, unless you know with certainty that you need to enforce a specific Profile.</string>
753                </property>
754                <property name="currentIndex">
755                 <number>-1</number>
756                </property>
757               </widget>
758              </item>
759             </layout>
760            </item>
761           </layout>
762          </item>
763          <item>
764           <spacer name="verticalSpacer_7">
765            <property name="orientation">
766             <enum>Qt::Vertical</enum>
767            </property>
768            <property name="sizeHint" stdset="0">
769             <size>
770              <width>20</width>
771              <height>0</height>
772             </size>
773            </property>
774           </spacer>
775          </item>
776         </layout>
777        </widget>
778       </item>
779       <item>
780        <widget class="QGroupBox" name="groupBox_4">
781         <property name="sizePolicy">
782          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
783           <horstretch>0</horstretch>
784           <verstretch>0</verstretch>
785          </sizepolicy>
786         </property>
787         <property name="title">
788          <string>Advanced Encoder Options </string>
789         </property>
790         <layout class="QVBoxLayout" name="verticalLayout_13">
791          <property name="topMargin">
792           <number>3</number>
793          </property>
794          <item>
795           <spacer name="verticalSpacer_8">
796            <property name="orientation">
797             <enum>Qt::Vertical</enum>
798            </property>
799            <property name="sizeHint" stdset="0">
800             <size>
801              <width>20</width>
802              <height>0</height>
803             </size>
804            </property>
805           </spacer>
806          </item>
807          <item>
808           <layout class="QVBoxLayout" name="verticalLayout_12">
809            <property name="spacing">
810             <number>0</number>
811            </property>
812            <item>
813             <layout class="QHBoxLayout" name="horizontalLayout_4">
814              <item>
815               <widget class="QLabel" name="label_10">
816                <property name="minimumSize">
817                 <size>
818                  <width>150</width>
819                  <height>0</height>
820                 </size>
821                </property>
822                <property name="toolTip">
823                 <string>&lt;nobr&gt;All command&amp;minus;line parameters you enter here will be passed to x264 unmodified and unchecked. Some parameters are forbidden, as they are reserved for the GUI.&lt;br&gt;The following macros can be used:&lt;tt&gt; $(INPUT)&lt;/tt&gt; expands to the current source file path and&lt;tt&gt; $(OUTPUT)&lt;/tt&gt; expands to the current output file path.&lt;/nobr&gt;</string>
824                </property>
825                <property name="text">
826                 <string>Custom Encoder Parameters:</string>
827                </property>
828               </widget>
829              </item>
830              <item>
831               <spacer name="horizontalSpacer_7">
832                <property name="orientation">
833                 <enum>Qt::Horizontal</enum>
834                </property>
835                <property name="sizeHint" stdset="0">
836                 <size>
837                  <width>40</width>
838                  <height>20</height>
839                 </size>
840                </property>
841               </spacer>
842              </item>
843              <item>
844               <widget class="QLabel" name="iconNotificationX264">
845                <property name="toolTip">
846                 <string>Your custom parameters will be ignored entirely, if you don't fix them!</string>
847                </property>
848                <property name="text">
849                 <string/>
850                </property>
851                <property name="pixmap">
852                 <pixmap resource="../res/resources.qrc">:/buttons/error.png</pixmap>
853                </property>
854               </widget>
855              </item>
856              <item>
857               <spacer name="horizontalSpacer_10">
858                <property name="orientation">
859                 <enum>Qt::Horizontal</enum>
860                </property>
861                <property name="sizeType">
862                 <enum>QSizePolicy::Fixed</enum>
863                </property>
864                <property name="sizeHint" stdset="0">
865                 <size>
866                  <width>6</width>
867                  <height>20</height>
868                 </size>
869                </property>
870               </spacer>
871              </item>
872              <item>
873               <widget class="QLabel" name="labelNotificationX264">
874                <property name="palette">
875                 <palette>
876                  <active>
877                   <colorrole role="WindowText">
878                    <brush brushstyle="SolidPattern">
879                     <color alpha="255">
880                      <red>170</red>
881                      <green>0</green>
882                      <blue>0</blue>
883                     </color>
884                    </brush>
885                   </colorrole>
886                  </active>
887                  <inactive>
888                   <colorrole role="WindowText">
889                    <brush brushstyle="SolidPattern">
890                     <color alpha="255">
891                      <red>170</red>
892                      <green>0</green>
893                      <blue>0</blue>
894                     </color>
895                    </brush>
896                   </colorrole>
897                  </inactive>
898                  <disabled>
899                   <colorrole role="WindowText">
900                    <brush brushstyle="SolidPattern">
901                     <color alpha="255">
902                      <red>120</red>
903                      <green>120</green>
904                      <blue>120</blue>
905                     </color>
906                    </brush>
907                   </colorrole>
908                  </disabled>
909                 </palette>
910                </property>
911                <property name="font">
912                 <font>
913                  <weight>75</weight>
914                  <bold>true</bold>
915                 </font>
916                </property>
917                <property name="toolTip">
918                 <string>Your custom parameters will be ignored entirely, if you don't fix them!</string>
919                </property>
920                <property name="text">
921                 <string>Invalid parameter entered!</string>
922                </property>
923               </widget>
924              </item>
925              <item>
926               <spacer name="horizontalSpacer_6">
927                <property name="orientation">
928                 <enum>Qt::Horizontal</enum>
929                </property>
930                <property name="sizeHint" stdset="0">
931                 <size>
932                  <width>40</width>
933                  <height>20</height>
934                 </size>
935                </property>
936               </spacer>
937              </item>
938              <item>
939               <widget class="QLabel" name="labelHelpScreenX264">
940                <property name="palette">
941                 <palette>
942                  <active>
943                   <colorrole role="WindowText">
944                    <brush brushstyle="SolidPattern">
945                     <color alpha="255">
946                      <red>0</red>
947                      <green>0</green>
948                      <blue>255</blue>
949                     </color>
950                    </brush>
951                   </colorrole>
952                  </active>
953                  <inactive>
954                   <colorrole role="WindowText">
955                    <brush brushstyle="SolidPattern">
956                     <color alpha="255">
957                      <red>0</red>
958                      <green>0</green>
959                      <blue>255</blue>
960                     </color>
961                    </brush>
962                   </colorrole>
963                  </inactive>
964                  <disabled>
965                   <colorrole role="WindowText">
966                    <brush brushstyle="SolidPattern">
967                     <color alpha="255">
968                      <red>120</red>
969                      <green>120</green>
970                      <blue>120</blue>
971                     </color>
972                    </brush>
973                   </colorrole>
974                  </disabled>
975                 </palette>
976                </property>
977                <property name="font">
978                 <font>
979                  <underline>true</underline>
980                 </font>
981                </property>
982                <property name="cursor">
983                 <cursorShape>PointingHandCursor</cursorShape>
984                </property>
985                <property name="toolTip">
986                 <string>Click here to show a detailed list of all command-line options available in your build of x264!</string>
987                </property>
988                <property name="text">
989                 <string>Show Help Screen</string>
990                </property>
991               </widget>
992              </item>
993             </layout>
994            </item>
995            <item>
996             <widget class="QLineEdit" name="editCustomX264Params">
997              <property name="font">
998               <font>
999                <family>Lucida Console</family>
1000               </font>
1001              </property>
1002              <property name="contextMenuPolicy">
1003               <enum>Qt::ActionsContextMenu</enum>
1004              </property>
1005              <property name="toolTip">
1006               <string>Here you can enter &lt;i&gt;additional&lt;/i&gt; parameters to be passed to the encoder. All command-line parameters you enter here will be passed to the encoder &lt;i&gt;unmodified&lt;/i&gt; and completely &lt;i&gt;unchecked&lt;/i&gt;. Some parameters are forbidden, as they are reserved for the GUI. Furthermore, the following macros can be used:&lt;tt&gt; $(INPUT)&lt;/tt&gt; expands to the current source file path and&lt;tt&gt; $(OUTPUT)&lt;/tt&gt; expands to the current output file path.</string>
1007              </property>
1008              <property name="placeholderText">
1009               <string>You can enter custom command-line options here...</string>
1010              </property>
1011             </widget>
1012            </item>
1013            <item>
1014             <spacer name="verticalSpacer_11">
1015              <property name="orientation">
1016               <enum>Qt::Vertical</enum>
1017              </property>
1018              <property name="sizeType">
1019               <enum>QSizePolicy::Fixed</enum>
1020              </property>
1021              <property name="sizeHint" stdset="0">
1022               <size>
1023                <width>20</width>
1024                <height>3</height>
1025               </size>
1026              </property>
1027             </spacer>
1028            </item>
1029            <item>
1030             <layout class="QHBoxLayout" name="horizontalLayout_8">
1031              <item>
1032               <widget class="QLabel" name="label_11">
1033                <property name="minimumSize">
1034                 <size>
1035                  <width>150</width>
1036                  <height>0</height>
1037                 </size>
1038                </property>
1039                <property name="text">
1040                 <string>Custom Avs2YUV Parameters:</string>
1041                </property>
1042               </widget>
1043              </item>
1044              <item>
1045               <spacer name="horizontalSpacer_12">
1046                <property name="orientation">
1047                 <enum>Qt::Horizontal</enum>
1048                </property>
1049                <property name="sizeHint" stdset="0">
1050                 <size>
1051                  <width>40</width>
1052                  <height>20</height>
1053                 </size>
1054                </property>
1055               </spacer>
1056              </item>
1057              <item>
1058               <widget class="QLabel" name="iconNotificationAvs2YUV">
1059                <property name="toolTip">
1060                 <string>Your custom parameters will be ignored entirely, if you don't fix them!</string>
1061                </property>
1062                <property name="text">
1063                 <string/>
1064                </property>
1065                <property name="pixmap">
1066                 <pixmap resource="../res/resources.qrc">:/buttons/error.png</pixmap>
1067                </property>
1068               </widget>
1069              </item>
1070              <item>
1071               <spacer name="horizontalSpacer_13">
1072                <property name="orientation">
1073                 <enum>Qt::Horizontal</enum>
1074                </property>
1075                <property name="sizeType">
1076                 <enum>QSizePolicy::Fixed</enum>
1077                </property>
1078                <property name="sizeHint" stdset="0">
1079                 <size>
1080                  <width>6</width>
1081                  <height>20</height>
1082                 </size>
1083                </property>
1084               </spacer>
1085              </item>
1086              <item>
1087               <widget class="QLabel" name="labelNotificationAvs2YUV">
1088                <property name="palette">
1089                 <palette>
1090                  <active>
1091                   <colorrole role="WindowText">
1092                    <brush brushstyle="SolidPattern">
1093                     <color alpha="255">
1094                      <red>170</red>
1095                      <green>0</green>
1096                      <blue>0</blue>
1097                     </color>
1098                    </brush>
1099                   </colorrole>
1100                  </active>
1101                  <inactive>
1102                   <colorrole role="WindowText">
1103                    <brush brushstyle="SolidPattern">
1104                     <color alpha="255">
1105                      <red>170</red>
1106                      <green>0</green>
1107                      <blue>0</blue>
1108                     </color>
1109                    </brush>
1110                   </colorrole>
1111                  </inactive>
1112                  <disabled>
1113                   <colorrole role="WindowText">
1114                    <brush brushstyle="SolidPattern">
1115                     <color alpha="255">
1116                      <red>120</red>
1117                      <green>120</green>
1118                      <blue>120</blue>
1119                     </color>
1120                    </brush>
1121                   </colorrole>
1122                  </disabled>
1123                 </palette>
1124                </property>
1125                <property name="font">
1126                 <font>
1127                  <weight>75</weight>
1128                  <bold>true</bold>
1129                 </font>
1130                </property>
1131                <property name="toolTip">
1132                 <string>Your custom parameters will be ignored entirely, if you don't fix them!</string>
1133                </property>
1134                <property name="text">
1135                 <string>Invalid parameter entered!</string>
1136                </property>
1137               </widget>
1138              </item>
1139              <item>
1140               <spacer name="horizontalSpacer_11">
1141                <property name="orientation">
1142                 <enum>Qt::Horizontal</enum>
1143                </property>
1144                <property name="sizeHint" stdset="0">
1145                 <size>
1146                  <width>40</width>
1147                  <height>20</height>
1148                 </size>
1149                </property>
1150               </spacer>
1151              </item>
1152              <item>
1153               <widget class="QLabel" name="labelHelpScreenAvs2YUV">
1154                <property name="palette">
1155                 <palette>
1156                  <active>
1157                   <colorrole role="WindowText">
1158                    <brush brushstyle="SolidPattern">
1159                     <color alpha="255">
1160                      <red>0</red>
1161                      <green>0</green>
1162                      <blue>255</blue>
1163                     </color>
1164                    </brush>
1165                   </colorrole>
1166                  </active>
1167                  <inactive>
1168                   <colorrole role="WindowText">
1169                    <brush brushstyle="SolidPattern">
1170                     <color alpha="255">
1171                      <red>0</red>
1172                      <green>0</green>
1173                      <blue>255</blue>
1174                     </color>
1175                    </brush>
1176                   </colorrole>
1177                  </inactive>
1178                  <disabled>
1179                   <colorrole role="WindowText">
1180                    <brush brushstyle="SolidPattern">
1181                     <color alpha="255">
1182                      <red>120</red>
1183                      <green>120</green>
1184                      <blue>120</blue>
1185                     </color>
1186                    </brush>
1187                   </colorrole>
1188                  </disabled>
1189                 </palette>
1190                </property>
1191                <property name="font">
1192                 <font>
1193                  <underline>true</underline>
1194                 </font>
1195                </property>
1196                <property name="cursor">
1197                 <cursorShape>PointingHandCursor</cursorShape>
1198                </property>
1199                <property name="toolTip">
1200                 <string>Click here to show a detailed list of all command-line options available in your build of Avs2YUV!</string>
1201                </property>
1202                <property name="text">
1203                 <string>Show Help Screen</string>
1204                </property>
1205               </widget>
1206              </item>
1207             </layout>
1208            </item>
1209            <item>
1210             <widget class="QLineEdit" name="editCustomAvs2YUVParams">
1211              <property name="font">
1212               <font>
1213                <family>Lucida Console</family>
1214               </font>
1215              </property>
1216              <property name="contextMenuPolicy">
1217               <enum>Qt::ActionsContextMenu</enum>
1218              </property>
1219              <property name="toolTip">
1220               <string>Here you can enter &lt;i&gt;additional&lt;/i&gt; parameters to be passed to Avs2YUV. All command-line parameters you enter here will be passed to Avs2YUV &lt;i&gt;unmodified&lt;/i&gt; and completely &lt;i&gt;unchecked&lt;/i&gt;. Only relevant for Avisynth input!</string>
1221              </property>
1222              <property name="placeholderText">
1223               <string>You can enter custom command-line options here...</string>
1224              </property>
1225             </widget>
1226            </item>
1227           </layout>
1228          </item>
1229          <item>
1230           <spacer name="verticalSpacer_9">
1231            <property name="orientation">
1232             <enum>Qt::Vertical</enum>
1233            </property>
1234            <property name="sizeHint" stdset="0">
1235             <size>
1236              <width>20</width>
1237              <height>0</height>
1238             </size>
1239            </property>
1240           </spacer>
1241          </item>
1242         </layout>
1243        </widget>
1244       </item>
1245      </layout>
1246     </widget>
1247    </item>
1248    <item>
1249     <widget class="QFrame" name="frame">
1250      <property name="frameShape">
1251       <enum>QFrame::HLine</enum>
1252      </property>
1253      <property name="frameShadow">
1254       <enum>QFrame::Sunken</enum>
1255      </property>
1256     </widget>
1257    </item>
1258    <item>
1259     <layout class="QHBoxLayout" name="horizontalLayout">
1260      <item>
1261       <widget class="QCheckBox" name="checkBoxRun">
1262        <property name="text">
1263         <string>Start Job Immediately</string>
1264        </property>
1265        <property name="checked">
1266         <bool>true</bool>
1267        </property>
1268       </widget>
1269      </item>
1270      <item>
1271       <spacer name="horizontalSpacer_14">
1272        <property name="orientation">
1273         <enum>Qt::Horizontal</enum>
1274        </property>
1275        <property name="sizeType">
1276         <enum>QSizePolicy::Fixed</enum>
1277        </property>
1278        <property name="sizeHint" stdset="0">
1279         <size>
1280          <width>4</width>
1281          <height>20</height>
1282         </size>
1283        </property>
1284       </spacer>
1285      </item>
1286      <item>
1287       <widget class="QCheckBox" name="checkBoxApplyToAll">
1288        <property name="text">
1289         <string>Apply To All Selected Files</string>
1290        </property>
1291       </widget>
1292      </item>
1293      <item>
1294       <spacer name="horizontalSpacer">
1295        <property name="orientation">
1296         <enum>Qt::Horizontal</enum>
1297        </property>
1298        <property name="sizeHint" stdset="0">
1299         <size>
1300          <width>40</width>
1301          <height>20</height>
1302         </size>
1303        </property>
1304       </spacer>
1305      </item>
1306      <item>
1307       <widget class="QPushButton" name="buttonAccept">
1308        <property name="minimumSize">
1309         <size>
1310          <width>112</width>
1311          <height>0</height>
1312         </size>
1313        </property>
1314        <property name="text">
1315         <string>Add Job</string>
1316        </property>
1317        <property name="icon">
1318         <iconset resource="../res/resources.qrc">
1319          <normaloff>:/buttons/accept.png</normaloff>:/buttons/accept.png</iconset>
1320        </property>
1321       </widget>
1322      </item>
1323      <item>
1324       <widget class="QPushButton" name="buttonCancel">
1325        <property name="minimumSize">
1326         <size>
1327          <width>112</width>
1328          <height>0</height>
1329         </size>
1330        </property>
1331        <property name="text">
1332         <string>Cancel</string>
1333        </property>
1334        <property name="icon">
1335         <iconset resource="../res/resources.qrc">
1336          <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
1337        </property>
1338       </widget>
1339      </item>
1340     </layout>
1341    </item>
1342   </layout>
1343  </widget>
1344  <tabstops>
1345   <tabstop>editSource</tabstop>
1346   <tabstop>buttonBrowseSource</tabstop>
1347   <tabstop>editOutput</tabstop>
1348   <tabstop>buttonBrowseOutput</tabstop>
1349   <tabstop>cbxTemplate</tabstop>
1350   <tabstop>buttonSaveTemplate</tabstop>
1351   <tabstop>buttonDeleteTemplate</tabstop>
1352   <tabstop>cbxRateControlMode</tabstop>
1353   <tabstop>spinBitrate</tabstop>
1354   <tabstop>cbxPreset</tabstop>
1355   <tabstop>cbxTuning</tabstop>
1356   <tabstop>cbxProfile</tabstop>
1357   <tabstop>editCustomX264Params</tabstop>
1358   <tabstop>checkBoxRun</tabstop>
1359   <tabstop>buttonAccept</tabstop>
1360   <tabstop>buttonCancel</tabstop>
1361  </tabstops>
1362  <resources>
1363   <include location="../res/resources.qrc"/>
1364   <include location="../res/resources.qrc"/>
1365   <include location="../res/resources.qrc"/>
1366  </resources>
1367  <connections>
1368   <connection>
1369    <sender>buttonAccept</sender>
1370    <signal>clicked()</signal>
1371    <receiver>AddJobDialog</receiver>
1372    <slot>accept()</slot>
1373    <hints>
1374     <hint type="sourcelabel">
1375      <x>495</x>
1376      <y>558</y>
1377     </hint>
1378     <hint type="destinationlabel">
1379      <x>397</x>
1380      <y>213</y>
1381     </hint>
1382    </hints>
1383   </connection>
1384   <connection>
1385    <sender>buttonCancel</sender>
1386    <signal>clicked()</signal>
1387    <receiver>AddJobDialog</receiver>
1388    <slot>reject()</slot>
1389    <hints>
1390     <hint type="sourcelabel">
1391      <x>629</x>
1392      <y>558</y>
1393     </hint>
1394     <hint type="destinationlabel">
1395      <x>397</x>
1396      <y>213</y>
1397     </hint>
1398    </hints>
1399   </connection>
1400  </connections>
1401 </ui>