mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-21 02:39:27 +01:00
Allow custom input FPS if FPS wasn't detected (or when using img input)
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Flowframes.UI
|
||||
fpsStr = fps.ToString();
|
||||
|
||||
Logger.Log($"Video FPS: {fpsStr} - Total Number Of Frames: {frameCount}", false, true);
|
||||
|
||||
Program.mainForm.GetInputFpsTextbox().ReadOnly = fps > 0;
|
||||
Program.mainForm.currInFps = fps;
|
||||
Program.mainForm.currInFrames = frameCount;
|
||||
Program.mainForm.UpdateInputInfo();
|
||||
|
||||
Reference in New Issue
Block a user