diff --git a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js index 6e6103f..11edf36 100644 --- a/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js +++ b/Community/Tdarr_Plugin_MC93_Migz1FFMPEG.js @@ -321,6 +321,8 @@ const plugin = (file, librarySettings, inputs, otherArguments) => { response.preset = '-c:v mpeg1_cuvid'; } else if (file.video_codec_name === 'mpeg2') { response.preset = '-c:v mpeg2_cuvid'; + } else if (file.video_codec_name === 'mpeg4') { + response.preset = '-c:v mpeg4_cuvid'; } else if (file.video_codec_name === 'vc1') { response.preset = '-c:v vc1_cuvid'; } else if (file.video_codec_name === 'vp8') {