Bugfix: missing hyphen

Missing hyphen in preset for mjpeg decoding line 275.
make-only-subtitle-default
caiusseverus 5 years ago committed by GitHub
parent 9dd23003e2
commit 2d15e9f7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -272,7 +272,7 @@ function plugin(file, librarySettings, inputs) {
response.preset = '-c:v h264_cuvid';
}
} else if (file.video_codec_name === 'mjpeg') {
response.preset = 'c:v mjpeg_cuvid';
response.preset = '-c:v mjpeg_cuvid';
} else if (file.video_codec_name === 'mpeg1') {
response.preset = '-c:v mpeg1_cuvid';
} else if (file.video_codec_name === 'mpeg2') {

Loading…
Cancel
Save