I was wondering how compatible Node.js is with videos. Not playing them, but actually editing it. My end goal is to reverse videos online. Java looks like my best bet so far, but I do like how Node.js is fast, scalable, etc.
Does anyone know if it is possible with node.js? At lease being able to break up videos into frames, putting them into an array of some sort, and then sticking them back up.
My guess is probably not, as it looks as it is based off of JavaScript. I may be wrong, but I think javaScript is more UI, Animating, Simple Data jobs, etc. Not big time video editing.
Any help is highly appreciated.