luders
16th November 2003, 23:38
The script works everywhere else but not in CCE. Other scripts work fine that dont use XVID files as far as I can tell. When I try and load the script it gives me "The instruction at "0xffff0069" referenced memory at "0xffff0069". The memory could not be "read".
Here is my script. I am using CCE 2.50 in Windows XP running it under Windows NT 4 compatiblity mode.
a=avisource("movie1.avi", false)
b=avisource("movie2.avi", false)
c=avisource("movie3.avi", false)
v=(a + b + c)
return(v).LanczosResize(640,270).AddBorders(0,45,0,45).LanczosResize(704,480).ResampleAudio(44100)
Any Ideas? -Aaron
Here is my script. I am using CCE 2.50 in Windows XP running it under Windows NT 4 compatiblity mode.
a=avisource("movie1.avi", false)
b=avisource("movie2.avi", false)
c=avisource("movie3.avi", false)
v=(a + b + c)
return(v).LanczosResize(640,270).AddBorders(0,45,0,45).LanczosResize(704,480).ResampleAudio(44100)
Any Ideas? -Aaron