Quite common on VHS video (I took this snippet of from a BBC documentary), but anyway to reduce or remove these rainbow horizontal lines?
Screenshot:
[IMG]blob:https://mega.nz/5ab03a62-1935-4023-81ba-4d8f356b1853[/IMG]
Sample:
https://mega.nz/#!GtsjnKbD!V48juaE9HDsW_nfT6VSh3xPYy9ys_V73Hi5RaztHLOs
+ Reply to Thread
Results 1 to 3 of 3
Thread
-
-
try something like this:
LWLibavVideoSource("sample.mp4")
# remove chroma fluctuations
ConvertToYV16(matrix="Rec601",interlaced=false)
U = UToY().ttempsmooth(maxr=1,lthresh=150, strength=8)
V=VToY().ttempsmooth(maxr=1,lthresh=150, strength=8)
YToUV(U,V,last)
ConverttoRGB32(matrix="rec601",interlaced=false)
#### CCD COLOR DENOISING :
LoadVirtualDubPlugin("C:\Program Files (x86)\virtualdubmod1.5\plugins\Camcorder_Color_Den oise_sse2.vdf", "CCD", 0)
CCD(30,1)
converttoyv12(matrix="Rec601",interlaced=false)
mergechroma(last)
fft3dfilter(bt=3,sigma=19,plane=3,degrid=1,bw=16, bh=16, ow=8, oh=8)
fft3dfilter(bt=3,sigma=19,plane=3,degrid=1,bw=16, bh=16, ow=8, oh=8)
mergeluma(last) -
Horizontal rainbows is all you're worried about?
That's the least of your problems. Doesn't look like a piece of BBC to me. That mp4 is one ugly piece of work. You don't have a sample of the original capture?- My sister Ann's brother
Similar Threads
-
Scrolling horizontal interference lines
By Chief Mouse in forum RestorationReplies: 5Last Post: 28th Jul 2018, 15:16 -
Horizontal lines and block noise in VHS capture
By elbenno in forum RestorationReplies: 8Last Post: 6th Nov 2017, 04:26 -
Horizontal lines on DVD rips
By Dead Towel in forum DVD RippingReplies: 41Last Post: 16th Oct 2016, 08:38 -
What causes the blurry horizontal lines to go down my hi-8 tape?
By videoconverter11 in forum Newbie / General discussionsReplies: 2Last Post: 26th Jan 2015, 11:41 -
help to correct defects in vertical lines and horizontal
By Wallis in forum RestorationReplies: 3Last Post: 27th Dec 2013, 19:18