is this possible to fix the issues? colour bleeding (visible purple lines) / combing
[Attachment 89840 - Click to enlarge]
i believe this was digitized from VHS
YT link
+ Reply to Thread
Results 1 to 3 of 3
-
-
This could have been a color problem in the original recording or a problem in the playback machine, or both.
Do you have access to the original VHS tape? -
try a mix of camcorder denoise and the script below
Assuming a progressive source:
CCD:
ConverttoRGB32(matrix="rec601",interlaced=false)
LoadVirtualDubPlugin("C:\Program Files (x86)\Virtualdub\plugins32\ccd_sse2.vdf", "CCD", 0)
# Camcorder Color Denoise (Vdub plugin):
CCD(10,1) # default 30 / 100 max / tweak to your liking
converttoyv12(matrix="Rec601",interlaced=false)avisource()
# Denoise chroma with TTempsmooth & Spotless
U = UToY().ttempsmooth(maxr=1,lthresh=150, strength=1).SpotLess(radt=3)
V=VToY().ttempsmooth(maxr=1,lthresh=150, strength=1).SpotLess(radt=3)
YToUV(U,V,last)*** DIGITIZING VHS / ANALOG VIDEOS SINCE 2001**** GEAR: JVC HR-S7700MS, TOSHIBA V733EF AND MORE
Similar Threads
-
Color bleeding on an anime VHS
By wubikens in forum RestorationReplies: 10Last Post: 8th May 2025, 23:04 -
Fixing original wobbling effect in digitized VHS-C video?
By taigi in forum RestorationReplies: 10Last Post: 5th Oct 2024, 14:49 -
Retail Newbie asks about AI for digitized VHS and Super 8 mm footage
By BobbyL in forum RestorationReplies: 2Last Post: 3rd Aug 2024, 13:59 -
What kind of problem exists with my digitized VHS video?
By bigbadben in forum Newbie / General discussionsReplies: 17Last Post: 29th Nov 2023, 04:41 -
Making SD music videos or found footage movies.. VHS, Super VHS or Hi8?
By part12studios in forum Newbie / General discussionsReplies: 0Last Post: 10th Aug 2021, 09:57


Quote