Skip to content

Commit 20578e6

Browse files
authored
Update README.md
1 parent c7c9e3b commit 20578e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
So there is no way you can jump to next / prev frame in HTML5 video. You can adjust it to next second or next millisecond but you never know if it's going to be next or previous frame or not.
44
There is relatively new feature: https://web.dev/requestvideoframecallback-rvfc/ that we can possibly use to do some stupid per frame navigation.
55

6-
https://youtu.be/CL2WYYlS4Ao?si=G2JvwI1rYzwc9y5p
6+
https://github.com/angrycoding/requestVideoFrameCallback-prev-next/assets/895042/49d1dabc-699e-4613-bc29-a11cf5082082
77

88
Idea is: **requestVideoFrameCallback** callback is called with two arguments: first one is some kind of timestamp, and second one is some kind
99
of meta information about current video's position https://wicg.github.io/video-rvfc/#dictdef-videoframemetadata

0 commit comments

Comments
 (0)