SMDegrain (AviSynth) PreFilter Issue - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: SMDegrain (AviSynth) PreFilter Issue (/thread-220.html) Pages:
1
2
|
SMDegrain (AviSynth) PreFilter Issue - phazer11 - 12.01.2018 So, whenever I try to use AviSynth's SMDegrain's Prefilter (any of them besides disabled) it throws errors up all over the place, such as no function removeGrain. Etc. This is on the December 27 2017 build. Vapoursynth's implementation works but does not allow me to use some of the filters I need from AviSynth. I've tried downloading the .dlls and avsi's separately to see if the included files were funky but no go. I'm assuming it's a bug with still using 32-bit Avisynth which I'm hoping is not the issue as the filters I need such as some of the line darkeners and some saturation boosters (like Tweak) have never been converted to 64-bit AviSynth. https://i.imgur.com/Wpl1uqe.png https://i.imgur.com/ZgmjaRF.png https://i.imgur.com/QHz9pAI.png https://i.imgur.com/jWRytF3.png https://i.imgur.com/RBr4SF7.png RE: SMDegrain (AviSynth) PreFilter Issue - Selur - 12.01.2018 Will look into after work today an report back. RE: SMDegrain (AviSynth) PreFilter Issue - Selur - 12.01.2018 1. you can copy the content of those popups using 'CTRL+C', so no need for tons of screenshots. 2. since you didn't post a debug output: What does the used avisynth script look like? I thought that SMDegrain needed removegrain onel when contrasharp as set to true or something other than '0', but seems like I overlooked a call path. Cu Selur RE: SMDegrain (AviSynth) PreFilter Issue - phazer11 - 13.01.2018 (12.01.2018, 21:03)Selur Wrote: 1. you can copy the content of those popups using 'CTRL+C', so no need for tons of screenshots. Here's the vapoursynth script which works. # Imports Here's the Avisynth which does not work (even without the other filters) same settings in the GUI SetMemoryMax(1536) RE: SMDegrain (AviSynth) PreFilter Issue - Selur - 13.01.2018 For the future: the Vapoursynth script doesn't help with a Avisynth problem. Funny thing is RemoveGrain is loaded through 'LoadPlugin("C:\PROGRA~1\Hybrid\AVISYN~1\RgTools.dll")'. -> will look at the 'C:\Program Files\Hybrid\avisynthPlugins\SMDegrain.avsi' (I also noticed a bug which loads KNLMeansCL two times ) Cu Selur RE: SMDegrain (AviSynth) PreFilter Issue - Selur - 13.01.2018 Send you a PM with a link to a dev version which should hopefully fix the issue. Cu Selur RE: SMDegrain (AviSynth) PreFilter Issue - phazer11 - 13.01.2018 (13.01.2018, 10:11)Selur Wrote: Send you a PM with a link to a dev version which should hopefully fix the issue. Did not fix it completely it is at least it's saying something a bit different. Like I mentioned in the pm I didn't want to bother you with the double calls till this was fixed, but you did at least get rid of the KNLMeansCL one, I'll see if I can find the other, I wrote it down somewhere. The new error is below that popped up as soon as I entered the new settings, however it does appear as though it has something to do with countrasharp -1 as setting it to zero brings us back to the removegrain issue. Oh and I meant to mention that the reason for no debug file is it's not giving one despite me setting a output path for it. Neither for tryign an AVISynth preview or telling it to run as a job. New error code: --------------------------- Error --------------------------- Avisynth preview error: Avisynth error ����: --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: Script error: there is no function named "Quantile" --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: (C:\Program Files\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi, line 568) --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: (C:\Program Files\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi, line 534) --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: (C:\Program Files\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi, line 500) --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: (D:\Video\Anime\MS GUNDAM WING BD COLLECTION\GUNDAMWINGBD1\GUNDAMWINGBD1\tempPreviewAvisynthFile06_21_05_046_tmp.avs, line 36) --------------------------- OK --------------------------- SetMemoryMax(1536) RE: SMDegrain (AviSynth) PreFilter Issue - Selur - 13.01.2018 Okay, seems like it also need 'RemoveGrainHD' as dependency,... -> will send you a new version once I have some time (busy atm.) RE: SMDegrain (AviSynth) PreFilter Issue - phazer11 - 16.01.2018 Was busy too. Still no go on the test build. --------------------------- Error --------------------------- Avisynth preview error: Avisynth error �|7�|7}78}7X}7x}7�}7�}7�}7�}7~78~7X~7x~7�~7�~7: --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: Script error: there is no function named "Quantile" --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: (C:\Program Files\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi, line 568) --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: (C:\Program Files\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi, line 534) --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: (C:\Program Files\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi, line 500) --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: (C:\Users\phazer11\AppData\Local\Temp\tempPreviewAvisynthFile03_57_18_580_tmp.avs, line 29) --------------------------- OK --------------------------- --------------------------- Error --------------------------- Avisynth preview error: Couldn't import -1 (1): ?|7?|7}78}7X}7x}7?}7?}7?}7?}7~78~7X~7x~7?~7?~7 --------------------------- OK --------------------------- And it's still throwing up the removegrain error when I set contrasharp to 0 from -1 RE: SMDegrain (AviSynth) PreFilter Issue - Selur - 16.01.2018 Thought I added RemovegrainHD, but will check again later and report back. (May be I just fixed it for Vapoursynth.) |