Is there a way to create videos programatically in Rails?

Are any of these two options possible:

  1. Create a movie based on supplied images and soundtrack?

  2. Modify an iMovie project in Ruby/Rails somehow? If I have a project already created with transitions, etc. Is there a way I can put in images in placeholder places in the movie?

Any advice would be greatly appreciated!

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

I'm guessing what you're looking for will be built in Ruby, and probably not use any of Rails.

The only way that I know how to do this is to create a SWF using Ming.

There's a pretty good example on how to use it here

link|improve this answer
feedback

Recently I've researched the same area and what I've found might be what you're looking for : the innovating HTML5 tag 'canvas' . As we heard these days , even Abobe are on the convertion towards HTML5 standards . The guys from MIX have built a plug-in to Adobe Illustrator CS5 , which converts any image or video stream into JavaScript points of drawing on "<"canvas">" .

link|improve this answer
Sorry but how is this relevant to the question? – Rob Fox Dec 14 '11 at 12:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.