Hi i need to make a video (ON gps) using still image on AVI SYNTH. At the same time i have to use atleast three editing techniques they are a)dissolve, b)fade, C)crop, d)resize and e)zoom. i wrote my script but i couldn't play the video. please help.
# Aliasing GPS Image Video
#Name the GPS image
Pier="..\..\Images\GPS.JPG"
# Create GPS clip frame rate 25 fps
# and lasting 8 seconds or 200 frames
GPSClip=ImageReader(GPS,fps=25,end=199)
# Crop a lower corner of the clip to 320 by 240
CroppedGPS=Crop(GPSClip,1600-320,1200-240,320,240)
#Full frame aliased image
AllGPS=PointResize(GPSClip,320,240)
#Full frame anti-aliased image
AAAllGPS=BilinearResize(GPSClip,320,240)
# Scene 1 Create and name the 5 second Black clip
BlankBlack=BlankClip(CroppedGPS,124)
#Scene 2
#Add a title to the cropped GPS image
GPSAndTitle=Subtitle(Trim(CroppedPier,0,74+20),"Aliasing",
\160+30,120,10,align=5,size=48,text_color=color_crimson)
#-----------------------------------------------------------------------
#Combine the scenes
#Assemble the first scenes
Opening=BlankBlack+FadeIn(GPSAndTitle,20)
#Dissolve opening to Scene 3
Scene1To2=Dissolve(Opening,CroppedPierPan,20)
3 answers
programming SQL, or
programming Flash,
etc.
This will make the topic more specific and get a faster and more relevant response.