Hello, friends.

I have a video with frame-blending with a random pattern that I want to fix, however, all the filters for this purpose did not give results that satisfied me. Soon I intend to fix it manually, but I need a mask capable of finding the frames.

my idea is to use something similar to what I use for frame-comb:
Code:
CombMask2(cthresh=4, mthresh=1, chroma=true, expand=true, metric=0)
WriteFileIf("G:\path\LOG.txt", "AverageLuma() > 1.0", "current_frame")
then take the written frames and add it to avspmod as bookmarks and check manually, and then, use replace-frames (next/previous) to replace the bad frame with one of equal value.

but I'm stuck finding a mask that can replace the combmask for this task.

Is there a mask that can detect and show scenes with frame blending like in the images/video below?

https://files.catbox.moe/zlq10z.mp4

Image
[Attachment 83427 - Click to enlarge]


Furthermore, I appreciate your time in helping me.