Create .avi file from raster image list

I'm currently trying to make a screen recorder. I have made a list of bitmaps and want to put them in a .avi file. Is there any way to do this in C #?

Note: I'm a newbie, so keep things simple

+5
source share
2 answers

Try this site with downloadable examples: Simple C # Wrapper for the AviFile library.

+1
source

Try the SharpAvi library. Its sources include an example screen capture application.

+2
source

All Articles