Nested Sequence - How to split at original clip boundaries?
Let's say you have 2 tracks, each with multiple clips:
Track A: [---A1---] [-----A2-----][--A3--] [----A4----]
Track B: [--B1--][-------B2-------] [-----B3-----]
When you nest them you end up with two sequences, looking like this:
Seq A: [----------------------------------------------------------------]
Seq B: [------------------------------------------------]
You've lost the snap points at the beginning/end of the original clips, which makes it hard to apply temporal edits.
What's the easiest way to split your nested sequences so that you get your snap points back? With splits, your sequences would then look like this:
Seq A: [---------|---------|--------------|---------|---------|-----------]
Seq B: [--------|------------------|-------|--------------]
This would let you get your snap points back. Also, you can take it another step, and delete the gaps where there is no data:
Seq A: [---------] [-------------][--------] [------------]
Seq B: [-------][------------------] [--------------]
Now we have our snap points, and can also manipulate (move, trim, delete, fade) the nested clips the same way we could manipulate the original clips.
Is there a way to do this automatically, or at least efficiently?
