![]() |
[BUG] LimitedSharpenFasterMod / AviSynth: Min/Max (enh) + 3x3 Kernel Crash - 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: [BUG] LimitedSharpenFasterMod / AviSynth: Min/Max (enh) + 3x3 Kernel Crash (/thread-1473.html) |
LimitedSharpenFasterMod / AviSynth: Min/Max (enh) + 3x3 Kernel Crash - The_Tinkerer - 24.07.2020 Selecting the Min/Max (enh) + 3x3 Kernel mode here will cause a crash on AviSynth preview or output: ![]() The debug indicates that this mode (Smethod=5) is not valid, as the valid modes are 1 - 4. I don't see a difference between modes 3 and 4, so the numbers may indicate different Smethods than what is shown in Hybrid. The AviSynth Wiki says Smethod=5 is valid... although the change log shows that Smethod=4 was added in version 1.6, and in version 1.7 Smethod=4 was "changed to 'source'". [attachment=948] RE: LimitedSharpenFasterMod / AviSynth: Min/Max (enh) + 3x3 Kernel Crash - Selur - 25.07.2020 I'll look at it on Sunday (or later today). Visiting my parents today. ![]() btw. the latest LFMod is: https://github.com/realfinder/AVS-Stuff/blob/Community/avs%202.5%20and%20up/LSFmod.avsi Cu Selur Ps.: https://github.com/realfinder/AVS-Stuff/issues/92 RE: LimitedSharpenFasterMod / AviSynth: Min/Max (enh) + 3x3 Kernel Crash - The_Tinkerer - 25.07.2020 Sunday is the day I usually visit my parents. ![]() Thanks for the link, I suspected there was someone else maintaining it. Smethod=5 is definitely not in the current code, but he doesn't seem to have any documentation about it. I created an issue and asked about it. 477 Assert( ( Smethod >= 1 && Smethod <= 4 ) ? true : false, chr(10) + "'Smethod' have not a correct value! [1,2,3,4]" + chr(10)) RE: LimitedSharpenFasterMod / AviSynth: Min/Max (enh) + 3x3 Kernel Crash - Selur - 25.07.2020 I keep my fingers crossed that someone over at doom9s knows what happened. ![]() Cu Selur RE: LimitedSharpenFasterMod / AviSynth: Min/Max (enh) + 3x3 Kernel Crash - The_Tinkerer - 25.07.2020 It's apparently been like that since 2009, my suspicion is Smethod 4 is really Smethod 5. Visually, in the preview, I can't tell the difference between 3 and 4. |