Log in

View Full Version : How do I overwrite avisynth in gknot with new version?


BluDChyLD
31st October 2002, 20:54
Hi,
Downloaded avisynth 2.06 and installed it in the default directory. There are no executables for it and gknot still seems to be using the same one. How do I update it?
Thanks

manono
1st November 2002, 04:25
Hi-

gknot still seems to be using the same one

Are you sure? I just double clicked the thing and I got the new version automatically. Try a test. Replace your resizer with LanczosResize(640,272) or whatever resolution you're using, and try and open the .avs in VDub. If you are using the old GKnot AviSynth, it'll crash, because Lanczos is only in the new version.

TheWEF
1st November 2002, 11:04
check if you've got an old avisynth.dll in \windows\system - if yes, delete it. you only need the one dll in \windows\system32.

wef.

BluDChyLD
1st November 2002, 12:52
the dll in the system32 directory is the 2.06 one. It must be the new version then, I was expecting some minor changes in it's gui...

Suzahara
4th November 2002, 13:53
Originally posted by BluDChyLD
the dll in the system32 directory is the 2.06 one. It must be the new version then, I was expecting some minor changes in it's gui...

GUI changes? Avisynth doesn't have a gui... You mean a GUI change in gknot? The two are unrelated. GKnot is just a frontend to help you make an avs, as well as other things.

BluDChyLD
4th November 2002, 14:09
oh I see, I thought the avisynth box that loads in gknot was independent and would be updated with new versions of avisynth...