Render Silverlight Animation to video file

Posted by VOliveira on Stack Overflow See other posts from Stack Overflow or by VOliveira
Published on 2010-06-16T13:28:30Z Indexed on 2010/06/16 13:32 UTC
Read the original article Hit count: 150

Hi guys

I need to be able to render a silverlight storyboard animation to video. The animated content itself could be simple UIElements, Images or even two or more videos playing at the same time.

Several ideas came to mind like RenderTargetBitmap on a single frame basis, but:

1) I've never tested this against video embedded content

2) Don't know how to actually compose the video from the generated images.

Expression Encoder was also on my mind, but I don't know if it's possible to integrate it in a Silverlight/XBAP app to fulfill what's expected from it.

What's your opinion on this?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about Silverlight