Rendering videos online using flash as3 and AIR, how does it work?
- by David
I came accross this link that talks about the technology used with Animoto.com
And it seems like they use AIR to export their flash animations to bitmaps that ffmpeg compil as a movie.
http://labs.animoto.com/2009/06/07/presenting-filmstrip/
"It also takes time to render, so what you’re seeing isn’t realtime. It’s a series of Flash-generated frames that have been saved out using AIR and processed into an MP4 after the fact using a utility called FFmpeg."
Does that mean AIR is installed on the server?
How would that work to export a dynamicaly created aninmation into a series of pics that ffmpeg can then easily convert into a movie?
David