Selur's Little Message Board
Help for Remaster - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html)
+--- Forum: Small Talk (https://forum.selur.net/forum-7.html)
+--- Thread: Help for Remaster (/thread-4426.html)

Pages: 1 2


RE: Help for Remaster - Selur - 22.06.2026

Okay, running it through seedvr2 using ComfyUI won't work, since something is broken in my ComfyUI setup, which at the start of the processing eats all my ram and then crashes Windows. Rolleyes
But I doubt even a diffusion resizer will add much usable details to something like this. Sad

Cu Selur


RE: Help for Remaster - Ronaldo2002 - 23.06.2026

Big Grin Friend, you're really good at this. How did you configure eatch filters?


RE: Help for Remaster - Selur - 23.06.2026

See the script I linked to. Big Grin
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


RE: Help for Remaster - Ronaldo2002 - 23.06.2026

Will De jitter correct edge and image glitches?


RE: Help for Remaster - Selur - 24.06.2026

Not in general, it is meant to help with vhs jitter a bit, depending on the source it can do good but also harm. So it is not a general fiter to use.