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
2009-01-20 12:35:45
Thanks Presidenten, I had to put that project on hold but I'll definetely have a look at your link.
Claudio
2009-03-05 03:49:43
+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
2009-01-20 13:27:24
Thanks Anders, I had to put that project on hold but I'll definetely have a look at your link.
Claudio
2009-03-05 03:50:22
A:
Sorry a bit late to this thread but I Bitmap to video uses old vfw technology to do the job in C#
mikej
2009-07-21 11:51:49