# Only comment marks at the start of the line are guaranteed to work.

# A scene called testscene runs for 10 seconds.
scene testscene 10000

# Scene parameters would go here maybe?

# The scene function will get these plugin names as a vector.
pluginlist
ruby scheme
end pluginlist

# Overlay texture definitions
# texture_name type x y width height starttime endtime [x1 x2]
# where (x, y) is the center of the overlay
# Width of -1 means "calculate proper width from original image's aspect ratio".
overlays
sample1 static -0 -2.5 -1 0.3 0 10000 
scheme fadeout -2.5 1.5 3.0 3.0 1000 6000
lohi fadein 0.5 -0.5 3.0 3.0 4000 9000
end overlays

end scene



scene testscene 3000
pluginlist
objc
end pluginlist

overlays
sample1 linear -0.5 0.5 -1 0.5 0 1000 0.0 0.0
sample2 smooth 0.5 -2.5 -1 0.2 2000 3000 0.5 2.5
end overlays

end scene
