Re: [media-and-entertainment] Frame accurate seeking of HTML5 MediaElement

>what minimal updates to media elements could solve the issue

Related to the matter of frame accuracy on the whole, one idea would be to add a new property to VideoElement called `.currentFrameTime` which would hold the presentation time value of the currently displayed frame. As mentioned in the [research repository of mine (also linked above)](https://github.com/Daiz/frame-accurate-ish), `.currentTime` is not actually sufficient right now in any browser for determining the currently displayed frame even if you know the exact framerate of the video. `.currentFrameTime` could at least solve this particular issue, and could also be used for monitoring the exact screen refreshes when displayed frames change.

-- 
GitHub Notification of comment by Daiz
Please view or discuss this issue at https://github.com/w3c/media-and-entertainment/issues/4#issuecomment-396546248 using your GitHub account

Received on Tuesday, 12 June 2018 10:42:57 UTC