Hello friends, does anyone know how to remove these horizontal lines?
2A1_t00-00.04.25.063-00.04.30.494.mkv
+ Reply to Thread
Results 1 to 10 of 10
-
-
Looks like interference from a power source.
I think,therefore i am a hamster. -
-
Interesting. When I play it in Virtual Dub, I see no lines. When I play it in VLC Player, the lines stick out like the proverbial.
-
It's just masked by the messy residual interlaced structure. When you bob-deinterlace it the interference stripes pop out.
One can mitigate it by applying a vertical blur which however would blur the picture.
Try something like
Code:LWLibavVideoSource("2A1_t00-00.04.25.063-00.04.30.494.mkv") TFM() separatefields().vinverse().blur(0,0.7).weave()
Last edited by Sharc; 22nd Jun 2023 at 07:49.
-
Vertically blurred but preserving sharp edges:
Code:LWLibavVideoSource("2A1_t00-00.04.25.063-00.04.30.494.mkv", cache=false, prefer_hw=2) TFM() # restore progressive frames emask = Blur(1.5, 0).mt_edge("prewitt", thy1=50, thy2=50).Blur(1.0) blurred = BilinearResize(width, height/3).Spline36Resize(width, height) Overlay(blurred, last, mask=emask)
-
MiniDeen with 5x5 for YUV + mClean works but is rather destructive: https://imgsli.com/MTg3NjIz
Maybe defreq could be used for this,...users currently on my ignore list: deadrats, Stears555, marcorocchini -
Interesting. The problem shows up clearly on a different computer. The smaller display on my laptop must have "cured" the problem via resizing.
-
Ok, thanks everyone for the answers, I'll test and see what I get, the idea is to keep the original quality but remove those damn lines xD
Similar Threads
-
Removing the Horizontal lines
By Gramps in forum RestorationReplies: 5Last Post: 13th Sep 2021, 14:53 -
How to remove horizontal lines
By ziggy1971 in forum Video ConversionReplies: 17Last Post: 26th Jan 2021, 07:49 -
Horizontal Lines from VHS
By Pougan in forum Capturing and VCRReplies: 11Last Post: 25th Sep 2020, 00:16 -
VHS horizontal lines
By VHS_Hunter in forum RestorationReplies: 5Last Post: 26th Apr 2020, 23:45 -
Scrolling horizontal interference lines
By Chief Mouse in forum RestorationReplies: 5Last Post: 28th Jul 2018, 15:16