mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 23:48:15 -07:00
Merge pull request #132 from caiusseverus/patch-1
Bugfix: missing hyphen
This commit is contained in:
commit
65a46948c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue