help igot this message on the window of tmpgenc,when i tri to run a sample of the script of fit cd this is my script:
LoadPlugin("C:\vcdprojects\filter\MPEG2DEC.dll")
mpeg2source("D:\dvd2avi\sample.d2v")
BilinearResize(688,448,0,6,720,46
#TemporalSmoother(2,2)
AddBorders(8,16,8,16)
#Trim(0,146654).FadeOut(150)
#ConvertToRGB24 # For TMPGEnc or VFAPI
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
#== If you want this 'fix' permanently, edit the INI-file:
#== Under [AVSscript] set CCEcrashfix=1
###--------------------- Start Of File Size Prediction ----------------------###
IL = Framecount / 100 # interval length in frames
SL = round(Framerate) # sample length in frames
SelectRangeEvery(IL,SL)
## MPEG size = ((Total frames/Framerate)/100) * (MPEG sample file size * .95) ##
###------------------------End File Size Prediction--------------------------###