1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 20:12:41 +02:00

Bypass older mpeg-4 encoders

This commit is contained in:
Qstick 2020-08-01 23:12:06 -04:00
parent c950006db5
commit df75027e3c

View File

@ -342,6 +342,12 @@ public static string FormatVideoCodec(MediaInfoModel mediaInfo, string sceneName
return ""; // Intel(R) IPP
}
if (videoCodecLibrary.Contains("ZJMedia") ||
videoCodecLibrary.Contains("DigiArty"))
{
return ""; // Other
}
if (videoCodecLibrary == "")
{
return ""; // Unknown mp4v