shssoichiro / soifunc

Vapoursynth helper utilities
MIT License
9 stars 0 forks source link

MagicDenoise return best_dfttest( #3

Open Ironclad17 opened 1 year ago

Ironclad17 commented 1 year ago

noise = soifunc.MagicDenoise(down, gpu=True) Gives the error """nrmode = File "C:\Users\***\AppData\Local\Programs\Python\Python310\lib\site-packages\soifunc\denoise.py", line 672, in MagicDenoise return best_dfttest( File "C:\Users\Sahil\AppData\Local\Programs\Python\Python310\lib\site-packages\soifunc\denoise.py", line 696, in best_dfttest return clip.dfttest.DFTTest(**kwargs) File "src\cython\vapoursynth.pyx", line 2596, in vapoursynth.Function.__call__ File "src\cython\vapoursynth.pyx", line 2587, in vapoursynth.Function.__call__ File "src\cython\vapoursynth.pyx", line 853, in vapoursynth.typedDictToMap TypeError: float() argument must be a string or a real number, not 'tuple'