How to capture screen to be video using C# .Net?
Do you have some library to capture a screen to be a compressed video file or some solution that can do it? Your best option seems to be Windows Media Encoder. Here are some links: http://www.c-sharpcorner.com/UploadFile/armoghanasif/CaptureDesktopActivities11122005013755AM/CaptureDesktopActivities.aspx http://www.codeproject.com/KB/audio-video/CaptureScreenAsVideo.aspx http://mycomponent.blogspot.com/2009/04/capture-screen-activitiesvideo-using.html This code uses SharpAvi available on NuGet. Edit: Demonstrating just the core functionality. Head On to http://github.com/MathewSachin/Captura