made output extensions in batch processing customizable

This commit is contained in:
k4yt3x
2020-06-07 23:36:09 -04:00
parent 0b15fb7bd2
commit 7e87dac15e
5 changed files with 164 additions and 77 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>673</width>
<height>844</height>
<height>876</height>
</rect>
</property>
<property name="acceptDrops">
@@ -407,6 +407,54 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="imageOutputExtensionHorizontalLayout">
<item>
<widget class="QLabel" name="imageOutputExtensionLabel">
<property name="text">
<string>Image Output Extension</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="imageOutputExtensionLineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>.png</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="videoOutputExtensionHorizontalLayout">
<item>
<widget class="QLabel" name="videoOutputExtensionLabel">
<property name="text">
<string>Video Output Extension</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="videoOutputExtensionLineEdit">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>.mp4</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="preserveFramesCheckBox">
<property name="toolTip">
@@ -448,6 +496,9 @@
<property name="text">
<string>Keep Aspect Ratio</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>