josephrocca / getVideoFrames.js

Simple JavaScript library to break a video down into individual frames (uses WebCodecs API and MP4Box.js)
MIT License
38 stars 4 forks source link

Make it compatible with Firefox #5

Open tobiasBora opened 1 year ago

tobiasBora commented 1 year ago

Thanks for this great library that is a breeze to use. It would be great to have this library compatible with Firefox as well. I know that it does not support webcodec yet, but this post https://stackoverflow.com/questions/32699721/javascript-extract-video-frames-reliably mentions a firefox-specific alternative called HTMLMediaElement.seekToNextFrame().