Fix audio with VFR encodes, add WMV to format whitelist, better ascii char warning

This commit is contained in:
N00MKRAD
2020-11-26 23:47:09 +01:00
parent 514e5a8489
commit c1caa7bb77
4 changed files with 14 additions and 8 deletions

View File

@@ -263,7 +263,7 @@ namespace Flowframes
if (!hasShownError && line.ToLower().Contains("modulenotfounderror"))
{
hasShownError = true;
InterpolateUtils.ShowMessage($"A python module is missing. Check {logFilename} for details.\n\n{line}", "Error");
InterpolateUtils.ShowMessage($"A python module is missing. Check {logFilename} for details.\n\n{line}\n\nIf you don't want to install it yourself, use the Python package from the Package Installer.", "Error");
}
if (!hasShownError && line.ToLower().Contains("no longer supports this gpu"))