EffectsOpen in Studio
Gaussian Blur
Documentation and live preview for the Gaussian Blur effect in iLoveVideoEditor.
Preview loading…
0.00s / 0.00s
Compatible layers
TextShapeImageVideoCaptions
| Param | Type | Default | Range / Options |
|---|---|---|---|
| radius | float | 32 | min 0 · max 192 |
| direction | option | "both" | both, horizontal, vertical |
| edgeMode | option | "clamp" | clamp, transparent, mirror |
| alphaAware | bool | true | — |
Generated VideoJSON
VideoJSON snippet
{
"name": "Effect: gaussianBlur",
"layers": [
{
"id": "root",
"type": "composition",
"settings": {
"enabled": true,
"startTime": 0,
"sourceDuration": 3,
"width": 1920,
"height": 1080,
"fps": 30,
"backgroundColor": "#0f172a",
"_originalWidth": 1920,
"_originalHeight": 1080
},
"properties": {},
"animations": []
},
{
"id": "00000000-0000-0000-0000-000000000125",
"type": "shape",
"settings": {
"enabled": true,
"startTime": 0,
"sourceDuration": 3,
"name": "Shape Layer",
"shapeType": "rectangle"
},
"properties": {
"position": [
0.5,
0.5
],
"width": 540,
"height": 300,
"fill": "#3b82f6",
"cornerRadius": 36
},
"animations": [],
"effects": [
{
"effect": "gaussianBlur",
"params": {
"radius": 64,
"direction": "both",
"edgeMode": "clamp",
"alphaAware": true
}
}
]
}
],
"version": 2
}