I use 1 disc. I've "updated" it now. So far the script I use for Halloween Resurrecion is:
# -= AviSynth script by FitCD v1.1.2 =-
LoadPlugin("C:\encoding\MPEG2DEC.dll")
LoadPlugin("C:\encoding\FluxSmooth.dll")
LoadPlugin("C:\encoding\Blockbuster.dll")
LoadPlugin("C:\encoding\LegalClip.dll")
mpeg2source("C:\Halloween Resurrection\VIDEO_TS\Halloween.d2v")
TemporalSmoother(2,1)
FluxSmooth()
Blockbuster( method="noise", detail_min=1, detail_max=10, variance=1 )
Blockbuster( method="sharpen", detail_min=20, detail_max=90, strength=2)
LegalClip()
BicubicResize(448,448,0,0.6,0,0,720,480)
AddBorders(16,16,16,16)
#Trim(0,13089
.FadeOut(150)
First load the kvcdx3 mpeg 2 template. Change the resolution to 480x480. Now change the AutomaticVBR to CQ. Raise quality to 75. Set MAX bitrate to 2500 and MIN to 400. Set the audio at 128. The overall quality is EXCELLENT. It definetly looked SVCD quality to me. I'll report back for any further updates