2

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.

asked Apr 7, 2015 at 23:36
3
  • 1
    You'll have to decode the video into individual frames (using FFmpeg... its command line binary is fine), read these frames in Node.js, do whatever you want to do them, and then re-encode a video from these frames. This is an intensive process. Commented Apr 8, 2015 at 1:41
  • I saw your other question concerning frame differences. May I ask why you need to use Node.js? You could use something like the open source computer vision library instead opencv.org. Commented Apr 8, 2015 at 12:10
  • 1
    If you need to use Nodejs for video processing you can use OpenCV wrapper for Nodejs (github.com/peterbraden/node-opencv) Commented Jun 2, 2015 at 16:54

1 Answer 1

1

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

answered Oct 23, 2017 at 18:31
Sign up to request clarification or add additional context in comments.

1 Comment

npmjs.com/package/node-opencv this package have literally nothing. why would you suggest a blank security holder repo? i don't think you get money from clicking

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.