OSDN Git Service

Updated web-update tool to latest binary version.
[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               </widget>
257              </item>
258             </layout>
259            </item>
260            <item>
261             <spacer name="horizontalSpacer_15">
262              <property name="orientation">
263               <enum>Qt::Horizontal</enum>
264              </property>
265              <property name="sizeType">
266               <enum>QSizePolicy::Fixed</enum>
267              </property>
268              <property name="sizeHint" stdset="0">
269               <size>
270                <width>16</width>
271                <height>20</height>
272               </size>
273              </property>
274             </spacer>
275            </item>
276            <item>
277             <layout class="QVBoxLayout" name="verticalLayout_18">
278              <property name="spacing">
279               <number>2</number>
280              </property>
281              <item>
282               <widget class="QLabel" name="labelEncoderArch">
283                <property name="text">
284                 <string>Architecture:</string>
285                </property>
286               </widget>
287              </item>
288              <item>
289               <widget class="QComboBox" name="cbxEncoderArch">
290                <property name="toolTip">
291                 <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>
292                </property>
293                <property name="currentIndex">
294                 <number>-1</number>
295                </property>
296               </widget>
297              </item>
298             </layout>
299            </item>
300            <item>
301             <spacer name="horizontalSpacer_16">
302              <property name="orientation">
303               <enum>Qt::Horizontal</enum>
304              </property>
305              <property name="sizeType">
306               <enum>QSizePolicy::Fixed</enum>
307              </property>
308              <property name="sizeHint" stdset="0">
309               <size>
310                <width>16</width>
311                <height>20</height>
312               </size>
313              </property>
314             </spacer>
315            </item>
316            <item>
317             <layout class="QVBoxLayout" name="verticalLayout_17">
318              <property name="spacing">
319               <number>2</number>
320              </property>
321              <item>
322               <widget class="QLabel" name="labelEncoderVariant">
323                <property name="text">
324                 <string>Variant:</string>
325                </property>
326               </widget>
327              </item>
328              <item>
329               <widget class="QComboBox" name="cbxEncoderVariant">
330                <property name="toolTip">
331                 <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>
332                </property>
333                <property name="currentIndex">
334                 <number>-1</number>
335                </property>
336               </widget>
337              </item>
338             </layout>
339            </item>
340           </layout>
341          </item>
342         </layout>
343        </widget>
344       </item>
345       <item>
346        <widget class="QGroupBox" name="groupBox_2">
347         <property name="sizePolicy">
348          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
349           <horstretch>0</horstretch>
350           <verstretch>0</verstretch>
351          </sizepolicy>
352         </property>
353         <property name="title">
354          <string> Rate Control </string>
355         </property>
356         <layout class="QVBoxLayout" name="verticalLayout_3">
357          <property name="topMargin">
358           <number>3</number>
359          </property>
360          <item>
361           <spacer name="verticalSpacer_4">
362            <property name="orientation">
363             <enum>Qt::Vertical</enum>
364            </property>
365            <property name="sizeHint" stdset="0">
366             <size>
367              <width>20</width>
368              <height>0</height>
369             </size>
370            </property>
371           </spacer>
372          </item>
373          <item>
374           <layout class="QHBoxLayout" name="horizontalLayout_2">
375            <item>
376             <layout class="QVBoxLayout" name="verticalLayout_4">
377              <property name="spacing">
378               <number>2</number>
379              </property>
380              <item>
381               <widget class="QLabel" name="labelRCMode">
382                <property name="toolTip">
383                 <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>
384                </property>
385                <property name="text">
386                 <string>Mode:</string>
387                </property>
388               </widget>
389              </item>
390              <item>
391               <widget class="QComboBox" name="cbxRateControlMode">
392                <property name="toolTip">
393                 <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>
394                </property>
395                <property name="currentIndex">
396                 <number>-1</number>
397                </property>
398               </widget>
399              </item>
400             </layout>
401            </item>
402            <item>
403             <spacer name="horizontalSpacer_2">
404              <property name="orientation">
405               <enum>Qt::Horizontal</enum>
406              </property>
407              <property name="sizeType">
408               <enum>QSizePolicy::Fixed</enum>
409              </property>
410              <property name="sizeHint" stdset="0">
411               <size>
412                <width>16</width>
413                <height>0</height>
414               </size>
415              </property>
416             </spacer>
417            </item>
418            <item>
419             <layout class="QVBoxLayout" name="verticalLayout_7">
420              <property name="spacing">
421               <number>2</number>
422              </property>
423              <item>
424               <widget class="QLabel" name="labelQuantizer">
425                <property name="toolTip">
426                 <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>
427                </property>
428                <property name="text">
429                 <string>Quantizer/CRF:</string>
430                </property>
431               </widget>
432              </item>
433              <item>
434               <widget class="QDoubleSpinBox" name="spinQuantizer">
435                <property name="toolTip">
436                 <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>
437                </property>
438                <property name="decimals">
439                 <number>1</number>
440                </property>
441                <property name="maximum">
442                 <double>52.000000000000000</double>
443                </property>
444                <property name="value">
445                 <double>22.000000000000000</double>
446                </property>
447               </widget>
448              </item>
449             </layout>
450            </item>
451            <item>
452             <spacer name="horizontalSpacer_3">
453              <property name="orientation">
454               <enum>Qt::Horizontal</enum>
455              </property>
456              <property name="sizeType">
457               <enum>QSizePolicy::Fixed</enum>
458              </property>
459              <property name="sizeHint" stdset="0">
460               <size>
461                <width>16</width>
462                <height>0</height>
463               </size>
464              </property>
465             </spacer>
466            </item>
467            <item>
468             <layout class="QVBoxLayout" name="verticalLayout_6">
469              <property name="spacing">
470               <number>2</number>
471              </property>
472              <item>
473               <widget class="QLabel" name="labelBitrate">
474                <property name="toolTip">
475                 <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>
476                </property>
477                <property name="text">
478                 <string>Target Bitrate (kbps):</string>
479                </property>
480               </widget>
481              </item>
482              <item>
483               <widget class="QSpinBox" name="spinBitrate">
484                <property name="toolTip">
485                 <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>
486                </property>
487                <property name="minimum">
488                 <number>10</number>
489                </property>
490                <property name="maximum">
491                 <number>800000</number>
492                </property>
493                <property name="value">
494                 <number>100</number>
495                </property>
496               </widget>
497              </item>
498             </layout>
499            </item>
500           </layout>
501          </item>
502          <item>
503           <spacer name="verticalSpacer_5">
504            <property name="orientation">
505             <enum>Qt::Vertical</enum>
506            </property>
507            <property name="sizeHint" stdset="0">
508             <size>
509              <width>20</width>
510              <height>0</height>
511             </size>
512            </property>
513           </spacer>
514          </item>
515         </layout>
516        </widget>
517       </item>
518       <item>
519        <widget class="QGroupBox" name="groupBox_3">
520         <property name="sizePolicy">
521          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
522           <horstretch>0</horstretch>
523           <verstretch>0</verstretch>
524          </sizepolicy>
525         </property>
526         <property name="title">
527          <string> Basic Encoder Options </string>
528         </property>
529         <layout class="QVBoxLayout" name="verticalLayout_8">
530          <property name="topMargin">
531           <number>3</number>
532          </property>
533          <item>
534           <spacer name="verticalSpacer_6">
535            <property name="orientation">
536             <enum>Qt::Vertical</enum>
537            </property>
538            <property name="sizeHint" stdset="0">
539             <size>
540              <width>20</width>
541              <height>0</height>
542             </size>
543            </property>
544           </spacer>
545          </item>
546          <item>
547           <layout class="QHBoxLayout" name="horizontalLayout_3">
548            <item>
549             <layout class="QVBoxLayout" name="verticalLayout_11">
550              <property name="spacing">
551               <number>2</number>
552              </property>
553              <item>
554               <widget class="QLabel" name="labelPreset">
555                <property name="toolTip">
556                 <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>
557                </property>
558                <property name="text">
559                 <string>Preset:</string>
560                </property>
561               </widget>
562              </item>
563              <item>
564               <widget class="QComboBox" name="cbxPreset">
565                <property name="toolTip">
566                 <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>
567                </property>
568                <property name="currentIndex">
569                 <number>-1</number>
570                </property>
571               </widget>
572              </item>
573             </layout>
574            </item>
575            <item>
576             <spacer name="horizontalSpacer_4">
577              <property name="orientation">
578               <enum>Qt::Horizontal</enum>
579              </property>
580              <property name="sizeType">
581               <enum>QSizePolicy::Fixed</enum>
582              </property>
583              <property name="sizeHint" stdset="0">
584               <size>
585                <width>16</width>
586                <height>20</height>
587               </size>
588              </property>
589             </spacer>
590            </item>
591            <item>
592             <layout class="QVBoxLayout" name="verticalLayout_10">
593              <property name="spacing">
594               <number>2</number>
595              </property>
596              <item>
597               <widget class="QLabel" name="labelTuning">
598                <property name="toolTip">
599                 <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>
600                </property>
601                <property name="text">
602                 <string>Tuning:</string>
603                </property>
604               </widget>
605              </item>
606              <item>
607               <widget class="QComboBox" name="cbxTuning">
608                <property name="toolTip">
609                 <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>
610                </property>
611                <property name="currentIndex">
612                 <number>-1</number>
613                </property>
614               </widget>
615              </item>
616             </layout>
617            </item>
618            <item>
619             <spacer name="horizontalSpacer_5">
620              <property name="orientation">
621               <enum>Qt::Horizontal</enum>
622              </property>
623              <property name="sizeType">
624               <enum>QSizePolicy::Fixed</enum>
625              </property>
626              <property name="sizeHint" stdset="0">
627               <size>
628                <width>16</width>
629                <height>20</height>
630               </size>
631              </property>
632             </spacer>
633            </item>
634            <item>
635             <layout class="QVBoxLayout" name="verticalLayout_9">
636              <property name="spacing">
637               <number>2</number>
638              </property>
639              <item>
640               <widget class="QLabel" name="labelProfile">
641                <property name="toolTip">
642                 <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>
643                </property>
644                <property name="text">
645                 <string>Profile:</string>
646                </property>
647               </widget>
648              </item>
649              <item>
650               <widget class="QComboBox" name="cbxProfile">
651                <property name="toolTip">
652                 <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>
653                </property>
654                <property name="currentIndex">
655                 <number>-1</number>
656                </property>
657               </widget>
658              </item>
659             </layout>
660            </item>
661           </layout>
662          </item>
663          <item>
664           <spacer name="verticalSpacer_7">
665            <property name="orientation">
666             <enum>Qt::Vertical</enum>
667            </property>
668            <property name="sizeHint" stdset="0">
669             <size>
670              <width>20</width>
671              <height>0</height>
672             </size>
673            </property>
674           </spacer>
675          </item>
676         </layout>
677        </widget>
678       </item>
679       <item>
680        <widget class="QGroupBox" name="groupBox_4">
681         <property name="sizePolicy">
682          <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
683           <horstretch>0</horstretch>
684           <verstretch>0</verstretch>
685          </sizepolicy>
686         </property>
687         <property name="title">
688          <string>Advanced Encoder Options </string>
689         </property>
690         <layout class="QVBoxLayout" name="verticalLayout_13">
691          <property name="topMargin">
692           <number>3</number>
693          </property>
694          <item>
695           <spacer name="verticalSpacer_8">
696            <property name="orientation">
697             <enum>Qt::Vertical</enum>
698            </property>
699            <property name="sizeHint" stdset="0">
700             <size>
701              <width>20</width>
702              <height>0</height>
703             </size>
704            </property>
705           </spacer>
706          </item>
707          <item>
708           <layout class="QVBoxLayout" name="verticalLayout_12">
709            <property name="spacing">
710             <number>0</number>
711            </property>
712            <item>
713             <layout class="QHBoxLayout" name="horizontalLayout_4">
714              <item>
715               <widget class="QLabel" name="label_10">
716                <property name="minimumSize">
717                 <size>
718                  <width>150</width>
719                  <height>0</height>
720                 </size>
721                </property>
722                <property name="toolTip">
723                 <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>
724                </property>
725                <property name="text">
726                 <string>Custom Encoder Parameters:</string>
727                </property>
728               </widget>
729              </item>
730              <item>
731               <spacer name="horizontalSpacer_7">
732                <property name="orientation">
733                 <enum>Qt::Horizontal</enum>
734                </property>
735                <property name="sizeHint" stdset="0">
736                 <size>
737                  <width>40</width>
738                  <height>20</height>
739                 </size>
740                </property>
741               </spacer>
742              </item>
743              <item>
744               <widget class="QLabel" name="iconNotificationX264">
745                <property name="toolTip">
746                 <string>Your custom parameters will be ignored entirely, if you don't fix them!</string>
747                </property>
748                <property name="text">
749                 <string/>
750                </property>
751                <property name="pixmap">
752                 <pixmap resource="../res/resources.qrc">:/buttons/error.png</pixmap>
753                </property>
754               </widget>
755              </item>
756              <item>
757               <spacer name="horizontalSpacer_10">
758                <property name="orientation">
759                 <enum>Qt::Horizontal</enum>
760                </property>
761                <property name="sizeType">
762                 <enum>QSizePolicy::Fixed</enum>
763                </property>
764                <property name="sizeHint" stdset="0">
765                 <size>
766                  <width>6</width>
767                  <height>20</height>
768                 </size>
769                </property>
770               </spacer>
771              </item>
772              <item>
773               <widget class="QLabel" name="labelNotificationX264">
774                <property name="palette">
775                 <palette>
776                  <active>
777                   <colorrole role="WindowText">
778                    <brush brushstyle="SolidPattern">
779                     <color alpha="255">
780                      <red>170</red>
781                      <green>0</green>
782                      <blue>0</blue>
783                     </color>
784                    </brush>
785                   </colorrole>
786                  </active>
787                  <inactive>
788                   <colorrole role="WindowText">
789                    <brush brushstyle="SolidPattern">
790                     <color alpha="255">
791                      <red>170</red>
792                      <green>0</green>
793                      <blue>0</blue>
794                     </color>
795                    </brush>
796                   </colorrole>
797                  </inactive>
798                  <disabled>
799                   <colorrole role="WindowText">
800                    <brush brushstyle="SolidPattern">
801                     <color alpha="255">
802                      <red>120</red>
803                      <green>120</green>
804                      <blue>120</blue>
805                     </color>
806                    </brush>
807                   </colorrole>
808                  </disabled>
809                 </palette>
810                </property>
811                <property name="font">
812                 <font>
813                  <weight>75</weight>
814                  <bold>true</bold>
815                 </font>
816                </property>
817                <property name="toolTip">
818                 <string>Your custom parameters will be ignored entirely, if you don't fix them!</string>
819                </property>
820                <property name="text">
821                 <string>Invalid parameter entered!</string>
822                </property>
823               </widget>
824              </item>
825              <item>
826               <spacer name="horizontalSpacer_6">
827                <property name="orientation">
828                 <enum>Qt::Horizontal</enum>
829                </property>
830                <property name="sizeHint" stdset="0">
831                 <size>
832                  <width>40</width>
833                  <height>20</height>
834                 </size>
835                </property>
836               </spacer>
837              </item>
838              <item>
839               <widget class="QLabel" name="labelHelpScreenX264">
840                <property name="palette">
841                 <palette>
842                  <active>
843                   <colorrole role="WindowText">
844                    <brush brushstyle="SolidPattern">
845                     <color alpha="255">
846                      <red>0</red>
847                      <green>0</green>
848                      <blue>255</blue>
849                     </color>
850                    </brush>
851                   </colorrole>
852                  </active>
853                  <inactive>
854                   <colorrole role="WindowText">
855                    <brush brushstyle="SolidPattern">
856                     <color alpha="255">
857                      <red>0</red>
858                      <green>0</green>
859                      <blue>255</blue>
860                     </color>
861                    </brush>
862                   </colorrole>
863                  </inactive>
864                  <disabled>
865                   <colorrole role="WindowText">
866                    <brush brushstyle="SolidPattern">
867                     <color alpha="255">
868                      <red>120</red>
869                      <green>120</green>
870                      <blue>120</blue>
871                     </color>
872                    </brush>
873                   </colorrole>
874                  </disabled>
875                 </palette>
876                </property>
877                <property name="font">
878                 <font>
879                  <underline>true</underline>
880                 </font>
881                </property>
882                <property name="cursor">
883                 <cursorShape>PointingHandCursor</cursorShape>
884                </property>
885                <property name="toolTip">
886                 <string>Click here to show a detailed list of all command-line options available in your build of x264!</string>
887                </property>
888                <property name="text">
889                 <string>Show Help Screen</string>
890                </property>
891               </widget>
892              </item>
893             </layout>
894            </item>
895            <item>
896             <widget class="QLineEdit" name="editCustomX264Params">
897              <property name="font">
898               <font>
899                <family>Lucida Console</family>
900               </font>
901              </property>
902              <property name="contextMenuPolicy">
903               <enum>Qt::ActionsContextMenu</enum>
904              </property>
905              <property name="toolTip">
906               <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>
907              </property>
908              <property name="placeholderText">
909               <string>You can enter custom command-line options here...</string>
910              </property>
911             </widget>
912            </item>
913            <item>
914             <spacer name="verticalSpacer_11">
915              <property name="orientation">
916               <enum>Qt::Vertical</enum>
917              </property>
918              <property name="sizeType">
919               <enum>QSizePolicy::Fixed</enum>
920              </property>
921              <property name="sizeHint" stdset="0">
922               <size>
923                <width>20</width>
924                <height>3</height>
925               </size>
926              </property>
927             </spacer>
928            </item>
929            <item>
930             <layout class="QHBoxLayout" name="horizontalLayout_8">
931              <item>
932               <widget class="QLabel" name="label_11">
933                <property name="minimumSize">
934                 <size>
935                  <width>150</width>
936                  <height>0</height>
937                 </size>
938                </property>
939                <property name="text">
940                 <string>Custom Avs2YUV Parameters:</string>
941                </property>
942               </widget>
943              </item>
944              <item>
945               <spacer name="horizontalSpacer_12">
946                <property name="orientation">
947                 <enum>Qt::Horizontal</enum>
948                </property>
949                <property name="sizeHint" stdset="0">
950                 <size>
951                  <width>40</width>
952                  <height>20</height>
953                 </size>
954                </property>
955               </spacer>
956              </item>
957              <item>
958               <widget class="QLabel" name="iconNotificationAvs2YUV">
959                <property name="toolTip">
960                 <string>Your custom parameters will be ignored entirely, if you don't fix them!</string>
961                </property>
962                <property name="text">
963                 <string/>
964                </property>
965                <property name="pixmap">
966                 <pixmap resource="../res/resources.qrc">:/buttons/error.png</pixmap>
967                </property>
968               </widget>
969              </item>
970              <item>
971               <spacer name="horizontalSpacer_13">
972                <property name="orientation">
973                 <enum>Qt::Horizontal</enum>
974                </property>
975                <property name="sizeType">
976                 <enum>QSizePolicy::Fixed</enum>
977                </property>
978                <property name="sizeHint" stdset="0">
979                 <size>
980                  <width>6</width>
981                  <height>20</height>
982                 </size>
983                </property>
984               </spacer>
985              </item>
986              <item>
987               <widget class="QLabel" name="labelNotificationAvs2YUV">
988                <property name="palette">
989                 <palette>
990                  <active>
991                   <colorrole role="WindowText">
992                    <brush brushstyle="SolidPattern">
993                     <color alpha="255">
994                      <red>170</red>
995                      <green>0</green>
996                      <blue>0</blue>
997                     </color>
998                    </brush>
999                   </colorrole>
1000                  </active>
1001                  <inactive>
1002                   <colorrole role="WindowText">
1003                    <brush brushstyle="SolidPattern">
1004                     <color alpha="255">
1005                      <red>170</red>
1006                      <green>0</green>
1007                      <blue>0</blue>
1008                     </color>
1009                    </brush>
1010                   </colorrole>
1011                  </inactive>
1012                  <disabled>
1013                   <colorrole role="WindowText">
1014                    <brush brushstyle="SolidPattern">
1015                     <color alpha="255">
1016                      <red>120</red>
1017                      <green>120</green>
1018                      <blue>120</blue>
1019                     </color>
1020                    </brush>
1021                   </colorrole>
1022                  </disabled>
1023                 </palette>
1024                </property>
1025                <property name="font">
1026                 <font>
1027                  <weight>75</weight>
1028                  <bold>true</bold>
1029                 </font>
1030                </property>
1031                <property name="toolTip">
1032                 <string>Your custom parameters will be ignored entirely, if you don't fix them!</string>
1033                </property>
1034                <property name="text">
1035                 <string>Invalid parameter entered!</string>
1036                </property>
1037               </widget>
1038              </item>
1039              <item>
1040               <spacer name="horizontalSpacer_11">
1041                <property name="orientation">
1042                 <enum>Qt::Horizontal</enum>
1043                </property>
1044                <property name="sizeHint" stdset="0">
1045                 <size>
1046                  <width>40</width>
1047                  <height>20</height>
1048                 </size>
1049                </property>
1050               </spacer>
1051              </item>
1052              <item>
1053               <widget class="QLabel" name="labelHelpScreenAvs2YUV">
1054                <property name="palette">
1055                 <palette>
1056                  <active>
1057                   <colorrole role="WindowText">
1058                    <brush brushstyle="SolidPattern">
1059                     <color alpha="255">
1060                      <red>0</red>
1061                      <green>0</green>
1062                      <blue>255</blue>
1063                     </color>
1064                    </brush>
1065                   </colorrole>
1066                  </active>
1067                  <inactive>
1068                   <colorrole role="WindowText">
1069                    <brush brushstyle="SolidPattern">
1070                     <color alpha="255">
1071                      <red>0</red>
1072                      <green>0</green>
1073                      <blue>255</blue>
1074                     </color>
1075                    </brush>
1076                   </colorrole>
1077                  </inactive>
1078                  <disabled>
1079                   <colorrole role="WindowText">
1080                    <brush brushstyle="SolidPattern">
1081                     <color alpha="255">
1082                      <red>120</red>
1083                      <green>120</green>
1084                      <blue>120</blue>
1085                     </color>
1086                    </brush>
1087                   </colorrole>
1088                  </disabled>
1089                 </palette>
1090                </property>
1091                <property name="font">
1092                 <font>
1093                  <underline>true</underline>
1094                 </font>
1095                </property>
1096                <property name="cursor">
1097                 <cursorShape>PointingHandCursor</cursorShape>
1098                </property>
1099                <property name="toolTip">
1100                 <string>Click here to show a detailed list of all command-line options available in your build of Avs2YUV!</string>
1101                </property>
1102                <property name="text">
1103                 <string>Show Help Screen</string>
1104                </property>
1105               </widget>
1106              </item>
1107             </layout>
1108            </item>
1109            <item>
1110             <widget class="QLineEdit" name="editCustomAvs2YUVParams">
1111              <property name="font">
1112               <font>
1113                <family>Lucida Console</family>
1114               </font>
1115              </property>
1116              <property name="contextMenuPolicy">
1117               <enum>Qt::ActionsContextMenu</enum>
1118              </property>
1119              <property name="toolTip">
1120               <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>
1121              </property>
1122              <property name="placeholderText">
1123               <string>You can enter custom command-line options here...</string>
1124              </property>
1125             </widget>
1126            </item>
1127           </layout>
1128          </item>
1129          <item>
1130           <spacer name="verticalSpacer_9">
1131            <property name="orientation">
1132             <enum>Qt::Vertical</enum>
1133            </property>
1134            <property name="sizeHint" stdset="0">
1135             <size>
1136              <width>20</width>
1137              <height>0</height>
1138             </size>
1139            </property>
1140           </spacer>
1141          </item>
1142         </layout>
1143        </widget>
1144       </item>
1145      </layout>
1146     </widget>
1147    </item>
1148    <item>
1149     <widget class="QFrame" name="frame">
1150      <property name="frameShape">
1151       <enum>QFrame::HLine</enum>
1152      </property>
1153      <property name="frameShadow">
1154       <enum>QFrame::Sunken</enum>
1155      </property>
1156     </widget>
1157    </item>
1158    <item>
1159     <layout class="QHBoxLayout" name="horizontalLayout">
1160      <item>
1161       <widget class="QCheckBox" name="checkBoxRun">
1162        <property name="text">
1163         <string>Start Job Immediately</string>
1164        </property>
1165        <property name="checked">
1166         <bool>true</bool>
1167        </property>
1168       </widget>
1169      </item>
1170      <item>
1171       <spacer name="horizontalSpacer_14">
1172        <property name="orientation">
1173         <enum>Qt::Horizontal</enum>
1174        </property>
1175        <property name="sizeType">
1176         <enum>QSizePolicy::Fixed</enum>
1177        </property>
1178        <property name="sizeHint" stdset="0">
1179         <size>
1180          <width>4</width>
1181          <height>20</height>
1182         </size>
1183        </property>
1184       </spacer>
1185      </item>
1186      <item>
1187       <widget class="QCheckBox" name="checkBoxApplyToAll">
1188        <property name="text">
1189         <string>Apply To All Selected Files</string>
1190        </property>
1191       </widget>
1192      </item>
1193      <item>
1194       <spacer name="horizontalSpacer">
1195        <property name="orientation">
1196         <enum>Qt::Horizontal</enum>
1197        </property>
1198        <property name="sizeHint" stdset="0">
1199         <size>
1200          <width>40</width>
1201          <height>20</height>
1202         </size>
1203        </property>
1204       </spacer>
1205      </item>
1206      <item>
1207       <widget class="QPushButton" name="buttonAccept">
1208        <property name="minimumSize">
1209         <size>
1210          <width>112</width>
1211          <height>0</height>
1212         </size>
1213        </property>
1214        <property name="text">
1215         <string>Add Job</string>
1216        </property>
1217        <property name="icon">
1218         <iconset resource="../res/resources.qrc">
1219          <normaloff>:/buttons/accept.png</normaloff>:/buttons/accept.png</iconset>
1220        </property>
1221       </widget>
1222      </item>
1223      <item>
1224       <widget class="QPushButton" name="buttonCancel">
1225        <property name="minimumSize">
1226         <size>
1227          <width>112</width>
1228          <height>0</height>
1229         </size>
1230        </property>
1231        <property name="text">
1232         <string>Cancel</string>
1233        </property>
1234        <property name="icon">
1235         <iconset resource="../res/resources.qrc">
1236          <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
1237        </property>
1238       </widget>
1239      </item>
1240     </layout>
1241    </item>
1242   </layout>
1243  </widget>
1244  <tabstops>
1245   <tabstop>editSource</tabstop>
1246   <tabstop>buttonBrowseSource</tabstop>
1247   <tabstop>editOutput</tabstop>
1248   <tabstop>buttonBrowseOutput</tabstop>
1249   <tabstop>cbxTemplate</tabstop>
1250   <tabstop>buttonSaveTemplate</tabstop>
1251   <tabstop>buttonDeleteTemplate</tabstop>
1252   <tabstop>cbxRateControlMode</tabstop>
1253   <tabstop>spinBitrate</tabstop>
1254   <tabstop>cbxPreset</tabstop>
1255   <tabstop>cbxTuning</tabstop>
1256   <tabstop>cbxProfile</tabstop>
1257   <tabstop>editCustomX264Params</tabstop>
1258   <tabstop>checkBoxRun</tabstop>
1259   <tabstop>buttonAccept</tabstop>
1260   <tabstop>buttonCancel</tabstop>
1261  </tabstops>
1262  <resources>
1263   <include location="../res/resources.qrc"/>
1264   <include location="../res/resources.qrc"/>
1265   <include location="../res/resources.qrc"/>
1266  </resources>
1267  <connections>
1268   <connection>
1269    <sender>buttonAccept</sender>
1270    <signal>clicked()</signal>
1271    <receiver>AddJobDialog</receiver>
1272    <slot>accept()</slot>
1273    <hints>
1274     <hint type="sourcelabel">
1275      <x>495</x>
1276      <y>558</y>
1277     </hint>
1278     <hint type="destinationlabel">
1279      <x>397</x>
1280      <y>213</y>
1281     </hint>
1282    </hints>
1283   </connection>
1284   <connection>
1285    <sender>buttonCancel</sender>
1286    <signal>clicked()</signal>
1287    <receiver>AddJobDialog</receiver>
1288    <slot>reject()</slot>
1289    <hints>
1290     <hint type="sourcelabel">
1291      <x>629</x>
1292      <y>558</y>
1293     </hint>
1294     <hint type="destinationlabel">
1295      <x>397</x>
1296      <y>213</y>
1297     </hint>
1298    </hints>
1299   </connection>
1300  </connections>
1301 </ui>