OSDN Git Service

Implemented support for using 32-Bit Avisynth with 64-Bit x264.
[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>640</width>
10     <height>494</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       <item>
33        <spacer name="verticalSpacer_2">
34         <property name="orientation">
35          <enum>Qt::Vertical</enum>
36         </property>
37         <property name="sizeHint" stdset="0">
38          <size>
39           <width>20</width>
40           <height>0</height>
41          </size>
42         </property>
43        </spacer>
44       </item>
45       <item>
46        <layout class="QVBoxLayout" name="verticalLayout_14">
47         <property name="spacing">
48          <number>4</number>
49         </property>
50         <item>
51          <widget class="QLabel" name="label">
52           <property name="text">
53            <string>Source Media/Avisynth File:</string>
54           </property>
55          </widget>
56         </item>
57         <item>
58          <layout class="QHBoxLayout" name="horizontalLayout_5">
59           <item>
60            <widget class="QLineEdit" name="editSource">
61             <property name="readOnly">
62              <bool>true</bool>
63             </property>
64            </widget>
65           </item>
66           <item>
67            <widget class="QPushButton" name="buttonBrowseSource">
68             <property name="maximumSize">
69              <size>
70               <width>45</width>
71               <height>16777215</height>
72              </size>
73             </property>
74             <property name="text">
75              <string>...</string>
76             </property>
77            </widget>
78           </item>
79          </layout>
80         </item>
81        </layout>
82       </item>
83       <item>
84        <spacer name="verticalSpacer">
85         <property name="orientation">
86          <enum>Qt::Vertical</enum>
87         </property>
88         <property name="sizeHint" stdset="0">
89          <size>
90           <width>20</width>
91           <height>0</height>
92          </size>
93         </property>
94        </spacer>
95       </item>
96       <item>
97        <layout class="QVBoxLayout" name="verticalLayout_5">
98         <property name="spacing">
99          <number>4</number>
100         </property>
101         <item>
102          <widget class="QLabel" name="label_2">
103           <property name="text">
104            <string>Output AVC/H.264 File:</string>
105           </property>
106          </widget>
107         </item>
108         <item>
109          <layout class="QHBoxLayout" name="horizontalLayout_6">
110           <item>
111            <widget class="QLineEdit" name="editOutput">
112             <property name="readOnly">
113              <bool>true</bool>
114             </property>
115            </widget>
116           </item>
117           <item>
118            <widget class="QPushButton" name="buttonBrowseOutput">
119             <property name="maximumSize">
120              <size>
121               <width>45</width>
122               <height>16777215</height>
123              </size>
124             </property>
125             <property name="text">
126              <string>...</string>
127             </property>
128            </widget>
129           </item>
130          </layout>
131         </item>
132        </layout>
133       </item>
134       <item>
135        <spacer name="verticalSpacer_3">
136         <property name="orientation">
137          <enum>Qt::Vertical</enum>
138         </property>
139         <property name="sizeHint" stdset="0">
140          <size>
141           <width>20</width>
142           <height>0</height>
143          </size>
144         </property>
145        </spacer>
146       </item>
147      </layout>
148     </widget>
149    </item>
150    <item>
151     <widget class="QGroupBox" name="groupBox_2">
152      <property name="sizePolicy">
153       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
154        <horstretch>0</horstretch>
155        <verstretch>0</verstretch>
156       </sizepolicy>
157      </property>
158      <property name="title">
159       <string> Rate Control </string>
160      </property>
161      <layout class="QVBoxLayout" name="verticalLayout_3">
162       <item>
163        <spacer name="verticalSpacer_4">
164         <property name="orientation">
165          <enum>Qt::Vertical</enum>
166         </property>
167         <property name="sizeHint" stdset="0">
168          <size>
169           <width>20</width>
170           <height>0</height>
171          </size>
172         </property>
173        </spacer>
174       </item>
175       <item>
176        <layout class="QHBoxLayout" name="horizontalLayout_2">
177         <item>
178          <layout class="QVBoxLayout" name="verticalLayout_4">
179           <item>
180            <widget class="QLabel" name="label_3">
181             <property name="text">
182              <string>Mode:</string>
183             </property>
184            </widget>
185           </item>
186           <item>
187            <widget class="QComboBox" name="cbxRateControlMode">
188             <property name="currentIndex">
189              <number>0</number>
190             </property>
191             <item>
192              <property name="text">
193               <string>CRF</string>
194              </property>
195             </item>
196             <item>
197              <property name="text">
198               <string>CQ</string>
199              </property>
200             </item>
201             <item>
202              <property name="text">
203               <string>2-Pass</string>
204              </property>
205             </item>
206             <item>
207              <property name="text">
208               <string>ABR</string>
209              </property>
210             </item>
211            </widget>
212           </item>
213          </layout>
214         </item>
215         <item>
216          <spacer name="horizontalSpacer_2">
217           <property name="orientation">
218            <enum>Qt::Horizontal</enum>
219           </property>
220           <property name="sizeType">
221            <enum>QSizePolicy::Fixed</enum>
222           </property>
223           <property name="sizeHint" stdset="0">
224            <size>
225             <width>16</width>
226             <height>0</height>
227            </size>
228           </property>
229          </spacer>
230         </item>
231         <item>
232          <layout class="QVBoxLayout" name="verticalLayout_7">
233           <item>
234            <widget class="QLabel" name="label_4">
235             <property name="text">
236              <string>Quantizer/CRF:</string>
237             </property>
238            </widget>
239           </item>
240           <item>
241            <widget class="QSpinBox" name="spinQuantizer">
242             <property name="maximum">
243              <number>52</number>
244             </property>
245             <property name="value">
246              <number>22</number>
247             </property>
248            </widget>
249           </item>
250          </layout>
251         </item>
252         <item>
253          <spacer name="horizontalSpacer_3">
254           <property name="orientation">
255            <enum>Qt::Horizontal</enum>
256           </property>
257           <property name="sizeType">
258            <enum>QSizePolicy::Fixed</enum>
259           </property>
260           <property name="sizeHint" stdset="0">
261            <size>
262             <width>16</width>
263             <height>0</height>
264            </size>
265           </property>
266          </spacer>
267         </item>
268         <item>
269          <layout class="QVBoxLayout" name="verticalLayout_6">
270           <item>
271            <widget class="QLabel" name="label_5">
272             <property name="text">
273              <string>Target Bitrate (kbps):</string>
274             </property>
275            </widget>
276           </item>
277           <item>
278            <widget class="QSpinBox" name="spinBitrate">
279             <property name="minimum">
280              <number>100</number>
281             </property>
282             <property name="maximum">
283              <number>250000</number>
284             </property>
285             <property name="value">
286              <number>1200</number>
287             </property>
288            </widget>
289           </item>
290          </layout>
291         </item>
292        </layout>
293       </item>
294       <item>
295        <spacer name="verticalSpacer_5">
296         <property name="orientation">
297          <enum>Qt::Vertical</enum>
298         </property>
299         <property name="sizeHint" stdset="0">
300          <size>
301           <width>20</width>
302           <height>0</height>
303          </size>
304         </property>
305        </spacer>
306       </item>
307      </layout>
308     </widget>
309    </item>
310    <item>
311     <widget class="QGroupBox" name="groupBox_3">
312      <property name="sizePolicy">
313       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
314        <horstretch>0</horstretch>
315        <verstretch>0</verstretch>
316       </sizepolicy>
317      </property>
318      <property name="title">
319       <string> Basic Encoder Options </string>
320      </property>
321      <layout class="QVBoxLayout" name="verticalLayout_8">
322       <item>
323        <spacer name="verticalSpacer_6">
324         <property name="orientation">
325          <enum>Qt::Vertical</enum>
326         </property>
327         <property name="sizeHint" stdset="0">
328          <size>
329           <width>20</width>
330           <height>0</height>
331          </size>
332         </property>
333        </spacer>
334       </item>
335       <item>
336        <layout class="QHBoxLayout" name="horizontalLayout_3">
337         <item>
338          <layout class="QVBoxLayout" name="verticalLayout_11">
339           <item>
340            <widget class="QLabel" name="label_6">
341             <property name="text">
342              <string>Preset:</string>
343             </property>
344            </widget>
345           </item>
346           <item>
347            <widget class="QComboBox" name="cbxPreset">
348             <property name="currentIndex">
349              <number>5</number>
350             </property>
351             <item>
352              <property name="text">
353               <string>Ultrafast</string>
354              </property>
355             </item>
356             <item>
357              <property name="text">
358               <string>Superfast</string>
359              </property>
360             </item>
361             <item>
362              <property name="text">
363               <string>Veryfast</string>
364              </property>
365             </item>
366             <item>
367              <property name="text">
368               <string>Faster</string>
369              </property>
370             </item>
371             <item>
372              <property name="text">
373               <string>Fast</string>
374              </property>
375             </item>
376             <item>
377              <property name="text">
378               <string>Medium</string>
379              </property>
380             </item>
381             <item>
382              <property name="text">
383               <string>Slow</string>
384              </property>
385             </item>
386             <item>
387              <property name="text">
388               <string>Slower</string>
389              </property>
390             </item>
391             <item>
392              <property name="text">
393               <string>Veryslow</string>
394              </property>
395             </item>
396             <item>
397              <property name="text">
398               <string>Placebo</string>
399              </property>
400             </item>
401            </widget>
402           </item>
403          </layout>
404         </item>
405         <item>
406          <spacer name="horizontalSpacer_4">
407           <property name="orientation">
408            <enum>Qt::Horizontal</enum>
409           </property>
410           <property name="sizeType">
411            <enum>QSizePolicy::Fixed</enum>
412           </property>
413           <property name="sizeHint" stdset="0">
414            <size>
415             <width>16</width>
416             <height>20</height>
417            </size>
418           </property>
419          </spacer>
420         </item>
421         <item>
422          <layout class="QVBoxLayout" name="verticalLayout_10">
423           <item>
424            <widget class="QLabel" name="label_7">
425             <property name="text">
426              <string>Tuning:</string>
427             </property>
428            </widget>
429           </item>
430           <item>
431            <widget class="QComboBox" name="cbxTuning">
432             <property name="currentIndex">
433              <number>1</number>
434             </property>
435             <item>
436              <property name="text">
437               <string>None</string>
438              </property>
439             </item>
440             <item>
441              <property name="text">
442               <string>Film</string>
443              </property>
444             </item>
445             <item>
446              <property name="text">
447               <string>Animation</string>
448              </property>
449             </item>
450             <item>
451              <property name="text">
452               <string>Grain</string>
453              </property>
454             </item>
455             <item>
456              <property name="text">
457               <string>Stillimage</string>
458              </property>
459             </item>
460             <item>
461              <property name="text">
462               <string>PSNR</string>
463              </property>
464             </item>
465             <item>
466              <property name="text">
467               <string>SSIM</string>
468              </property>
469             </item>
470             <item>
471              <property name="text">
472               <string>Fastdecode</string>
473              </property>
474             </item>
475             <item>
476              <property name="text">
477               <string>Zerolatency</string>
478              </property>
479             </item>
480             <item>
481              <property name="text">
482               <string>Touhou</string>
483              </property>
484             </item>
485            </widget>
486           </item>
487          </layout>
488         </item>
489         <item>
490          <spacer name="horizontalSpacer_5">
491           <property name="orientation">
492            <enum>Qt::Horizontal</enum>
493           </property>
494           <property name="sizeType">
495            <enum>QSizePolicy::Fixed</enum>
496           </property>
497           <property name="sizeHint" stdset="0">
498            <size>
499             <width>16</width>
500             <height>20</height>
501            </size>
502           </property>
503          </spacer>
504         </item>
505         <item>
506          <layout class="QVBoxLayout" name="verticalLayout_9">
507           <item>
508            <widget class="QLabel" name="label_8">
509             <property name="text">
510              <string>Profile:</string>
511             </property>
512            </widget>
513           </item>
514           <item>
515            <widget class="QComboBox" name="cbxProfile">
516             <property name="currentIndex">
517              <number>0</number>
518             </property>
519             <item>
520              <property name="text">
521               <string>High</string>
522              </property>
523             </item>
524             <item>
525              <property name="text">
526               <string>Main</string>
527              </property>
528             </item>
529             <item>
530              <property name="text">
531               <string>Baseline</string>
532              </property>
533             </item>
534            </widget>
535           </item>
536          </layout>
537         </item>
538        </layout>
539       </item>
540       <item>
541        <spacer name="verticalSpacer_7">
542         <property name="orientation">
543          <enum>Qt::Vertical</enum>
544         </property>
545         <property name="sizeHint" stdset="0">
546          <size>
547           <width>20</width>
548           <height>0</height>
549          </size>
550         </property>
551        </spacer>
552       </item>
553      </layout>
554     </widget>
555    </item>
556    <item>
557     <widget class="QGroupBox" name="groupBox_4">
558      <property name="sizePolicy">
559       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
560        <horstretch>0</horstretch>
561        <verstretch>0</verstretch>
562       </sizepolicy>
563      </property>
564      <property name="title">
565       <string>Advanced Encoder Options </string>
566      </property>
567      <layout class="QVBoxLayout" name="verticalLayout_13">
568       <item>
569        <spacer name="verticalSpacer_8">
570         <property name="orientation">
571          <enum>Qt::Vertical</enum>
572         </property>
573         <property name="sizeHint" stdset="0">
574          <size>
575           <width>20</width>
576           <height>0</height>
577          </size>
578         </property>
579        </spacer>
580       </item>
581       <item>
582        <layout class="QVBoxLayout" name="verticalLayout_12">
583         <property name="spacing">
584          <number>0</number>
585         </property>
586         <item>
587          <layout class="QHBoxLayout" name="horizontalLayout_4">
588           <item>
589            <widget class="QLabel" name="label_10">
590             <property name="text">
591              <string>Custom x264 Parameters:</string>
592             </property>
593            </widget>
594           </item>
595           <item>
596            <spacer name="horizontalSpacer_6">
597             <property name="orientation">
598              <enum>Qt::Horizontal</enum>
599             </property>
600             <property name="sizeHint" stdset="0">
601              <size>
602               <width>40</width>
603               <height>20</height>
604              </size>
605             </property>
606            </spacer>
607           </item>
608           <item>
609            <widget class="QLabel" name="labelHelpScreen">
610             <property name="palette">
611              <palette>
612               <active>
613                <colorrole role="WindowText">
614                 <brush brushstyle="SolidPattern">
615                  <color alpha="255">
616                   <red>0</red>
617                   <green>0</green>
618                   <blue>255</blue>
619                  </color>
620                 </brush>
621                </colorrole>
622               </active>
623               <inactive>
624                <colorrole role="WindowText">
625                 <brush brushstyle="SolidPattern">
626                  <color alpha="255">
627                   <red>0</red>
628                   <green>0</green>
629                   <blue>255</blue>
630                  </color>
631                 </brush>
632                </colorrole>
633               </inactive>
634               <disabled>
635                <colorrole role="WindowText">
636                 <brush brushstyle="SolidPattern">
637                  <color alpha="255">
638                   <red>120</red>
639                   <green>120</green>
640                   <blue>120</blue>
641                  </color>
642                 </brush>
643                </colorrole>
644               </disabled>
645              </palette>
646             </property>
647             <property name="font">
648              <font>
649               <underline>true</underline>
650              </font>
651             </property>
652             <property name="cursor">
653              <cursorShape>PointingHandCursor</cursorShape>
654             </property>
655             <property name="text">
656              <string>Show Help Screen</string>
657             </property>
658            </widget>
659           </item>
660          </layout>
661         </item>
662         <item>
663          <widget class="QComboBox" name="cbxCustomParams">
664           <property name="editable">
665            <bool>true</bool>
666           </property>
667          </widget>
668         </item>
669        </layout>
670       </item>
671       <item>
672        <spacer name="verticalSpacer_9">
673         <property name="orientation">
674          <enum>Qt::Vertical</enum>
675         </property>
676         <property name="sizeHint" stdset="0">
677          <size>
678           <width>20</width>
679           <height>0</height>
680          </size>
681         </property>
682        </spacer>
683       </item>
684      </layout>
685     </widget>
686    </item>
687    <item>
688     <widget class="QFrame" name="frame">
689      <property name="frameShape">
690       <enum>QFrame::HLine</enum>
691      </property>
692      <property name="frameShadow">
693       <enum>QFrame::Sunken</enum>
694      </property>
695     </widget>
696    </item>
697    <item>
698     <layout class="QHBoxLayout" name="horizontalLayout">
699      <item>
700       <widget class="QCheckBox" name="checkBoxRun">
701        <property name="text">
702         <string>Start Job Immediately</string>
703        </property>
704        <property name="checked">
705         <bool>true</bool>
706        </property>
707       </widget>
708      </item>
709      <item>
710       <spacer name="horizontalSpacer">
711        <property name="orientation">
712         <enum>Qt::Horizontal</enum>
713        </property>
714        <property name="sizeHint" stdset="0">
715         <size>
716          <width>40</width>
717          <height>20</height>
718         </size>
719        </property>
720       </spacer>
721      </item>
722      <item>
723       <widget class="QPushButton" name="buttonAccept">
724        <property name="minimumSize">
725         <size>
726          <width>128</width>
727          <height>0</height>
728         </size>
729        </property>
730        <property name="text">
731         <string>Add Job</string>
732        </property>
733        <property name="icon">
734         <iconset resource="../res/resources.qrc">
735          <normaloff>:/buttons/accept.png</normaloff>:/buttons/accept.png</iconset>
736        </property>
737       </widget>
738      </item>
739      <item>
740       <widget class="QPushButton" name="buttonCancel">
741        <property name="minimumSize">
742         <size>
743          <width>128</width>
744          <height>0</height>
745         </size>
746        </property>
747        <property name="text">
748         <string>Cancel</string>
749        </property>
750        <property name="icon">
751         <iconset resource="../res/resources.qrc">
752          <normaloff>:/buttons/cancel.png</normaloff>:/buttons/cancel.png</iconset>
753        </property>
754       </widget>
755      </item>
756     </layout>
757    </item>
758   </layout>
759  </widget>
760  <tabstops>
761   <tabstop>editSource</tabstop>
762   <tabstop>buttonBrowseSource</tabstop>
763   <tabstop>editOutput</tabstop>
764   <tabstop>buttonBrowseOutput</tabstop>
765   <tabstop>cbxRateControlMode</tabstop>
766   <tabstop>spinQuantizer</tabstop>
767   <tabstop>spinBitrate</tabstop>
768   <tabstop>cbxPreset</tabstop>
769   <tabstop>cbxTuning</tabstop>
770   <tabstop>cbxProfile</tabstop>
771   <tabstop>cbxCustomParams</tabstop>
772   <tabstop>checkBoxRun</tabstop>
773   <tabstop>buttonAccept</tabstop>
774   <tabstop>buttonCancel</tabstop>
775  </tabstops>
776  <resources>
777   <include location="../res/resources.qrc"/>
778  </resources>
779  <connections>
780   <connection>
781    <sender>buttonAccept</sender>
782    <signal>clicked()</signal>
783    <receiver>AddJobDialog</receiver>
784    <slot>accept()</slot>
785    <hints>
786     <hint type="sourcelabel">
787      <x>587</x>
788      <y>406</y>
789     </hint>
790     <hint type="destinationlabel">
791      <x>397</x>
792      <y>213</y>
793     </hint>
794    </hints>
795   </connection>
796   <connection>
797    <sender>buttonCancel</sender>
798    <signal>clicked()</signal>
799    <receiver>AddJobDialog</receiver>
800    <slot>reject()</slot>
801    <hints>
802     <hint type="sourcelabel">
803      <x>721</x>
804      <y>406</y>
805     </hint>
806     <hint type="destinationlabel">
807      <x>397</x>
808      <y>213</y>
809     </hint>
810    </hints>
811   </connection>
812  </connections>
813 </ui>