mirror of
https://github.com/libretro/mgba.git
synced 2025-02-17 06:07:46 +00:00
Qt: Upgrade WebM codecs
This commit is contained in:
parent
1aa256a7ee
commit
bf87a1db48
@ -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
|
||||
});
|
||||
|
@ -106,7 +106,7 @@
|
||||
<item>
|
||||
<widget class="QRadioButton" name="presetHQ">
|
||||
<property name="text">
|
||||
<string>High Quality</string>
|
||||
<string>High &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>&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>&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>&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>&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>&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>&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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user