user3127502
user3127502

Reputation: 153

Programmatically merge & compress multiple video clips into one Video file

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

Answers (1)

Guy S
Guy S

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

Related Questions