diff --git a/Code/IO/IOUtils.cs b/Code/IO/IOUtils.cs index 84bb541..39b1044 100644 --- a/Code/IO/IOUtils.cs +++ b/Code/IO/IOUtils.cs @@ -17,7 +17,7 @@ namespace Cupscale internal class IOUtils { public static string[] compatibleExtensions = new string[] { ".png", ".jpg", ".jpeg", ".bmp", ".tga", ".webp", ".dds", ".gif" }; - public static string[] videoExtensions = new string[] { ".mp4", ".mkv", ".gif" }; + public static string[] videoExtensions = new string[] { ".mp4", ".m4v", ".mkv", ".webm", ".gif", ".avi" }; static bool hasShownPortableInfo = false; public static string GetAppDataDir()