Creating video from WPF/Silverlight animation

silverlight, video-capture, wpf

Solution

Here is how to do it for WPF (i.e. not Silverlight)

http://blogs.msdn.com/b/saveenr/archive/2008/09/22/wpf-xaml-saving-an-animation-as-an-avi-video-file.aspx

Problem

I have a animation written in XAML. I need to create a video (AVI) from that animation. Is there a way to do that ?

Original source