Skip to content

Save frame count in recorded track #17

maxbr requested to merge dev into main

This is a simple heuristic that makes it possible to replay recorded tracks with both original and rerecorded video: If the frame count of the current playback matches the count stored in the track, the stored frame offset is applied during replay. Otherwise, tracks are replayed starting at frame 0.

Merge request reports