mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 12:49:26 +01:00
Fix timestamps for loop frames for VFR loop videos
This commit is contained in:
@@ -41,6 +41,7 @@ namespace Flowframes.Data
|
||||
public bool SequenceInitialized = false;
|
||||
public bool IsVfr = false;
|
||||
public List<float> InputTimestamps = new List<float>();
|
||||
public List<float> InputTimestampDurations = new List<float>();
|
||||
|
||||
public int FileCount = 1;
|
||||
public int FrameCount { get { return VideoStreams.Count > 0 ? VideoStreams[0].FrameCount : 0; } }
|
||||
|
||||
Reference in New Issue
Block a user