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:
Leave a comment: