Hi guys,
I wanted to test PackShot out with an AVI I made years ago (I used to backup my DVD with DivX before KVCD came out

)
I made a backup of Galaxy Quest and converted it to DivX.
I wanted to test PackShot with a MakeAVIS but I encounder an error when using Phil's V3 script.
When I put in all my GripGrop settings and the avisource, fasle settings in and then try to convert I get this:
'GripGrop: Could not save target frame size as variables (MakeAVIS_avisynth_script, line 26)'
Here is my script:
Code:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\atc.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Blockbuster.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\DctFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Deen.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\GripFit_YV12.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
AviSource("E:\MyMovies\GalaxyQuest", false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
ATC(2,3,5,0.5,false)
GripCrop(480, 576, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623)
GripBorders()
I tried a few resolutions but just for the test sake I thought id use SVCD res.
Can any1 tell me why I recieve this eror in MakeAVIS please.
Thanks in advance.