HTML5 Video: How to get the index of current frame
I have a web application that processes mp4 video frame-by-frame using this WebCodecs library and stores the presentation timestamp and duration of every VideoFrame. Then i want to play the video and match the currently playing frame with the processed…