Ask HN: HTML video element using WebCodecs API
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.
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.
The only open source project i found is this one: https://github.com/MattiasBuelens/baby-video
But as the README says it's only a proof of concept
No comments yet.