VideoHelp Forum
+ Reply to Thread
Results 1 to 5 of 5
Thread
  1. Member
    Join Date
    Apr 2010
    Location
    Karakura Town
    Search Comp PM
    Windows 7 Ultimate 64 Bit build 7600

    Ok. This is getting really aggravating. I have the file libfftw3f-3.dll in AVISynth's folder but when I try to load up a script in MeGUI, it tells me it can't load the file.

    This is the script I'm trying to use:
    MPEG2Source("C:\Users\Nagashi\Desktop\Project X\MPEG Files\27.d2v")
    DFTTest()
    Tweak (sat=1.2)
    Crop(4,0,-2,0,true)
    Lanczos4Resize (640,480)
    Trim (0,2697)

    It says the problem is line 2 (DFTTest) but what the heck is the actual problem? I have the files for DFTTest in the AVISynth folder. I already tried putting libfftw3f-3.dll in the system32 directory.
    Quote Quote  
  2. Put fftw3.dll in your \Windows\System32 folder.
    Quote Quote  
  3. Originally Posted by jagabo View Post
    Put fftw3.dll in your \Windows\System32 folder.
    I am getting the same error. Tried your solution, but still getting the error

    "libfftw3f-3.dll is not avisynth plugin"

    If you are still online, please suggest another solution.

    Thanks.

    PS: My script for VirtualDub

    Code:
    SetMemoryMax(512)
    LoadPlugin("C:\Hybrid\avisynthPlugins\DGDecode.dll")
    LoadPlugin("C:\Hybrid\avisynthPlugins\mt_masktools-25.dll")
    LoadPlugin("C:\Hybrid\avisynthPlugins\YadifMod.dll")
    LoadPlugin("C:\Hybrid\avisynthPlugins\NNEDI3.dll")
    LoadPlugin("C:\Hybrid\avisynthPlugins\MVTools2.dll")
    LoadPlugin("C:\Hybrid\avisynthPlugins\GScript.dll")
    LoadPlugin("C:\Hybrid\avisynthPlugins\Grunt.dll")
    LoadPlugin("C:\Hybrid\avisynthPlugins\RemoveGrainSSE2.dll")
    
    	LoadPlugin("C:\Hybrid\avisynthPlugins\aWarpSharp.dll")
    	LoadPlugin("C:\Hybrid\avisynthPlugins\SangNom.dll")
    	LoadPlugin("C:\Hybrid\avisynthPlugins\UnFilter.dll")
    
    	LoadPlugin("C:\Hybrid\avisynthPlugins\Toon.dll")
    	LoadPlugin("C:\Hybrid\avisynthPlugins\DFTTest.dll")
    	LoadPlugin("C:\Hybrid\avisynthPlugins\libfftw3f-3.dll")
    
    Import("C:\Hybrid\avisynthPlugins\SRestore.avsi")
    Import("C:\Hybrid\avisynthPlugins\QTGMC-3.33.avsi")
    	Import("C:\Hybrid\avisynthPlugins\santiag.avs")
    	Import("C:\Hybrid\avisynthPlugins\AAA.avs")
    
    DirectShowSource("E:\Cartoon01.mkv")
    AwarpSharp2(depth=6)
    santiag(strh=2,strv=2)
    AAA()
    Toon(strength=0.6)
    DFTTest() 
    LSFMod(strength=50)
    SmoothLevels(0,1,245,0,255,false)
    Last edited by ConverterCrazy; 12th Jul 2016 at 10:05.
    Quote Quote  
  4. libfftw3f-3.dll is not an AviSynth plugin and should not be loaded in your script. It's a Windows system plugin. Put a copy in Windows' System32 folder, or when using 32 bit AviSynth under 64 bit Windows put it in the SysWOW64 folder. Windows will automatically load it when needed. Ie, usually:

    C:\Windows\System32
    C:\Windows\SysWOW64
    Quote Quote  
  5. @jagabo

    Thanks.
    It worked!

    I wish people would add this when helping.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!