Apply auto-build changes

make-only-subtitle-default
HaveAGitGat 2 years ago committed by github-actions[bot]
parent e3f4892a8e
commit 19e10dfd03

@ -27,6 +27,7 @@ var details = function () { return ({
'eac3', 'eac3',
'dca', 'dca',
'flac', 'flac',
'libopus',
'mp2', 'mp2',
'libmp3lame', 'libmp3lame',
'truehd', 'truehd',
@ -148,6 +149,9 @@ var plugin = function (args) {
if (audioEncoder === 'libmp3lame') { if (audioEncoder === 'libmp3lame') {
audioCodec = 'mp3'; audioCodec = 'mp3';
} }
if (audioEncoder === 'libopus') {
audioCodec = 'opus';
}
var addedOrExists = attemptMakeStream({ var addedOrExists = attemptMakeStream({
args: args, args: args,
langTag: langTag, langTag: langTag,

@ -33,8 +33,7 @@ var details = function () { return ({
'mpeg2video', 'mpeg2video',
'mjpeg', 'mjpeg',
'flv', 'flv',
'mpeg4', 'theora',
'theora'
], ],
}, },
tooltip: 'Specify the codec check for', tooltip: 'Specify the codec check for',

Loading…
Cancel
Save