Michael Studebaker
Michael Studebaker

Reputation: 596

Process video frame by frame with NodeJS

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

Answers (1)

grabbag
grabbag

Reputation: 1030

The OpenCV node package will allow reading and processing of video. See examples.

Upvotes: 1

Related Questions