I have a animation written in XAML. I need to create a video (AVI) from that animation. Is there a way to do that ?
With Silverlight my approach was:
If you are not able to launch .exe files then the only option is to send each .jpg file (as byte array) to the server and use "Process.Start" there; and then send resulting video back to Silverlight.
Because ImageTools is not very quick, I had to resort to saving each image as .bmp and have libjpeg-turbo to convert them to .jpg.