Expand description
Timecode reader/decoder module.
Provides VITC parsing, LTC decode approximation, and timecode validation.
Structs§
- Decoded
Timecode - Decoded timecode with metadata about source and confidence.
- LtcDecoder
- LTC (Linear Timecode) decoder state.
- Timecode
Validator - Timecode validator.
- Vitc
Parse Result - Result of a VITC line parse attempt.
- Vitc
Parser - VITC (Vertical Interval Timecode) parser.
Enums§
- Timecode
Source - Source of a decoded timecode.
- Vitc
Line - VITC line number selector for standard formats.
Functions§
- parse_
timecode_ string - Parse a timecode string in HH:MM:SS:FF or HH:MM:SS;FF format.