30th January 2010 19:18 UTC
avs window handle
so i've created a nice vvvv patch what can mix together 2 instances of avs with a fast and informative gui etc etc. the thing is that using 2 streams by the freeframe version extremely slows down the machine (output fps won't get higher than 30 fps and 15-20 fps is the average) so i switched from the freeframe plugin to the screenshot node (what takes a screenshot of a window of the given handle) the problem is that all avs windows has the same handles so i can capture just one at the same time. now comes the noob question: is there a way to change the handle of avs's window? and if i have to dig into the source code which part of it have to be changed?