Clarifai / clarifai-javascript

Official Clarifai JavaScript client for browsers and node.js
https://docs.clarifai.com
Other
351 stars 81 forks source link

shift frame time #49

Closed yangshengBE closed 4 years ago

yangshengBE commented 4 years ago

video frame timestamp will be midpoint time. for example when sample_ms is 2000, previously we return the frame time as: 0s, 2s, 4s ... now we change to: 1s, 3s, 5s.... Making this change so the time is more accurate since ffmpeg using the midpoint.