Thread: Restore old vhs
View Single Post
Old 24th April 2021, 16:06   #2  |  Link
Arx1meD
Registered User
 
Arx1meD's Avatar
 
Join Date: Feb 2021
Posts: 124
You need a color denoiser. Try using one of these: Veed, Cnr2 or CCD (Camcorder color denoise for VirtualDub).
As for me CCD gives the best result.
For example:
Code:
LoadVirtualDubPlugin("...\ccd_32bit.vdf", "ccd", 0)
ConvertToRGB()
AddBorders(10,0,0,0) #The source frame size (height and width) must be a multiple of 16.
ccd(30,1)
Crop(10,0,0,0)
ConvertToYV12()
Or try:
Code:
MiniDeen(radiusY=1, radiusUV=2, thrY=1, thrUV=20, y=2, u=3, v=3)
f3kdb(preset="medium/nograin", sample_mode=2)

Last edited by Arx1meD; 24th April 2021 at 16:09.
Arx1meD is offline   Reply With Quote