View Single Post
Old 17th December 2017, 08:54   #50  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Found it, changing line 155, from
Code:
        c2 = core.std.Median(clip).std.Convolution(clip, matrix=[1, 2, 1, 2, 4, 2, 1, 2, 1])
to
Code:
        c2 = core.std.Median(clip).std.Convolution(matrix=[1, 2, 1, 2, 4, 2, 1, 2, 1])
fixes the issue.
Thanks for fixing.

Cu Selur
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 17th December 2017 at 09:12.
Selur is offline   Reply With Quote