Merge pull request #132 from caiusseverus/patch-1

Bugfix: missing hyphen
make-only-subtitle-default
HaveAGitGat 5 years ago committed by GitHub
commit 65a46948c6
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