I've just tried using tmpgenc to load the avs, after I made alterations from info from fitcd,. I towrks fine in the wmp but crashes in tmpgenc. Where did I go wrong with it? I followed the guide that is sticked in this forum.
# -= AviSynth v2.5.6.0 script by FitCD v1.2.4 =-
a=DirectShowSource("D:\mpg1").killaudio()
b=DirectShowSource("D:\mpg2").killaudio()
a++b
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
BicubicResize(336,176,0,0.6,14,0,516,304)
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
AddBorders(8,32,8,32)
#Trim(0,135190).FadeOut(150)
|