Polish AmiReel UI and improve render workflow

This commit is contained in:
2026-08-11 13:55:44 +02:00
parent ad205bb534
commit d62ae0b9fb
38 changed files with 2711 additions and 183 deletions
+3
View File
@@ -19,6 +19,9 @@ public static class ToolExtractor
return new ToolPaths(ffmpegPath, ffprobePath);
}
if (TryResolveFromSystemPath(out ToolPaths? systemTools) && systemTools is not null)
return systemTools;
return await ExtractAsync(cancellationToken);
}