© wonkey_monkey 2026
Download: https://horman.net/avisynth/download/fastblur0.4.zip
Doom9 discussion: FastBlur - fast approximate Gaussian blurs/
FastBlur is a fast approximate Gaussian blur (by repeated box blur) filter for AviSynth.
| Parameter | Description | Default value |
|---|---|---|
| clip | The input clip to be blurred | |
| float | Blur radius | - |
| float "y_blur" | Separate vertical blur radius (optional) | Blur radius |
| string | Name of a function that takes the frame number as a parameter and returns a blur radius (or an array or two blur radii) | - |
| int "iterations" | Number of box blur iterations. The default of 3 produces results similar to older versions of Photoshop (newer versions appear to use 4 iterations). | 3 |
| bool "dither" | Ordered dither to reduce visible banding | false |
| bool "gamma" | Approximate gamma consideration | true |
| float "threads" | Number of CPU threads to use: 0: Use all CPU cores <1: Fraction of CPU cores >=1: Specified number of cores | -1 (automatic) |