Polish AmiReel UI and improve render workflow
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user