English-15
English
Example:
<image1.png>,E(CrawlLeft,20)
<image2.jpg>,E(CrawlDown),L(5)
Display Effect
The display effect controls how media show on the screen. The letterbox effect will fit the
media to entire screen; black edges may be added on top/bottom or left/right side if the
dimension ratio of the media is not same as the screen. The pan and scan will adjust the
media items by cropping off some edges to maximize the display of the media item. The
stretch effect is the only effect that will change the proportion of media dimension. The
media item will be stretch to fill the entire screen.
Syntax:
<{MediaFileName}>(EffectSpec)
Valid parameter values:
{MediaFileName} = valid media file name under media folder
(EffectSpec) =,E({effect})
Display effect:
{effect} = LetterBox | PanScan | Stretch
Example:
<video1.wmv>,E(PanScan)
<video2.wmv>,R(2),E(LetterBox)
Full Example
[PL0:start] # CONFIGURATION
^[PL102] # PL102:1280x720
[PL200] # SLIDESHOW
^[PL2] # PL1:Picture, PL2:Video, PL3:OSD(png file)
[PL102] # 1280x720
<<REGION:1:0,0,416,648>> # Left-Screen: Picture
<<REGION:2:416,0,864,648>> # Right-Screen: Video
<<REGION:3:864,0,416,648>> # Right-Screen: Picture
<<REGION:4:0,0,864,648>> # Left-Screen: Video
<<REGION:5:0,648,1280,72>> # OSD(png file)
^[PL200]
[PL1]
<picture1.jpg>,L(8),R(1)
<picture2.jpg>,L(8),R(1)
^[PL1]
[PL2]
<video1.wmv>,R(2),E(PanScan)
<video2.wmv>,R(2),E(PanScan)
^[PL2]