Hello,
I'm Having a problem with a missing library, i put the 3 DLL files in "C:\Windows\SysWOW64" as i used to do, but know it does work anymore... what should i do?
+ Reply to Thread
Results 1 to 15 of 15
-
-
What libraries are you talking about?
AviSynth filters go in AviSynth's plugins folder (or can be manually loaded in the script). 32 bit system libraries go in C:\Windows\SysWow64 under 64 bit Windows. 64 bit system libraries go in C:\Windows\System32 under 64 bit Windows. 32 bit libraries go in C;\Windows\System32 under 32 bit Windows.
32 bit AviSynth can only access 32 bit libraries and filters. 64 bit AviSynth can only access 64 bit libraries and filters.Last edited by jagabo; 26th Sep 2015 at 08:35.
-
-
Groucho2004Guest
The directories in red are wrong, it should be system32 in both cases.
Also, "C:\Windows" is a user choice, it could be any drive letter and directory name. It's better to use the environment variables for system paths, i.e. "%SystemRoot%" or "%windir%".
Of course, in this particular case it is "C:\Windows" and mentioning the variables would most likely have caused severe confusion. -
Last edited by jagabo; 26th Sep 2015 at 08:34.
-
PHP Code:
LoadPlugin("C:\Users\YaCinO\Desktop\MeGUI_2418_x86\tools\avisynth_plugin\FFT3dGPU.dll")
LoadCPlugin("C:\Users\YaCinO\Desktop\MeGUI_2418_x86\tools\avisynth_plugin\yadif.dll")
DirectShowSource("C:\Users\YaCinO\Downloads\majid.ts", fps=25.000, audio=false, convertfps=true).AssumeFPS(25,1)
ConvertToYV12()
Yadif()
#deinterlace
#crop
LanczosResize(1280,720) # Lanczos (Sharp)
#denoise
Last edited by yaston; 26th Sep 2015 at 13:00.
-
-
Groucho2004Guest
You're probably missing the old DX9 DLL which fft3dgpu() needs. I suggest to run the Avisynth Info Tool, go to "Tools" -> "Plugin Info" and see if the plugin enumeration fails. For this to work, your plugins have to be in the Avisynth auto-load directory.
Alternatively, check your fft3dgpu.dll directly with Dependency Walker.
Lastly, consider reading the documentation of the plugins you use as _Al_ suggested above.Last edited by Groucho2004; 26th Sep 2015 at 12:28.
-
Well i was missing to DirectX and it fixed @_Al_ so many thanks for you attension and all of you ☺☺☺♥♥♥
Similar Threads
-
Potplayer Library
By alex30 in forum Software PlayingReplies: 0Last Post: 20th Jul 2015, 06:30 -
AviSynth runs same speed on Athlon XP and i5, am I missing something?
By diprotic in forum Video ConversionReplies: 13Last Post: 28th Feb 2015, 18:10 -
Music videos library?
By tomkat2010 in forum Newbie / General discussionsReplies: 2Last Post: 28th Feb 2015, 03:08 -
Adding Logo with AviSynth (error 'Could not open file' in DevIL library)
By .craZy in forum EditingReplies: 12Last Post: 7th Feb 2015, 11:09 -
Update matroska library
By supercain in forum Video ConversionReplies: 15Last Post: 7th Mar 2013, 06:06