Skip to main content

Module tc_interpolate

Module tc_interpolate 

Source
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§

BatchInterpolationResult
Batch interpolation result.
ConsistencyIssue
A consistency issue between two reference points.
TcInterpolator
Timecode interpolator that derives frame-accurate timecodes from sparse reference points.
TcRefPoint
A known timecode reference point at a specific sample or frame position.

Enums§

InterpolationMode
Interpolation strategy for deriving intermediate timecodes.

Functions§

batch_interpolate
Performs batch interpolation for a sorted list of positions.