Holomatrix
1st August 2002, 18:00
Could someone please let me know what is wrong with this script, it keeps crashing CCE,
LoadPlugin("C:\downlo~1\filters\simple~1\simple.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
LoadPlugin("C:\downlo~1\filters\SmoothHi.dll")
mpeg2source("D:\MovieRip\DVD2AV~1.D2V")
SimpleResize(480,480)
TemporalSmoother(Source,1).MergeChroma(Source)
SmoothHiQ(Temporal,7,25,15,192,3).MergeLuma(Temporal)
as you see I've shortened the file names. Do I need to limit to the 8 characture thing? But I also renamed the DLL's accordingly like the HiQ and SimpleResize ones.
Thanks
EDIT: Just incase I put evrything back the way it was but still crashed;
LoadPlugin("C:\downlo~1\filters\simple~1\simple~1.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
LoadPlugin("C:\downlo~1\filters\Smooth~1.dll")
mpeg2source("D:\MovieRip\DVD2AV~1.D2V")
SimpleResize(480,480)
TemporalSmoother(Source,1).MergeChroma(Source)
SmoothHiQ(Temporal,7,25,15,192,3).MergeLuma(Temporal)
LoadPlugin("C:\downlo~1\filters\simple~1\simple.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
LoadPlugin("C:\downlo~1\filters\SmoothHi.dll")
mpeg2source("D:\MovieRip\DVD2AV~1.D2V")
SimpleResize(480,480)
TemporalSmoother(Source,1).MergeChroma(Source)
SmoothHiQ(Temporal,7,25,15,192,3).MergeLuma(Temporal)
as you see I've shortened the file names. Do I need to limit to the 8 characture thing? But I also renamed the DLL's accordingly like the HiQ and SimpleResize ones.
Thanks
EDIT: Just incase I put evrything back the way it was but still crashed;
LoadPlugin("C:\downlo~1\filters\simple~1\simple~1.DLL")
LoadPlugin("C:\PROGRA~1\DVD2SVCD\MPEG2Dec\mpeg2dec.dll")
LoadPlugin("C:\downlo~1\filters\Smooth~1.dll")
mpeg2source("D:\MovieRip\DVD2AV~1.D2V")
SimpleResize(480,480)
TemporalSmoother(Source,1).MergeChroma(Source)
SmoothHiQ(Temporal,7,25,15,192,3).MergeLuma(Temporal)