Best way to capture paused video frame to canvas
问题 I know how to copy on frame by frame basis from a playing HTML5 video to a canvas using 2D context. But I want to work with a paused video, change dinamically its currentTime and copy current frame of video to canvas. My guess is some process is not called yet when video position is set with currentTime property, although the video itself does update the image it shows (but not to the canvas). I've found that it's posible to overcome this by setting a setTimeout to do the canvas ´drawImage´