I am currently trying to make a screen recorder. I made list of bitmap images and want to put them in an .avi file. Is there anyway to do that in C#?
note: i'm a novice, so keep things simple
I am currently trying to make a screen recorder. I made list of bitmap images and want to put them in an .avi file. Is there anyway to do that in C#?
note: i'm a novice, so keep things simple
Try SharpAvi library. Its sources include a sample screen recording application.
Try this site which has downloadable examples as well: A Simple C# Wrapper for the AviFile Library.