Mosaic Video Filter

shotcut
September 2, 2019

Divides the image into rectangular blocks and replaces each block with a single averaged color.
The result is a pixelated, low-resolution appearance where fine detail is intentionally removed.

The term mosaic reflects a long-standing image construction principle: building pictures from discrete units rather than continuous detail. Ancient mosaics used small, uniformly shaped pieces (tesserae) to form larger images, a logic later echoed in early color photography where images were filtered through dense grids of tiny colored elements. Modern digital mosaic effects apply the same idea computationally by grouping pixels into visible blocks.

Over time, the look became a deliberate tool for obscuring detail or stylizing footage, particularly in broadcast and documentary contexts.

Parameters

Width (0.0% - 20.0%)

Controls the horizontal block size as a percentage of the image width.

This parameter defines how many pixels are grouped left-to-right into a single block.

A value of 10% means each mosaic block spans roughly one-tenth of the frame width.

Height (0.0% - 20.0%)

Controls the vertical block size as a percentage of the image height.

This parameter defines how many pixels are grouped top-to-bottom into a single block.

A value of 10% means each mosaic block spans roughly one-tenth of the frame height.

Keyframes

Both Width and Height can be keyframed.

This enables:

Parameter interaction

The effective loss of detail is dominated by the larger of the two values.

Visual characteristics

This is a purely spatial effect with no temporal behavior.

Recommended use cases

Face or object hiding (with Mask: Simple Shape)

When combined with Mask: Simple Shape:

  1. Apply Mosaic to the clip
  2. Add Mask: Simple Shape above it
  3. Add Mask: Apply below it (to see the effect)
  4. Restrict the mosaic to a defined region
  5. Keyframe the mask to follow the subject if needed

This approach allows localized obfuscation while preserving detail elsewhere.
It available as Filter Set > Obscure With Mosaic that comes with Shotcut.

Limitations