Log in

View Full Version : bug in the final of gordian knot 0.28


scrat
1st May 2003, 21:08
hey!

i found a bug in the final of gordian knot 0.28.
if i want to encode a dvd i aways choose 'seperate fields (fast)' under field operations because i have dvds in pal-format which are always interlaced.
but i can't load the generated avs-file with virtual dub (and also not with virtualdubmod). i get an error that mpeg2dec3.dll isn't a valid avs-skript. so i changed in the avs-file mpeg2dec3.dll into mpeg2dec.dll.
after that i get an other error-message because of the line 'LoadPlugin("C:\PROGRA~1\GORDIA~1.28\decomb.dll")'. when i make a '#' before this line it works fine.
so my question is: what should this line of the avs-skript do? because everything works fine when i commend this out.

so could you please fix this little bug in gordian knot cause it's a little bit of more work to edit the avs-file manuelly.


greetings,
scrat


ps: sorry for my bad english (my german is much better :) )....

Doom9
1st May 2003, 23:20
hmm.. let me guess.. you had a previous gknot version installed and did not install avisynth 2.51.. mpeg2dec.dll is the avisynth 2.0x compatible version, the problems you had with the 2.5x compatible version (the version of decomb.dll that ships with gknot 0.28 is also designed for avisynth 2.5x).
the decomb line loads the decomb plugin so that you could perform IVTC or advanced deinterlacing.