|
|
|
|
|
by bjano
1527 days ago
|
|
In Chrome and Edge you can use WebCodecs to decode and display video frames one-by-one. (this is what I used for the video editor at https://vidmix.app ) In other browsers you could build FFmpeg with webassembly and use that for frame-by-frame decoding but it's not going to be nearly as performant. |
|
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1735300