View Full Version : AVS error
Mr.BeNDER
7th January 2006, 12:08
Hello everybody,
I have a problem when i try to open a freinds avs with VirtualdubMod he tell me :
Avisynth open Failure:
Script Error : There is no function named "Tdeint"
(C:...)
He tell that for all the function of the avs.
The same script works perfectly on my friends Computer.
PS : I have Avisynth 2.5
manolito
7th January 2006, 12:18
You need the file "TDeint.dll" in your Avisynth plugin folder. Here is the link to triticals TDeint package:
http://forum.doom9.org/showthread.php?p=544121#post544121
Cheers
manolito
stax76
7th January 2006, 12:19
It's a external filter and thus needs a dll either be located in the plugin dir or be loaded with the LoadPlugin function. More about it in the help under plugins and external filters.
Mr.BeNDER
7th January 2006, 12:45
But the problem is i have already it, he still make this error ...
Here is my avs script :
#loadpluggin("C:\Program Files\GordianKnot\AviSynthPlugins\DGdecode.dll")
#loadpluggin("C:\Program Files\GordianKnot\AviSynthPlugins\Tdeint.dll")
#loadpluggin("C:\Program Files\GordianKnot\AviSynthPlugins\deen.dll")
#_______________________________
#chargement des sources:
MPEG2Source("D:\ENCODAGE\ep01.d2v")
#______________________________
#desentrelacement:
Tdeint(1,1,-1,type=1,mtnmode=3,link=1)
#____________________________________
#decimation (selectevery = filtre interne = chargement auto)
selectevery(2,0)
#___________________________________
#reglage le + faible : deen("c3d",2,10,12) -> 1 = force du filtrage (1 à 4)
deen("c3d",1,10,12)
#___________________________________
#cropping = gauche,haut,droite,bas = valeurs (de 2 en 2) en fonction de la source
#crop(0,0,0,0)
#___________________________________
#resize (interne)
#choix: bicubicresize(), bilinearresize(), pointresize(), lanczosresize()
#Lanczosresize(640,480)
stickboy
7th January 2006, 13:10
Are you sure you installed it into your plugins directory? Have you tried using LoadPlugin?
Mr.BeNDER
7th January 2006, 13:27
yes they are on my plugin directory or in ultimate solutuon if you have a good script for dvb capture.
buzzqw
7th January 2006, 14:50
#loadpluggin("C:\Program Files\GordianKnot\AviSynthPlugins\DGdecode.dll")
#loadpluggin("C:\Program Files\GordianKnot\AviSynthPlugins\Tdeint.dll")
#loadpluggin("C:\Program Files\GordianKnot\AviSynthPlugins\deen.dll")
sorry Mr.BeNDER
but you have commented the loadplugin (look at #)
without loadplugin this script would work only if plugins are in plugin_dir of avisynth (as written in registry)
BHH
Mr.BeNDER
7th January 2006, 14:51
Yeah but same without i have errors
buzzqw
7th January 2006, 14:53
the same error?
BHH
Mr.BeNDER
7th January 2006, 15:02
no now i have :
Avisynth open failure:
Script Error: There is no function named "loadpluggin"
(C:..... line 1)
buzzqw
7th January 2006, 15:05
loadplugin
one only "g"
loadplugin !
BHH
Mr.BeNDER
7th January 2006, 16:01
I still have error ...
Mr.BeNDER
7th January 2006, 17:23
He said he couldn't open source file or it's an obsolete d2v, it's a ok d2v i'm sure ..
buzzqw
7th January 2006, 17:59
the dgdecode.dll loaded and dgindex.exe that create d2v mismatched the version...
use the dgindex.exe (for creating d2v) bundled with gk and dgdecode.dll also bundled.
OR
point loadplugin("C:\Program Files\GordianKnot\AviSynthPlugins\DGdecode.dll")
to the dgdecode.dll allieated with dgindex.exe that create d2v
OR
use your dgindex.exe version AND overwrite dgdecode.dll in "C:\Program Files\GordianKnot\AviSynthPlugins\DGdecode.dll" with the same as in dgdecode package
BHH
Mr.BeNDER
7th January 2006, 18:23
Oh thanks men
stax76
7th January 2006, 18:26
Or you stumbled about the fact that d2v don't use relative path information, there are lot's gotchas like this in the process.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.