views:

484

answers:

2

Hello guys,

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

A: 

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
why did some one vote this down??
Petoj
A: 

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:

http://www.c-sharpcorner.com/UploadFile/satisharveti/EnhancedDesktopRecorder07222008041309AM/EnhancedDesktopRecorder.aspx
Justin