clamsproject / app-swt-detection

CLAMS app for detecting scenes with text from video input
Apache License 2.0
1 stars 0 forks source link

Change calculation of ftime to use value provided by the frame object #36

Closed owencking closed 11 months ago

owencking commented 11 months ago

Frame timestamp was being calculated by dividing the frame number by the average frames per second. That is less reliable than using the timestamp provided by the frame object in the decoded video stream.