I want to create a small web video editor, to be able to render video to a canvas without dropping frames i need a seekToNextFrame() function.<p>Do you know any video player capable of this? I know you can reimplement the video API using WebCodecs, maybe someone already created what i am looking for.<p>The only open source project i found is this one: https://github.com/MattiasBuelens/baby-video<p>But as the README says it's only a proof of concept