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
  • 25,418
  • 43
  • 131
  • 202
Itay.B
  • 3,991
  • 14
  • 61
  • 96
  • 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,688
  • 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
  • 37,935
  • 10
  • 86
  • 125
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,399
  • 4
  • 31
  • 50