Hi Premiere SDK folk,
I'm curious about the pproTicksIn and pproTicksOut fields that are populated when exporting a Final Cut Pro XML. I see this sort of thing in my fcpxml:
<start>17653</start>
<end>18523</end>
<in>-1</in>
<out>-1</out>
<pproTicksIn>8522283369600</pproTicksIn>
<pproTicksOut>12209198601600</pproTicksOut>
The "in" and "out" frame counts have been set to -1 because transitions are being used (cross-dissolve in this case), so I can't grab the in/out points there. But I'm wondering if the pproTicksIn/Out numbers can be parsed down to effectively be the in/out frame numbers, or timecode (I'm ultimately looking for timecode values). I can strip off all transitions before exporting to fcpxml, but it'd be cooler if I didn't have to do that. In any case: what do the pproTicksIn/Out numbers correspond to?
Cheers,
Raphael