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.

Awfull clip from news broadcast fix
#24
1. file is saved as interllaced, but is progressive => 'Overwrite input scan type to "progressive".
2. try:
# Spot removal using SpotLess + DeltaRestore clip = SpotLess.SpotDelta(clip, radT=3, rec=True, pel=2, dark2_brt=0.97, sharpen_it=False) # adjusting color space from YUV444P12 to YUV420P8 for vsKillerSpots clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P8) # spot/dirt removal using KillerSpots clip = killerspots.KillerSpots(clip, advanced=False)
for denoising (it's slow but should work fine)
Also try adding some sharpening before Spotless or after KillerSpot. (or don't disable sharpen in SpotLess > Delta, but lower the sharpen strength)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Offline between (including) 29th of June and 5th of July => RochHarz Festival
Reply


Messages In This Thread
RE: Awfull clip from news broadcast fix - by Selur - 10.06.2026, 17:08

Forum Jump:


Users browsing this thread: 1 Guest(s)