Corpsecreate
28th October 2011, 06:07
I am trying to use DeHalo_alpha() in my script thats open in AvsPmod but as soon as I do, my image gets destroyed and becomes rubbish:
http://img829.imageshack.us/img829/5167/glitched.png
My script is:
MPEG2Source("X\E1.d2v")
AssumeTFF()
TFM()
VinVerse()
Tdecimate(mode=1)
LimitedSharpenFaster(exborder = 1, strength=200).LimitedSharpenFaster(exborder = 1)
AAA()
MT("""MCTemporalDenoise(settings="medium", twopass=true)""", threads = 2, overlap=4)
GradFun3(smode=3, radius=15, thr=0.65)
As soon as I add DeHalo_alpha() after the GradFun3 I get the picture above. I get the same problem when I use GradFun2DBmod(). If I try to open the script in MPC, the program just crashes. Why is this happening and how can I fix it?
http://img829.imageshack.us/img829/5167/glitched.png
My script is:
MPEG2Source("X\E1.d2v")
AssumeTFF()
TFM()
VinVerse()
Tdecimate(mode=1)
LimitedSharpenFaster(exborder = 1, strength=200).LimitedSharpenFaster(exborder = 1)
AAA()
MT("""MCTemporalDenoise(settings="medium", twopass=true)""", threads = 2, overlap=4)
GradFun3(smode=3, radius=15, thr=0.65)
As soon as I add DeHalo_alpha() after the GradFun3 I get the picture above. I get the same problem when I use GradFun2DBmod(). If I try to open the script in MPC, the program just crashes. Why is this happening and how can I fix it?