Notch Notch
Manual 1.0 Manual 0.9.23
 Light | Dark
Slit Scan

Slit Scan

Updated: 26 Mar 2025

Add a slit-scan effect to an image.

image

Example .dfx

Method #

This nodes generates a slit-scan effect, where previous frames are stacked from left to right across the frame.

When you use the Frame delay with the Slit scan, the Slit Scan will use the Frame Delays image buffer instead of its own.

This means that if the Slit Scan is run before the Frame Delay, the empty image from the Frame Delay will passed into the Slit Scan, which will then be picked up by the Frame Delay when it runs - An infinite cycle of nothing being rendered. To avoid this:

  • Make sure the Slit Scan is placed below the Frame Delay in the Nodegraph, so it runs after.
  • Make sure the Slit Scan uses a different image source to the Frame Delay.

Parameters

These properties control the core behaviours of the node.

ParameterDetails
Active Enables or disables the effect. Disabling the effect means it will no longer compute, so disabling a node when not in use can improve performance.
Gap Width Width between the different slit sections.
Delay Range Number of slits the image is broken up into..
Direction The direction the slits appear across and the direction the slit delay travels along.

The properties control the time at which the node is active. See Timeline for editing time segments.

ParameterDetails
Duration Control the duration of the node’s time segment.
  • Composition Duration : Use the length of the composition for the node’s time segment duration.
  • Custom : Set a custom duration for the node’s time segment.
Node Time The custom start and end time for the node.
Duration (Timecode) The length of the node’s time segment (in time).
Duration (Frames) The length of the node’s time segment (in frames).
Time Segment Enabled Set whether the node’s time segment is enabled or not in the Timeline.

Inputs

NameDescriptionTypical Input
Frame Delay NodeInput a video source with previous frames to draw from.Frame Delay