You fed Hybrid with a script that looks like this:
if you add 'return last' at the end of the script Hybrid might be able to work with the file.
Can you send me the "svpflow1.dll" and "svpflow2.dll" from your "C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\" plugins folder?
If they work in MeGui (and are 32bit), they should work in Hybrid.
Cu Selur
global MeGUI_darx = 16
global MeGUI_dary = 9
Setmemorymax(512)
SetMTMode(3,4)
PluginPath = "C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\"
LoadPlugin(PluginPath+"svpflow1.dll")
LoadPlugin(PluginPath+"svpflow2.dll")
Import(PluginPath+"InterFrame2.avsi")
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\lsmash\LSMASHSource.dll")
LWLibavVideoSource("C:\Users\Kazarian\Downloads\dsdbr00w.2kr\Diplo, French Montana & Lil Pump ft. Zhavia - Welcome To The Party (Official Video).mkv").ConvertToYV12()
SetMTMode(2)
#deinterlace
#crop
#denoise
#resize
InterFrame(Cores=4, GPU=true, FrameDouble=true)
Can you send me the "svpflow1.dll" and "svpflow2.dll" from your "C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\" plugins folder?
If they work in MeGui (and are 32bit), they should work in Hybrid.
Cu Selur