mmaelzer / mjpeg-camera

A node.js library and/or server for connecting to, recording from, and streaming mjpeg cameras.
71 stars 23 forks source link

Video Recording #8

Closed crosofg closed 8 years ago

crosofg commented 8 years ago

How do I record videos through this?

mmaelzer commented 8 years ago

If you wanted to create a video, you could use the jpegs generated by mjpeg-camera and pass them to ffmpeg which could create the desired video file(s).

Some links that might help you out: http://superuser.com/questions/624567/ffmpeg-create-a-video-from-images http://electron.mit.edu/~gsteele/ffmpeg/ http://stackoverflow.com/questions/13294919/can-you-stream-images-to-ffmpeg-to-construct-a-video-instead-of-saving-them-t