Answered
QE Razor, link clips?
Hi , I'm using Preimeire's QE API to cut tracks like this:
qe.project.getActiveSequence().getVideoTrackAt(0).razor(mytimecode);
qe.project.getActiveSequence().getAudioTrackAt(0).razor(mytimecode);
However, this unlinks the audio and video tracks. Is there method to re-link the tracks? I know you can do it in the normal API, but there is no method in QE to setSelection first
Thanks