Thank you very much for the reply.
Are you referring to the grip.dll at those links?
I replaced mine and am still getting "Script error: there is no function name "GripFit".
I'm using AviSynth 2.5.4.0.
Here's my script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\grip.dll") #this line not really necessary?
AviSource("file.avi")
GripFit(width=720, height=480)
Anyway, GripCop/GripResize is working fine...may I ask yet another different question here?
Okay, here goes:
I don't have a widescreen TV, and when I make sure the borders are there on the .AVS I bring into my encoder (CCE)...i.e. with a 2:35:1 source use GripCrop(720, 480, overscan=0, source_anamorphic=true), I select 4:3 on the encoder (since the borders are already there).
(method 1)
Alternativey I could use GripCrop(720, 480, overscan=0, source_anamorphic=FALSE), giving an anamorphic picture to my encoder and select 16:9 on the encoder settings.
(method 2)
My question is, since both seem to produce the same results on my TV, if I were to play the resulting disc on a widescreen TV, would it fill the screen properly with method #1, or would there still the black bars be just as large as with a 4:3 TV? Is method #2 required to look properly on both types of TV's?
Thanks for putting up with SO many question. I hope I can contribute something back
Thanks again,
sking