Reputation: 153
Looking for direction, guidance, examples. Are there solid video processing libraries to use? Javascript/Node and Ruby/Rails are my two platform options
Upvotes: 0
Views: 1447
Reputation: 620
I think you can do most of the stuff with ffmpeg if you are looking for a good library to do it with node.js I can recommend node-fluent-ffmpeg.
Merging (Concating)/Comperssing videos with ffmpeg should be pretty easy.
Upvotes: 2