Directional Blur (Dblur)¶

Description
This effect applies a directional blur to the clip.
Parameters
Parameter |
Value |
Description |
---|---|---|
av.angle |
Float |
Sets the angle for the direction. Range is from 0.000 to 360.000, default is 0.000. |
av.radius |
Float |
Sets the radius for the direction. Range is from 5.000 to 8192.000, default is 5.000. |
av.planes |
Integer |
Sets the color space plane the effect is applied to (see below) |
Planes
0/8 - Alpha |
Alpha channel |
1/9 - Y |
Luminance |
2/10 - U |
Chroma (U plane) |
3/11 - V |
Chroma (V plane) |
4/12 - Red |
Red channel |
5/13 - Green |
Green channel |
6/14 - Blue |
Blue channel |
7/15 - All |
All planes will be affected by the blur amount (default) |
Hinweis
Using the slider or mouse wheel for av.radius results in large fixed increments and therefore overly strong blur effects. It is recommended to use direct input for better results.