When I have a HTML5 video object, I can set its currentTime
property to jump (seek) to a specific time position.
Is there also a way to jump or seek to a specific frame number?
Or related: is there a way for a paused video to step or skip to the next or previous frame?
I mean when it's currently paused or freezes at some arbitrary position, cause the video to jump to the succeeding or preceding frame.