jerets
13th November 2003, 23:18
hey all.
i seem to be running into a problem.
I have created an avs script to decomb my video capture.
I have installed AviSynth 2.52 and Virtual Dub 1.4.13 and am attempting to use Decomb Version 4.06 in my avs script. Both are supposed to be compatible with each other and are listed so under the filters page (http://www.avisynth.org/users/warpenterprises/). But when i attempt to load the avs script into vdub, vdub simply shutdown/closes? Anyone have any idea why or what i could try differently? I have tried other versions of decomb and avisynth.. and the same thing happends. Any ideas?
Heres my avs script:
LoadPlugin("C:\Decomb.dll")
AVISource("D:\Capture2.avi")
Telecide(guide=1)
Decimate()
Thanks
Jerets
i seem to be running into a problem.
I have created an avs script to decomb my video capture.
I have installed AviSynth 2.52 and Virtual Dub 1.4.13 and am attempting to use Decomb Version 4.06 in my avs script. Both are supposed to be compatible with each other and are listed so under the filters page (http://www.avisynth.org/users/warpenterprises/). But when i attempt to load the avs script into vdub, vdub simply shutdown/closes? Anyone have any idea why or what i could try differently? I have tried other versions of decomb and avisynth.. and the same thing happends. Any ideas?
Heres my avs script:
LoadPlugin("C:\Decomb.dll")
AVISource("D:\Capture2.avi")
Telecide(guide=1)
Decimate()
Thanks
Jerets