See the script I linked to. 
here are the relevant parts:
Cu Selur

here are the relevant parts:
# Spot removal using SpotLess + DeltaRestore
clip = SpotLess.SpotDelta(clip, radT=3, rec=True, pel=1, dark2_brt=0.97)
# remove jitter using DeJitter
clip = core.vcm.DeJitter(clip)
# removing flickering using ReduceFlicker
clip = core.rdfl.ReduceFlicker(clip, strength=3, aggressive=1)
clip = core.std.Crop(clip, left=28, right=6, top=2, bottom=16) # cropping to 686x558
# Fix bright and dark line artifacts near the border of an image using BalanceBorders
clip = edge.bbmod(clip, cLeft=8, cTop=8, cRight=0, cBottom=0)
# denoising using VsRemoveDirtMC
clip = removeDirt.RemoveDirtMC(clip)
# denoising using MCTemporalDenoise
clip = denoise.MCTemporalDenoise(clip, settings="very high", ncpu=10)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 => RockHarz 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 => RockHarz Festival

