.NET library for creating a video file from a sequence of raster images

Are there any .NET libraries for generating video files (of any type) from a given sequence of bitmap images?

+4
source share
3 answers

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.

+1
source

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

0
source

All Articles