- # complex example with effects
-
title:5:This is my title
-
background:1
-
- # there are also effects which you can use:
-
# scroll right/left, crop, and kenburns.
- # kenburns is the most general, and takes a starting "box"
and and end "box"
-
# The boxes are defined by the top left and bottom right corners for
-
# the starting and ending points.
-
# The video will then slowly morph from the start to the end, doing
- # whatever cropping/zooming is necessary. This takes a long
time to
-
# process each frame!
- # You can add a subtitle during the transition, but it's
optional
-
# Right now, you cannot fade in before a kenburns-effect slide
-
# Note that to pass no subtitle, you need to use '::'
-
# syntax:
-
#full_path_to_image.jpg:duration:subtitle:kenburns:xstart0,ystart0;xstart1,ystart1;xend0,yend0;xend1,yend1
-
# where 0 is the top left corner and 1 is the bottom right corner.
-
- picture1.jpg:4:Picture 1:crop:651,390;1134,759
-
- # now let's start playing the audio track:
-
strojovna_07-TEXEMPO-30s.ogg:1
-
- picture1.jpg:4::kenburns:651,390;1134,759;372,330;1365,1089
-
- # in order to show the same image as the end-point of the
kenburns effect,
-
# we need to crop the original picture. Syntax is:
-
# full_path_to_image.jpg:duration:subtitle:crop:x0,y0;x1,y1
-
picture1.jpg:4:Picture 1:crop:372,330;1365,1089
-
fadeout:2
-
background:1
-
- fadein:2
-
pano.jpg:2:cool picture
-
- # zoom in to left side of panorama:
-
pano.jpg:4::kenburns:0,0;5334,480;0,0;720,480
-
- # now let's start playing the audio track 2:
-
strojovna_07-TEXEMPO-30s.ogg:2
-
- # You can scroll across a panorama picture by using the "scroll
right"
-
# or "scroll left" effects. This will automatically zoom
in to make
-
# your panorama image height the same as the output (TV) window, and
- # then pan across the image to the other side.
-
# full_path_to_image.jpg:duration:subtitle:scroll:left
-
# a duration of 10 is way too fast for the image below. Change
-
# it to 30 to make it look better.
-
pano.jpg:10:Scrolling way to fast:scroll:right
-
# you have to get the crop settings maually:
-
pano.jpg:2::crop:4610,0;5334,480
-
- crossfade:3
-
picture2.jpg:3
-
fadeout:2
-
background:2:This is the background
-