Answered
selected clip .start.seconds always returns 3600
Hi there, building a script that returns the start time of a selected clip, always seems to return 3600 (1 hour) even when the clip is at 0
var selectedClips = sequence.getSelection();
var targetClip = selectedClips[0];
alert(targetClip.start.seconds);
Any clues as to why this is? I've tried it on multiple assets, adjustments layers, color mate, bars & tone.....
