Code: Select all
Telecide(order=*, mode=4, vthresh=20)
Decimate(mode=2)
Code: Select all
Telecide(order=*, mode=4, vthresh=20)
Decimate(mode=2)
Code: Select all
mpeg2source("F:\DVD2AVI Source\Love Hina by DVD\Ep 01-04.d2v")
telecide(order=1,guide=0,hints=true,post=2)
decimate(cycle=5,mode=2)
Assumefps(24)
Crop(6,0,-6,-2)
lanczosresize(720,480)
fft3dfilter()
fluxsmoothst()
deen("a3d",2)
bicubicresize(640,480,0,0.5)I actually did remove it and still got the same error message.badmartialarts wrote:Crap....that's because you're using the old one.
Take that LoadPlugin() line for the old one out and it should work.
Code: Select all
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\alternatives\Decomb4.dll")
mpeg2source("F:\LOVE_HINA_VOL_1\VIDEO_TS\eps3.d2v",cpu=4)
telecide(guide=1,threshold=1)
decimate(cycle=5,mode=2)
fluxsmoothst()
deen("a3d", 3, 10, 12)
ColorYUV(gain_u=4)
converttorgb32()