Question
Closed this issue · 1 comments
cubecleveland commented
Can i use the library to build a video of the frames?
mmaelzer commented
This library itself cannot create videos. However, since this library can emit JPEG images, you can convert a series of JPEGs into a video via ffmpeg. Something like node-fluent-ffmpeg might make this an easy process, but I have not looked into how easy/hard it would be to do the images to video conversion with node-fluent-ffmpeg.