Log in

View Full Version : de-blocking a tv capture


some dude
16th February 2009, 17:21
I found this script through searching the forum for de-noiseing and de-blocking.

Deblock()
dfttest()
FastLineDarken()
deen("a3d",4,8,9)
Spline36Resize(last.width*2,last.height*2)
AddBorders(4, 0, 4, 0)
aWarpSharp(depth=12,blurlevel=4,thresh=0.2,cm=1)
FastLineDarken()
aWarpSharp(depth=6,blurlevel=4,thresh=0.7,cm=1)
Crop(4,0,-4,0)
FastLineDarken()
DeHalo_Alpha()
fft3dgpu(bt=3,sigma=8,sharpen=1.3)
Spline36Resize(last.width/2,last.height/2)

I can't get it to load, I get this message

http://img152.imageshack.us/img152/6914/53138154eq0.png

Then virtual dub crashes, so what does it mean and how do I fix it?

some dude
16th February 2009, 23:43
NVM, I got it working by switching from fft3dgpu to fft3dfillter, but it is amazingly slow.

dat720
17th February 2009, 10:17
What do you expect, your using 14 filters there.... each time a filter has to do some work things are going to slow down just a little, then of course it depends how much work the filters are doing, some require more time than others.