Bypass older mpeg-4 encoders

pull/4798/head
Qstick 4 years ago
parent c950006db5
commit df75027e3c

@ -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

Loading…
Cancel
Save