Blur: Gaussian Video Filter

shotcut
September 2, 2019

A Gaussian blur smooths the image by averaging pixels using a bell-shaped (Gaussian) distribution, producing a softer and more natural blur than a box blur.

This filter operates spatially and affects the whole image uniformly.

Parameter

Amount (0.0–100.0)

Controls the strength of the Gaussian blur.

This parameter defines how widely pixel values are averaged around each pixel.

Keyframes

The Amount parameter can be keyframed, allowing blur strength to change over time.

This enables:


Blur alpha

When enabled, the blur is also applied to the alpha channel.

This is useful when blurring images, titles, or overlays that contain semi-transparent regions.

Visual characteristics

Typical effects include:

Gaussian blur produces fewer hard artifacts than simple box blur, but is generally more computationally expensive.

Creative uses

Limitations