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.

Flicker
#4
SpotLess with usually is a bad idea if you need a radius > 3.
The flickering is likely caused by bad deinterlacing + high compression causing aliasing.
Try something like: SMDegrain with really high values and Santiag
# removing grain using SMDegrain
clip = smdegrain.SMDegrain(input=clip, tr=6, thSAD=3200, thSADC=256, interlaced=False, opencl=True, device=-1)
# contrast sharpening using CAS
clip = core.cas.CAS(clip=clip)
# no resizing since resolution is already archived
# applying anti aliasing using santiag
clip = antiAliasing.santiag(c=clip, strh=3, strv=3, nns=2, qual=2, pscrn=2, exp=1, opencl=True)
https://www.mediafire.com/file/la853phvn...e.mp4/file
also try the above and set SMDeGrain -> DCT to "use block DCT ...", that should help a bit more. (but will be a lot slower)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
Flicker - by jill richardson - 09.05.2025, 21:33
RE: Flicker - by Selur - 09.05.2025, 23:13
RE: Flicker - by jill richardson - 09.05.2025, 23:28
RE: Flicker - by Selur - 09.05.2025, 23:54

Forum Jump:


Users browsing this thread: 1 Guest(s)