Trim tool, Quick Settings WIP

This commit is contained in:
N00MKRAD
2021-02-23 12:13:30 +01:00
parent 5949e570a7
commit a29693d103
11 changed files with 266 additions and 402 deletions

View File

@@ -35,6 +35,7 @@ namespace Flowframes.UI
Logger.Log("Loading metadata...");
Program.mainForm.currInDuration = FfmpegCommands.GetDuration(path);
Program.mainForm.currInDurationCut = Program.mainForm.currInDuration;
int frameCount = await InterpolateUtils.GetInputFrameCountAsync(path);
string fpsStr = "Not Found";
float fps = await IOUtils.GetFpsFolderOrVideo(path);