10.06.2026, 17:08
1. file is saved as interllaced, but is progressive => 'Overwrite input scan type to "progressive".
2. try:
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
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)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
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

