diff --git a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js index 753ef59..9a93c33 100644 --- a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js +++ b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js @@ -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') {