Bypass older mpeg-4 encoders

This commit is contained in:
Qstick 2020-08-01 23:12:06 -04:00
parent c950006db5
commit df75027e3c
1 changed files with 6 additions and 0 deletions

View File

@ -342,6 +342,12 @@ namespace NzbDrone.Core.MediaFiles.MediaInfo
return ""; // Intel(R) IPP
}
if (videoCodecLibrary.Contains("ZJMedia") ||
videoCodecLibrary.Contains("DigiArty"))
{
return ""; // Other
}
if (videoCodecLibrary == "")
{
return ""; // Unknown mp4v