tags:

views:

307

answers:

3

Is there any .NET libraries to generate video files (any type) from a given sequence of bitmap images?

+1  A: 

You could try this:

http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx

It is written in C# and it can create a avi video stream from a list of bitmaps.

Presidenten
Thanks Presidenten, I had to put that project on hold but I'll definetely have a look at your link.
Claudio
+1  A: 

You can use Splicer to do this.

Please see example 3 at http://www.codeplex.com/splicer/Wiki/View.aspx?title=News%20Feeds&referringTitle=Home

loraderon
Thanks Anders, I had to put that project on hold but I'll definetely have a look at your link.
Claudio
A: 

Sorry a bit late to this thread but I Bitmap to video uses old vfw technology to do the job in C#

mikej