Ever heard of elfyourself? http://www.youtube.com/watch?v=gerWP7imzg8
I dont want to make a clone of elfyourself, but want to find a method to do the same combination of a video combined with moving images.
It would be perfect, if the resulting video can be embedded with HTML5 and work on popular browsers and smartphones (ios and android).
Requirements:
- Ruby as language.
- Place moving object on an existing video (its okay to do this with any tool what so ever).
- Let an user select an image.
- Serverside software should insert the user-selected image as the moving object.
The closest (not working) solution I can think of:
- Embed the video in Flash and create the moving object as overlay.
- Somehow let the Flash take the user-selected image as a parameter, so the image can be inserted as the moving object.
- Use FFMPEG to convert the SWF file to mp4.