blah blah blah is here! blah blah » Close

up0down
link

Hi,

How can i record my screen as a video file. Can i do this with c#.
Thanks
David

last answered 6 months ago

1 answers

up1down
link

Recording the screen involves deep video hooking that's not attainable via the .NET framework itself as far as I know. You may be able to get single screenshots, but recording a fluid screen video requires not only several captures per second but also live video encoding and audio recording all at once.

So, unfortunately, no. There's no really good free way to do this.Windows Media Encoder (free) has a basic screen recording module, but for any level of professional project you'll want to use something like Camtasia Studio.

fm

Feedback