This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

[HELP] Trying to remove VHS dropout (comet tails)
#2
Masked Spotless with high (i.e. 5 or 6) temporal radius?
For example:
## Starting applying 'EdgeMask (Prewitt)' masked filtering for vsSpotLess
clipMask = clip
clipMask = core.std.Prewitt(clip=clipMask)
clipMask = core.std.Maximum(clipMask)
clipMask = core.std.ShufflePlanes(clips=[clipMask], planes=[0], colorfamily=vs.GRAY)
clipFiltered = clip
# Spot removal using SpotLess
clipFiltered = SpotLess.SpotLess(clip=clipFiltered, radT=6, pel=1, smoother="zsmooth")
clipMask = core.resize.Bicubic(clip=clipMask, format=vs.YUV422P10, range_s="limited", dither_type="error_diffusion")
clip = core.std.MaskedMerge(clip, clipFiltered, clipMask) # PrewittEdgeMask
## Finished applying 'PrewittEdgeMask' masked filtering for vsSpotLess
Probably would be better to apply something like this on the source before applying Despot and you might have to try different masks and settings. Smile

Cu Selur
Reply


Messages In This Thread
RE: Trying to remove VHS dropout (comet tails) - by Selur - 03.10.2024, 11:55

Forum Jump:


Users browsing this thread: 1 Guest(s)