On this page:
9.1.1 Examples
9.1.1.1 Alignment example.

9.1 Alignment

Aligns an edge of an image to a corresponding edge of the display area. It can also center the image. An image’s alignment determines how it is presented when the aspect ratio of the output format changes.

 

Parameters

 

Default

 

Range    

 

Description

 

alignment

 

0

 

{0,1,2,3,4}

 

  • 0: Center alignment

  • 1: Top alignment

  • 2: Bottom alignment

  • 3: Left alignment

  • 4: Right alignment

Input pattern: (A)

9.1.1 Examples
9.1.1.1 Alignment example.
; muSE v2
; 
; My good-looking style.
; This style demonstrates the Alignment effect.
 
(style-parameters)
 
(segment-durations 8.0)
 
(define muvee-global-effect (effect-stack
                                 (effect "CropMedia" (A))
                                 (effect "Alignment" (A)
                                         (param "alignment" 2))
                                 (effect "Perspective" (A))))

Aligning an image to the bottom of the display area:

Unaligned image: