Log in

View Full Version : Using 2.0x plugins in 2.5x avs


Tofusensei
21st March 2003, 07:06
Hi,

I am having trouble getting 2.0 plugins to work under 2.5. Someone mentioned that contained in warpsharp.dll for avs 2.5 is a filter that lets you load 2.0x filters in 2.5. But, I have not been able to get that to work.

I really would like to add Guavacomb to my 2.5 filter chain. Anyone successfully pulled this off?

N_F
21st March 2003, 09:18
If you've downloaded the latest warpsharp packade you'll see a dll called LoadPluginEx.dll.

Load that in your script and then simply use your old 2.0x filter. It could look something like this with for instance dust:


loadplugin("mpeg2dec3.dll")
loadplugin("loadpluginex.dll")
loadplugin("dust.dll") #Avisynth 2.0x filter

mpeg2source("source.d2v")
crop(%values%)
bicubicresize(%values%)
converttoyuy2() #Even though you use LoadPluginEx the 2.0x filters still need yuy2 colorspace
pixiedust() #Avisynth 2.0x filter


Also check http://forum.doom9.org/showthread.php?s=&threadid=48160

DDogg
25th March 2003, 02:17
If you use CCE (any) and have loadpluginex.dll or warpsharp.dll from this package in your 2.5x plugin directory please see this thread:
http://forum.doom9.org/showthread.php?s=&postid=284435#post284435

homersapien
25th March 2003, 15:13
Originally posted by N_F
If you've downloaded the latest warpsharp packade you'll see a dll called LoadPluginEx.dll.

Load that in your script and then simply use your old 2.0x filter. It could look something like this with for instance dust:


loadpluginex.dll causes vdub to crash for me...everytime vdub shuts down, sometimes when loading a script, everytime a new job starts from job control, etc. i had to delete the program, registry keys, and unpack a new set of files :sly: