Screen Recording
-
I am interested in writing a program to video record all screen activity. Similar to screen capture programs (just with video). I posted here to hopefully get some ideas from my fellow coders on how one might go about getting this accomplished. Maybe a video hook similar to remote desktop or VNC. My hope is to record it to an AVi using some compression like Divx or Xvid. Anyone have any ideas? Thanks
-
I am interested in writing a program to video record all screen activity. Similar to screen capture programs (just with video). I posted here to hopefully get some ideas from my fellow coders on how one might go about getting this accomplished. Maybe a video hook similar to remote desktop or VNC. My hope is to record it to an AVi using some compression like Divx or Xvid. Anyone have any ideas? Thanks
-
May not be exactly what you want but visit this web site where you might get links and/or sample code. http://directshownet.sourceforge.net/[^]
Thank you for the link. While the documentation helps the library is in .NET (C#) and helps me none for c++. I will read the docs for directShow. If I remember correctly I believe Xvid has there own library in c++ which includes the Directshow filter. I may end up using that if I do not find anything better.