Various
16th February 2008, 03:24
Hi folks,
The following did not seem to work. Can anyone tell me why?
a = ImageSource("image1.jpg", fps=30, end=200)
b = ImageSource("image2.jpg", fps=30, end=200)
c = ImageSource("image3.jpg", fps=30, end=200)
d = Dissolve (a,b,c, 40)
e = AviSource("video1.avi")
f = AviSource("video2.avi")
g = Dissolve(d,e,f, 40)
The video and images are the same size and the videos are 30 fps.
Thanks.
The following did not seem to work. Can anyone tell me why?
a = ImageSource("image1.jpg", fps=30, end=200)
b = ImageSource("image2.jpg", fps=30, end=200)
c = ImageSource("image3.jpg", fps=30, end=200)
d = Dissolve (a,b,c, 40)
e = AviSource("video1.avi")
f = AviSource("video2.avi")
g = Dissolve(d,e,f, 40)
The video and images are the same size and the videos are 30 fps.
Thanks.