Does anyone have an idea how this could be done? Or a product?
I have a SWF timeline animation that grabs XML/images dynamically and then need to output/encode that as a video.
|
Does anyone have an idea how this could be done? Or a product? I have a SWF timeline animation that grabs XML/images dynamically and then need to output/encode that as a video. | |||
feedback
|
|
You could build the functionality (in flash) to render each frame to a BitmapData-object, and then send that encoded as JPEG to a (local) service (either through URLLoader or via TCP/IP sockets) which saves them as images on file and then converts that into a movie once all frames are rendered. EDIT: You can use a part of AS3 Core Lib ( https://github.com/mikechambers/as3corelib ) to convert a BitmapData into a JPEG file (in memory). | |||
|
feedback
|
|
If you want a FLV as output, you could use an FLV encoder like this: http://www.zeropointnine.com/blog/simpleflvwriteras-as3-class-to-create-flvs/ | |||
|
feedback
|
|
Maybe you should check the swf to video sdk from moyea: http://www.swfkits.com/swf-to-video-sdk/ | |||
|
feedback
|