diff --git a/Code/Main/CreateVideo.cs b/Code/Main/CreateVideo.cs index a7d263c..f792854 100644 --- a/Code/Main/CreateVideo.cs +++ b/Code/Main/CreateVideo.cs @@ -42,7 +42,7 @@ namespace Flowframes.Main return; } - if (IoUtils.GetAmountOfFiles(path, false, "*.*" + I.current.interpExt) <= 1) + if (IoUtils.GetAmountOfFiles(path, false, "*" + I.current.interpExt) <= 1) { I.Cancel("Output folder does not contain frames - An error must have occured during interpolation!", AiProcess.hasShownError); return;