<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ExportVideoMenu</class>
<widget class="QWidget" name="ExportVideoMenu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>614</width>
<height>543</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="titleLbl">
<property name="font">
<font>
<pointsize>14</pointsize>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Export Video</string>
</property>
</widget>
</item>
<item>
<widget class="QToolBox" name="toolBox">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>1</verstretch>
</sizepolicy>
</property>
<widget class="QWidget" name="toolBoxPage1">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>586</width>
<height>640</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="label">
<string>General</string>
</attribute>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="maxIterLbl">
<property name="text">
<string>Max. Iterations</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="maxIterTxt">
<property name="text">
<string>5000</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="widthLbl">
<property name="text">
<string>Video Width</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="widthTxt">
<property name="text">
<string>1920</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="heightLbl">
<property name="text">
<string>Video Height</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="heightTxt">
<property name="text">
<string>1080</string>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Start View</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="1" column="0">
<widget class="QLineEdit" name="startX"/>
</item>
<item row="0" column="0">
<widget class="QLineEdit" name="startW"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="startY"/>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="startH"/>
</item>
</layout>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>End View</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLineEdit" name="endX"/>
</item>
<item row="1" column="0">
<widget class="QLineEdit" name="endW"/>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="endH"/>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="endY"/>
</item>
</layout>
</widget>
</item>
<item row="5" column="0">
<widget class="QPushButton" name="pathBtn">
<property name="text">
<string>Save As</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="pathTxt"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="toolBoxPage2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>614</width>
<height>373</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<attribute name="label">
<string>Encoding</string>
</attribute>
<layout class="QFormLayout" name="formLayout_4">
<item row="0" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>Bitrate [kbps]</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="bitrate">
<property name="text">
<string>5000</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Encoding preset</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="encodingPresetBox">
<property name="editable">
<bool>false</bool>
</property>
<property name="currentText">
<string/>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_8">
<property name="text">
<string>Fps</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLineEdit" name="fps">
<property name="text">
<string>60</string>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_9">
<property name="text">
<string>Zoom Speed</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QLineEdit" name="zoomSpeed">
<property name="text">
<string>1</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>