Log in

View Full Version : trouble doing a slideshow


inurenegade
9th October 2005, 22:30
FadeIn(5)
ImageSource("blah8.tga", end = 20)
FadeOut(5)
FadeIn(5)
ImageSource("blah18.tga", end = 20)
FadeOut(5)
FadeIn(5)
ImageSource("blah23.tga", end = 20)
FadeOut(5)
FadeIn(5)
ImageSource("blah31.tga", end = 20)
FadeOut(5)
FadeIn(5)
ImageSource("pic1.bmp", end = 20)
FadeOut(5)
FadeIn(5)
ImageSource("pic_2.bmp", end = 20)
FadeOut(5)
FadeIn(5)
ImageSource("pic_3.bmp", end = 20)
FadeOut(5)
FadeIn(5)
ImageSource("SLide_Show.bmp", end = 20)
FadeOut(5)


i cant figure out why its not showing up right

Wilbert
9th October 2005, 22:47
Try

c1 = ImageSource("blah8.tga").Loop(20).FadeIO(5)
...
c8 = ImageSource("SLide_Show.bmp").Loop(20).FadeIO(5)
c1+c2+...+c8

inurenegade
9th October 2005, 23:08
a = ImageSource("C:\blah2\6.bmp").Loop(1).FadeIO(5)


b = ImageSource("C:\blah2\7.bmp").Loop(1).FadeIO(5)

c = ImageSource("C:\blah2\8.bmp").Loop(1).FadeIO(5)

d = ImageSource("C:\blah2\1.bmp").Loop(1).FadeIO(5)

e = ImageSource("C:\blah2\2.bmp").Loop(1).FadeIO(5)

f = ImageSource("C:\blah2\3.bmp").Loop(1).FadeIO(5)

g = ImageSource("C:\blah2\5.bmp").Loop(1).FadeIO(5)

h = ImageSource("C:\blah2\4.bmp").Loop(1).FadeIO(5)


a + b + c + d + e + f + g +h

i got it down to 5:34
but i need it at 4:02

Mug Funky
10th October 2005, 04:53
assumefps(last.framerate*334/242.0)

:)

[edit] if you need it on a DVD or something that requires regular TV framerates, just whack this after the above line:

converttoyuy2()
convertfps(25) # convertfps(30/1.001) for NTSC

this will just blend frames together to get the framerate down.

inurenegade
10th October 2005, 23:27
im trying to do it at 29.97 fps
and now these ppl want it cut down to like a minute
with fadding audio >_<