<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I think he was asking about a video routing system for applications, correct?<div><br></div><div>OS X 10.5 has a new API which allows one to get arbitrary window contents even if the window is obfuscated or otherwise not seen (this is&nbsp;<span class="Apple-style-span" style="color: rgb(46, 13, 110); font-family: Monaco; ">CGWindowListCreateImage() in CGWindow.h&nbsp;<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Verdana; ">) However it does readback off of the GPU to a 'CGImage' - which is like a jit.matrix bitmap, not a GPU texture, which is not 100% preferable for performance reasons. However, ive used it for an app with Modul8, Quartz Composer, and *any* screen source (jitter, real video, etc), and it definitely works, even though its not optimized and has some overhead.</span></span></div><div><br></div><div>There are even better ways of doing this, using CGRemotOperation to get window update hints, combine it with openGl screen scraping and asycnronous readback and you have a poor mans version sound-flower for video. Ive seen some applications that provide 'virtual' video devices, spoofing a DV camera driver, or virtualizing an iSight to let multiple apps use it. However, this is indeed 10.5 OS X only.</div><div><br></div><div>Im wiling to bet this could be glued together pretty well, and is probably on "someones to do list" *ahem*</div><div><font class="Apple-style-span" color="#2E0D6E" face="Monaco"><br></font></div><div><font class="Apple-style-span" color="#2E0D6E" face="Monaco"><br></font></div><div><br><div><html>On Apr 2, 2008, at 9:43 AM, Jean-François Charles wrote:</html><br class="Apple-interchange-newline"><blockquote type="cite">I guess with [spigot~] you get the sound into MSP world. Then you can output<br>it with [dac~] to any audio output, including Soundflower.<br>Jean-François.<br><br><blockquote type="cite">I haven't dove into jitter very much yet, but I was wondering how feasible<br></blockquote><blockquote type="cite">something like soundflower for video is possible in osx?<br></blockquote><blockquote type="cite">for example,<br></blockquote><blockquote type="cite">I play a movie in movieplayer, it shows up as some magical channel in Jitter,<br></blockquote><blockquote type="cite">sort of how audio can be routed via soundflower.<br></blockquote><blockquote type="cite"><br></blockquote><br><br><br>_______________________________________________<br>jitter mailing list<br><a href="mailto:jitter@cycling74.com">jitter@cycling74.com</a><br>http://www.cycling74.com/mailman/listinfo/jitter<br></blockquote></div><br></div></body></html>