Skip to main content

Sequence Remove Items

Category: Pr Tracks & Clips Sequence Remove Items block screenshot

Removes the explicit mixed Track Item selection from a Sequence. `mediaType` selects the alignment/time grid Premiere uses for ripple removal; it does not filter the supplied items to audio or video. `shiftOverlapping` exposes Premiere's low-level removal behavior and does not by itself guarantee exact sequence-wide gap closing. Relist affected tracks after removal instead of reusing pre-removal Track Item references.

Inputs

InputRequiredValue KindTypesEnum Values
itemsyesexpression
sequencenoexpression
ripplenoexpression
mediaTypenoexpression
shiftOverlappingnoexpression
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-name

Notes

  • items is the explicit mixed Track Item selection to remove.
  • mediaType does not filter that selection to audio or video. It selects the media alignment/time grid Premiere uses for its ripple action.
  • shiftOverlapping exposes Premiere's low-level removal behavior; it is not a guarantee that an arbitrary sequence-wide time gap will close cleanly.
  • Relist affected tracks after removal instead of reusing pre-removal Track Item refs.