Log in

View Full Version : AviSynth Questions


aftertaste
28th December 2002, 08:35
Can anyone give me some pointer on my AviScript maybe what i'm doing right or doing wrong or what i can change to make better quality. I'm a quality nut not concerned with speed (to a certain extent obviously)

Script:
#ASYNTHER Default (MPEG2Source)
loadplugin("C:\Program Files\AviSynth\plugins\Mpeg2dec3.dll")
loadplugin("C:\Program Files\AviSynth\plugins\Decomb.dll")
loadplugin("C:\Program Files\AviSynth\plugins\avsmon25a.dll")
MPEG2Source("D:\BONE\VIDEO_TS\BONE.D2V")
telecide(post=false,chroma=true,guide=1,gthresh=50)
decimate(mode=0,cycle=5,quality=3)
monitorfilter()

Oh i should also mention i am making dvd backups on a single dvd-5 using CCE 2.66 for encoding.