On this page:
9.29.1 Examples
9.29.1.1 A radial blur effect.

9.29 RadialBlur

This effect creates a radial blur effect on the user content. It should be primarily used as a flash effect. A radial blur is achieved by superimposing the user image on itself repeatedly and slowly increasing the width and height. The final result looks like an inverted pyramid. The bottom most layer is the original image. We then end up with a radial blur.

 

Parameters

 

Default

 

Range    

 

Description

 

ScaleStep

 

0.001

 

> 0.0

 

From one level to the next, this parameter dictates by how much we will scale the next layer.

 

 

 

 

 

TranslateStep

 

0.001

 

> 0.0

 

From one level to the next, this parameter dictates by how much we will space-out the next layer.

 

 

 

 

 

AlphaStep

 

0.03

 

> 0.0

 

From one level to the next, this parameter dictates by how much we will decrease the alpha of the next layer.

 

 

 

 

 

LODStep

 

0.01

 

> 0.0

 

From one level to the next, this parameter dictates by how much we will decrease the Level-Of-Detail (or sharpness) of the next layer.

Input pattern: (A)

9.29.1 Examples
9.29.1.1 A radial blur effect.
; muSE v2
; 
;  My mesmerisingly good style.
;  This style creates a radial blur.
 
(style-parameters)
 
(segment-durations 8.0)
 
(define muvee-global-effect (effect-stack
                                 (effect "CropMedia" (A))
                                 (effect "Perspective" (A))))
 
(define muvee-segment-effect (effect "RadialBlur" (A)))