Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
qtkit
  •  

  • Cocoa, Objective-c QT "Virtual webcam" component

    Not sure I am in the right place but here goes. I am trying to write a Mac app that will take the webcam video, add some overlays, effects, etc and output the video to a virtual webcam that I can use with Skype or whatever. Exactly what Manycam can do, but I need my own functionality with an app that manages it. Can anyone point me in the right direction to get started?
    See more | Go to post

  • PyObjC, XCode 3, QTKit - accessing QT Timecode Track info

    Hi guys!

    I am having a bit of difficulty trying to get to a 'timecode' track in a QuickTime file using the QTKit framework in Mac OSX 10.5
    I am using XCode 3.

    I have a QTMovie object (set as self.movie) and I can get my python fingers into it a little.
    This is what I can get to so far
    Code:
    		allTracks = self.movie.tracksOfMediaType_("tmcd")
    		if len(self.movie.tracks()) > 0:
    ...
    See more | Go to post
Working...