Okay, here's the problem. I already made the d2v and ac3 files. I converted the ac3 to mp2, and now I'm trying to fill in the AviSynth script given here :
http://www.kvcd.net/forum/viewtopic.php?t=3483 I need some help on what to fill in for

GripCrop(Your_GripCrop_Parameters_Here) My common sense told me to open PARanoia and get the parameters from there. When I tried opening my d2v file though, an error message came up which said: "Can't get Aspectratio info from origin VOB" So, I manually entered the height and width (which is 720x480) and configured it to re size to NTSC 352 x 240. Then I clicked Avisynth Script -> Show/Preview/Safe Script and the text box came out with this :
Quote:
MPEG2Dec3_mpeg2source("C:\Documents and Settings\Brenth\My Documents\My Videos\Veggie Tales\Madame Blueberry\RAW FILES\VIDEO.d2v")
BicubicResize(0,0,1./3.,1./3.,360,240,0,0)
|
So my question is, what do I put in:
GripCrop(Your_GripCrop_Parameters_Here)