Create an .avi file from a list of bitmap images

2019-06-21 12:52发布

问题:

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

回答1:

Try this site which has downloadable examples as well: A Simple C# Wrapper for the AviFile Library.



回答2:

Try SharpAvi library. Its sources include a sample screen recording application.