Expand description
Timecode continuity checking and gap detection.
Provides tools for detecting discontinuities, gaps, and overlaps in timecode streams.
Structs§
- Continuity
Monitor - Continuity monitor for a stream of timecodes.
- Timecode
Range - Timecode range representing a continuous segment.
- Timecodeg
Gap - A detected gap or discontinuity in a timecode sequence.
Enums§
- Continuity
Result - Result of a continuity check on a single transition.
Functions§
- check_
continuity - Check continuity between two consecutive timecodes.
- expected_
frame_ count - Expected frame count between two timecodes.
- find_
gaps - Find all gaps in a slice of timecodes.
- split_
into_ segments - Split a slice of timecodes into continuous segments.