mmaelzer / mjpeg-camera

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

How to playback the jpg files stored in frames/ folder as video? #11

Closed tejaswigowda closed 4 years ago

mmaelzer commented 4 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