5

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

grabthefish
  • 962
  • 14
  • 30
  • What code do you have currently ? can you show us where you are having the issue..? – MethodMan Aug 03 '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.) – 4444 Aug 03 '12 at 20:38

2 Answers2

2

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

baSSiLL
  • 276
  • 2
  • 4
1

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

SwiftArchitect
  • 47,376
  • 28
  • 140
  • 179
MethodMan
  • 18,625
  • 6
  • 34
  • 52