mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Bugfix: missing hyphen
Missing hyphen in preset for mjpeg decoding line 275.
This commit is contained in:
parent
9dd23003e2
commit
2d15e9f7dd
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