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

Currently, I'm using `video.currentTime`. [As mentioned before](https://github.com/Daiz/frame-accurate-ish), this is not sufficient for frame-accurate rendering even if you know the exact frame rate of the video. There are ways to improve the accuracy with some non-standard properties (like `video.mozPaintedFrames` in Firefox), but even then the results aren't perfect.

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

Received on Wednesday, 13 June 2018 00:16:29 UTC