Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
What code do you have currently ? can you show us where you are having the issue..? – DJ KRAZE Aug 3 '12 at 20:26
1  
Agreed, the more information you can provide, the better. (Do note that saving each frame as a bitmap will cause your end result to have a very large file size.) – Doc Aug 3 '12 at 20:38

1 Answer

up vote 1 down vote accepted

Try this site has downloadable examples as wellA Simple C# Wrapper for the AviFile Library

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.