Log in

View Full Version : nnedi3 on Windows 10


luquinhas0021
4th August 2015, 03:58
It's possible run nnedi3 on Windows 10? If yes, how?

kuchikirukia
4th August 2015, 09:08
What do you mean, "run nnedi3?"
QTGMC works for me on 10 so I'd say nnedi3 is working.

Reel.Deel
4th August 2015, 14:03
I honestly think luquinhas0021 hasn't even tried...

Groucho2004
4th August 2015, 14:12
What puzzles me is the "If yes, how?". Why would it be any different than on XP, 7 or 8?

luquinhas0021
4th August 2015, 14:21
Yes, I tried. The nnedi3 0.9.4.11 (Port of nnedi3 for Avisynth 2.6 x86/x64) has, theoretically, support for Windows 7 and Windows XP (Look up the folders). The same thing for eedi3 0.9.2.1 (eedi3 for Avisynth 2.6 x86/x64). I will neither try Avisynth 2.5.8 and nnedi3 0.9.4.0 and 0.9.2.0, because Avisynth 2.5.8 is old! So how can I run nnedi3 0.9.4.11 in Windows 10?

Groucho2004
4th August 2015, 14:25
So how can I run nnedi3 0.9.4.11 in Windows 10?
What CPU do you run this on?

Reel.Deel
4th August 2015, 14:37
The nnedi3 0.9.4.11 (Port of nnedi3 for Avisynth 2.6 x86/x64) has, theoretically, support for Windows 7 and Windows XP (Look up the folders).

XP/W7 naming schemes should only be a concern if you're using windows XP; from the ReadMe.txt:
"XP" versions are compiled with Windows XP support.
"W7" versions are compiled without Windows XP support.

Anyways, install AviSynth 2.6 (http://sourceforge.net/projects/avisynth2/), and then either load nnedi3 manually with LoadPlugin, or autoload it by placing it in the AviSynth "plugins" folder, easy as that.

Read this: http://avisynth.nl/index.php/Plugins

luquinhas0021
4th August 2015, 14:38
A Intel Core i5 3rd gen, sure it have SSE2

luquinhas0021
4th August 2015, 14:42
So I will try with LoadPlugin, because it sucks when I replaced the .dll in plugins folder. The same problem occur when I tried to install Spline plugin.

Groucho2004
4th August 2015, 14:43
A Intel Core i5 3rd gen, sure it have SSE2
Not sure about the AVX* versions but the SSE versions will work. Just pick the fastest.
If a CPU feature set is not supported it will simply give an error message or crash.

Also, what Reel.Deel wrote above.

wonkey_monkey
4th August 2015, 17:24
Yes, I tried. So how can I run nnedi3 0.9.4.11 in Windows 10?

Knowing what happened when you tried might be a help, especially when you bear in mind that Windows 10 has been out for less than a week.

LoRd_MuldeR
4th August 2015, 20:05
Try opening the "problematic" plug-in DLL in Dependency Walker (http://www.dependencywalker.com/) and see if any dependencies are missing, just to be sure...

jpsdr
5th August 2015, 11:40
The ReadMe also said (for x64) :

Get x64 redistribuable package for Visual Studio 2013
and Intel Parallel Studio 2015 to use Intel versions.

So... maybe it's a good start if not done, it can't do harm.
On the other hands, i've never tested without redistribuables, so i've no idea if they are realy needed for nnedi3.

luquinhas0021
5th August 2015, 16:15
jspdr, i install the visual c++ 2013 and paste the windows 7.dll, and was sucefful.

jpsdr
6th August 2015, 14:27
Wooa !!! Unless you personnaly need VS 2013, Ok, but otherwise, it's using a bazooka to kill a fly !
Only the redistribuables should be enough.

Groucho2004
6th August 2015, 14:29
Only the redistribuables should be enough.
I have a hunch that this is what he installed. Some things get lost in translation.