Hi SansGrip
Thanks for the prompt reply
I have used this following script with destination set at SVCD:
LoadPlugin("C:\windows\system32\MPEG2DEC.dll")
LoadPlugin("C:\ripping tools\avisynth\fluxsmooth.dll")
LoadPlugin("C:\ripping tools\avisynth\sampler.dll")
LoadPlugin("C:\ripping tools\avisynth\legalclip.dll")
AviSource("D:\temp\Windtalkers - Divx.avi")
FluxSmooth()
BilinearResize(320,184,0,0,592,256)
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=.5, seed=1 )
AddBorders(80,148,80,14

LegalClip()
Sampler()
It plays back on my dvd player but the picture is really small! i got really big borders

but any higher crop than this i get high compression values
Can you help?
Thanks.