Search code examples
ruby-on-railsnode.jsvideovideo-processing

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


Solution

  • 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.