added checkbox to ensure width and height are divisible by 2

This commit is contained in:
k4yt3x
2020-05-14 22:34:27 -04:00
parent 0882f44e1f
commit c384bb91c4
4 changed files with 27 additions and 2 deletions

View File

@@ -1930,6 +1930,16 @@
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="ffmpegAssembleVideoOutputOptionsEnsureDivisibleCheckBox">
<property name="text">
<string>Ensure output width and height are divisible by 2</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>