On this page:
9.3.1 Simple image blur

9.3 Blur

Blurs images using a simple technique. The quality of the blur may not be suitable for some kinds of compositions. Its primary advantage is that it is fast.

 

Parameters

 

Default

 

Range    

 

Description

 

Amount

 

0.0

 

>= 0.0

 

The amount of blur is given in a logarithmic scale. 0.0 results in no blur, 1.0 results in a 2x2 grid blur, 2.0 results in a 4x4 grid blur, and so on.

Input pattern: (A)

9.3.1 Simple image blur

This style blurs the user media.

; muSE v2
; 
;  My super awesome style.
;  It blurs the user media.
 
(style-parameters)
 
(segment-durations 8.0)
 
(define muvee-global-effect
  (effect-stack (effect "Perspective" (A))
                (effect "CropMedia" (A))
                (effect "Blur" (A)
                        (param "Amount" 4.0))))