I'm thinking I'll have to wait for the video to finish loading, then set up an interval (at 1/24 sec.) to get the current frame data, for the duration of the video. But that seems pretty hacky and looks like it might skip frames and such…
So, is there a "onFrameChange" listener I can hook on to, so I can get every frame, or any other way to get the image data of every frame of a HTML5 video?
Thanks in advance.