Skip to main content
Open In Colab Filters change a clip’s look. Transitions control how that clip enters or exits. Both belong on Clip, so the same source asset can appear more than once with different treatments. The focused snippets below assume conn and the source videos already exist. For the core parameters and other clip controls, see Clip Parameters; for complete composition setup, see Timeline Architecture.

Filters

Each clip can carry one visual treatment. The comparison below uses one source segment for every released filter and adds synchronized labels on a second track.

Eight-filter showcase

The notebook places eight five-second clips on one track, each referencing the same source segment with one of the released filter values.

Transitions

Beyond the basic fade covered in Clip Parameters, the notebook demonstrates motion-based transition names and mixed timings. Python uses in_ because in is a keyword; Node uses in inside the configuration object.

Reveal

reveal is the demonstrated motion-based alternative to a fade.

Wipe and shuffle combinations

The notebook also demonstrates wipe_left, wipe_right, shuffle_top_right, shuffle_bottom_right, shuffle_bottom_left, and shuffle_top_left. These are demonstrated transition names, not a claim that they exhaust the server-side strings accepted by Transition.

Combine filters and transitions

The properties are independent. This output uses three sequential clips with distinct filters and fade durations.
For sequential placement and source trimming, continue with Trimming Vs Timing. For mixing effects with layout controls, return to Clip Parameters.