1

Does someone knows how can I capture my computer screen to a video file? I need the file to be as small as possible. I'm using C#. Third party components also welcome.

TY

stiank81
  • 24,500
  • 40
  • 125
  • 200
Itay.B
  • 3,705
  • 13
  • 57
  • 92
  • Possible duplicate: http://stackoverflow.com/questions/397754/record-video-of-screen-using-net-technologies – Justin Mar 05 '10 at 08:25

3 Answers3

1

You could take a look at ScapLib, and see if that suits your needs.

Nomad101
  • 1,660
  • 11
  • 16
1

I think you are referring to creating a screen cast, if so this is the best I have used.

http://www.techsmith.com/camtasia.asp

It can produce many formats including FLV which can be configured to small file size.

Dustin Laine
  • 36,015
  • 9
  • 81
  • 121
0

Directly capturing video from the desktop in .net does not seem to be a simple task. Here's an article from c-sharpcorner that might help you out: Link.

Justin
  • 2,299
  • 4
  • 30
  • 47