Hello!
I have long wondered why the "use Boxblur" option was there, which simply blurred the entire image.
I suspected that it shouldn't work like that, but I was afraid to ask.
And now I've found out that it really doesn't work as it should.
Currently in Hybrid it works like this:
But it seems like it should work like this:
I have long wondered why the "use Boxblur" option was there, which simply blurred the entire image.
I suspected that it shouldn't work like that, but I was afraid to ask.

And now I've found out that it really doesn't work as it should.
Currently in Hybrid it works like this:
clip = ref = core.std.BoxBlur(clip=clip)
clip = core.edgefixer.Reference(ref=ref,clip=clip,left=3,top=2,right=3)
But it seems like it should work like this:
ref = core.std.BoxBlur(clip=clip)
clip = core.edgefixer.Reference(clip,ref,left=3,top=2,right=3)