Is there any .NET libraries to generate video files (any type) from a given sequence of bitmap images?
|
|
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. |
||
|
|
|
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 |
||
|
|
|
Sorry a bit late to this thread but I Bitmap to video uses old vfw technology to do the job in C# |
||
|
|
