Log in

View Full Version : Can not get it to work


troy
14th March 2004, 00:00
I put the Hybridfupp.avsi file in

D:\Program Files\AviSynth 2.5\plugins

My main script is:

LoadPlugin("d:\plugs\mpeg2dec3.dll")
LoadPlugin("d:\plugs\undot.dll")
LoadPlugin("d:\plugs\fluxsmooth.dll")
LoadPlugin("d:\plugs\msharpen.dll")
LoadPlugin("d:\plugs\masktools.dll")
LoadPlugin("d:\plugs\unfilter.dll")
Avisource("D:\russia\test.avi")
converttoyuy2()

#hybridfupp(448,320,12,7,10,30,9,32,17,1,5,true,true,true,30,0)
hybridfupp(preset="medium")

DoubleWeave().SelectOdd()

I tried both of the hybrids and neither of them will play in media player. If I take out the hybrid functions it plays fine in media player. This is a 720x480 dv avi file. I get the error:

Script error: there is no function named "hybridfupp"
(D:\DOCUME~1\ADMINI~1\Desktop\HYBRID~1.AVS, LINE 13)

LigH
14th March 2004, 00:07
You put the avsi file into the plugin directory - fine; but this is an import script, not a plugin. You may still need to include

Import("Hybridfupp.avsi")

probably even with full qualified path name.

Boulder
14th March 2004, 10:18
Make sure that the extension really is .avsi. If you saved the file with Notepad, you may get a file named hybridfupp.avsi.txt instead of hybridfupp.avsi.