Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Jun 21, 2016
2 parents 8b3a686 + 39e9bcf commit 9027d80
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 3 additions & 0 deletions downloads_have_moved_here.txt
@@ -0,0 +1,3 @@
please download releases from here (it is packaged within it):

https://github.com/rdp/screen-capture-recorder-to-video-windows-free
11 changes: 10 additions & 1 deletion how_to_setup_code.txt
Expand Up @@ -4,4 +4,13 @@ then open the visual studio project files in /source_code/acam
It outputs a .dll file that you "register" via (in administrator console)
$ regsvr32 XXX.dll (and unregister when you're done with regsvr32 /u XXX.dll)

git submodule update --init --recursive
git submodule update --init --recursive

In essence this is the "WASAPI loopback" sample
https://blogs.msdn.microsoft.com/matthew_van_eerde/2008/12/16/sample-wasapi-loopback-capture-record-what-you-hear/

combined with the "capture source filter" http://tmhare.mvps.org/downloads.htm but with many improvements :)

So go to those two to learn the basics.

This is meant to provide a "directshow filter" you can use in your graph, not a demo of how to do graphs.

0 comments on commit 9027d80

Please sign in to comment.