Expand description
Timecode interpolation between known reference points.
Provides frame-accurate timecode interpolation for situations where timecode values are only available at certain intervals (e.g., keyframes, LTC sync points) and intermediate values must be derived.
Structs§
- Batch
Interpolation Result - Batch interpolation result.
- Consistency
Issue - A consistency issue between two reference points.
- TcInterpolator
- Timecode interpolator that derives frame-accurate timecodes from sparse reference points.
- TcRef
Point - A known timecode reference point at a specific sample or frame position.
Enums§
- Interpolation
Mode - Interpolation strategy for deriving intermediate timecodes.
Functions§
- batch_
interpolate - Performs batch interpolation for a sorted list of positions.