Reputation: 596
I want to be able to process a video frame by frame with NodeJS. I've looked at fluent-ffmpeg, but I don't think it supports processing the video frame by frame.
Upvotes: 2
Views: 4861
Reputation: 1030
The OpenCV node package will allow reading and processing of video. See examples.
Upvotes: 1