EXR stuff & error handling

This commit is contained in:
N00MKRAD
2024-06-24 11:36:43 +02:00
parent 73dcbe619a
commit ff23080453
5 changed files with 17 additions and 7 deletions

View File

@@ -55,6 +55,7 @@ namespace Flowframes.Data
Name = DirectoryInfo.Name;
SourcePath = DirectoryInfo.FullName;
Format = "Folder";
IoUtils.GetFileInfosSorted(SourcePath, false, "*.*").Take(1).ToList().ForEach(f => Format = f.Extension.Trim('.'));
if (requestFpsInputIfUnset && InputRate == null)
InputRate = InterpolateUtils.AskForFramerate(Name);