Qt: Upgrade WebM codecs

This commit is contained in:
Vicki Pfau 2018-09-18 14:12:22 -07:00
parent 1aa256a7ee
commit bf87a1db48
2 changed files with 14 additions and 9 deletions

View File

@ -170,8 +170,8 @@ void VideoView::updatePresets() {
addPreset(m_ui.presetWebM, {
.container = "WebM",
.vcodec = "VP8",
.acodec = "Vorbis",
.vcodec = "VP9",
.acodec = "Opus",
.vbr = 800,
.abr = 128
});

View File

@ -106,7 +106,7 @@
<item>
<widget class="QRadioButton" name="presetHQ">
<property name="text">
<string>High Quality</string>
<string>High &amp;Quality</string>
</property>
<attribute name="buttonGroup">
<string notr="true">presets</string>
@ -116,7 +116,7 @@
<item>
<widget class="QRadioButton" name="presetYoutube">
<property name="text">
<string>YouTube</string>
<string>&amp;YouTube</string>
</property>
<attribute name="buttonGroup">
<string notr="true">presets</string>
@ -136,7 +136,7 @@
<item>
<widget class="QRadioButton" name="presetLossless">
<property name="text">
<string>Lossless</string>
<string>&amp;Lossless</string>
</property>
<property name="checked">
<bool>true</bool>
@ -153,7 +153,7 @@
<item>
<widget class="QRadioButton" name="preset1080">
<property name="text">
<string>1080p</string>
<string>&amp;1080p</string>
</property>
<attribute name="buttonGroup">
<string notr="true">resolutions</string>
@ -163,7 +163,7 @@
<item>
<widget class="QRadioButton" name="preset720">
<property name="text">
<string>720p</string>
<string>&amp;720p</string>
</property>
<attribute name="buttonGroup">
<string notr="true">resolutions</string>
@ -173,7 +173,7 @@
<item>
<widget class="QRadioButton" name="preset480">
<property name="text">
<string>480p</string>
<string>&amp;480p</string>
</property>
<attribute name="buttonGroup">
<string notr="true">resolutions</string>
@ -186,7 +186,7 @@
<bool>false</bool>
</property>
<property name="text">
<string>Native</string>
<string>&amp;Native</string>
</property>
<property name="checked">
<bool>true</bool>
@ -274,6 +274,11 @@
<string>VP8</string>
</property>
</item>
<item>
<property name="text">
<string>VP9</string>
</property>
</item>
<item>
<property name="text">
<string>FFV1</string>