tags:

views:

54

answers:

0

I'm trying to readnon-drop timecode data using the quicktime com component. Unfortunately I don't seem to be able to find any documentation on this at all. I can pull up the timecode with 0 starttime but I need the real timecode embedded in the clip.

It looks to me like I need access to the MediaHandler to get SMPTE timecode. I can't see a straightforward way of doing this from .net (my programming language). I thought maybe I could pinvoke the component. Has anyone done this? Has anyone got any pointers they could give me?

Steve