Selur's Little Message Board

Full Version: Not working temporaldegrain2, WNNM filters
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Preview window does not appear, when any of these filters are enabled.
Can't reproduce this here.
Both filters work fine on my system with different sources.

For WNNM I suspect that the filter might require AVX2, but no clue why TemporalDegrain2 would not work.

Do you get an error message if you open vsViewer (Tools->vsViewer) and open one of the scripts and press F5?

Cu Selur
(10.04.2023, 06:56)Selur Wrote: [ -> ]Can't reproduce this here.
Both filters work fine on my system with different sources.

For WNNM I suspect that the filter might require AVX2, but no clue why TemporalDegrain2 would not work.

Do you get an error message if you open vsViewer (Tools->vsViewer) and open one of the scripts and press F5?

Cu Selur

My CPU do not support AVX2.
1. I open vsViewer
2. Open in temporaldegrain2 script
3. Then I prees F5.
4. vsViewer without an error message closes.
Does TemporalDegrain2 work if you replace the fft3dfilter.dll with the one from https://github.com/myrsloik/VapourSynth-...r/releases ?

Cu Selur
(10.04.2023, 12:46)Selur Wrote: [ -> ]Does TemporalDegrain2 work if you replace the fft3dfilter.dll with the one from https://github.com/myrsloik/VapourSynth-...r/releases ?

Cu Selur

Now it working.
Okay, that is an older/slower version of fft3dfilter which does not require AVX2.
Sadly, there is no older version of wnnm (https://github.com/AmusementClub/VapourS...M/releases), that does not require AVX2, so you can't use that filter.

Cu Selur

Ps.: What cpu are you using?
(10.04.2023, 13:15)Selur Wrote: [ -> ]Cu Selur

Ps.: What cpu are you using?
Intel Xeon E5-1650 v2, 3700 MHz (37 x 100)
Ah, okay, 10+years old cpu, that explains the lack of AVX2. Smile

Cu Selur