14.05.2018, 12:13
VapourSynth MCDegrainSharp, when changing the values Strength (Sharp), Strength (Blur) and Thewshold (Blur), wrong parameters are specified in the script code and call ERROR CRASH.
![[Image: 40d1795627b1.png]](https://c.radikal.ru/c23/1805/91/40d1795627b1.png)
If in Custom write correct parameters, sample:
clip = mcdegrainsharp.mcdegrainsharp(clip=clip, bblur=0.0, csharp=0.6, plane=4)
thern all OK.
![[Image: 40d1795627b1.png]](https://c.radikal.ru/c23/1805/91/40d1795627b1.png)
If in Custom write correct parameters, sample:
clip = mcdegrainsharp.mcdegrainsharp(clip=clip, bblur=0.0, csharp=0.6, plane=4)
thern all OK.