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

setStatus is not defined #8

Open tobiasBora opened 11 months ago

tobiasBora commented 11 months ago

When a decoding error occurs (not sure why yet… seems to arrive on big files, but before the memory gets full), we get an additional error setStatus is not defined.

image