Copy link to clipboard
Copied
var seq = app.project.activeSequence;
var vTrack1 = seq.videoTracks[0];
projectItem.setInPoint(instance.start, AUDIO_AND_VIDEO);
projectItem.setOutPoint(instance.end, AUDIO_AND_VIDEO);
vTrack1.overwriteClip(projectItem, now.seconds);
Copy link to clipboard
Copied
This is how multi-camera source sequences behave in the latest version of Premiere.
If you want to insert the clips from the multi-camera source sequence, you need to untick Insert or Overwrite Sequences as Nests or Individuals Clips and also click the Timeline context menu and tick Multi-Camera follows Nest Setting.
Cheers,
Paul
Copy link to clipboard
Copied
Thanks! I think our issue is that we want to work from the javascript SDK. We are able to get it working fine with the buttons you mentioned; but when we use the SDK it doesnt seem to respect those options. Any thoughts on that?
Copy link to clipboard
Copied
Sorry, I'm not familiar with the SDK.
Copy link to clipboard
Copied
[I've already responded to direct mail, but for those following along]
I've recommended identifying the PPro prefs that do enable the insertion correctly (when using the UI), forcibly setting them, and seeing whether that improves behavior.