Are there any .NET libraries for generating video files (of any type) from a given sequence of bitmap images?
You can try the following:
http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx
It is written in C # and it can create an AVI video stream from a list of bitmap images.
You can use Splicer to do this.
See example 3 at http://www.codeplex.com/splicer/Wiki/View.aspx?title=News%20Feeds&referringTitle=Home
Sorry, a little late in this thread, but I Bitmap to video uses the old vfw technology to do the job in C #