Notch Notch Manual 0.9.23
 Light | Dark
Slit Scan

Slit Scan

Add a slitscan effect to an image.

image

Method #

This nodes generates a slitscan 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
ActiveEnables 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 WidthWidth between the different slit sections.
Delay RangeNumber of slits the image is broken up into..
DirectionThe direction the slits appear across and the direction the slit delay travels along.

Inputs

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

Related Videos