And how might I effectively remove it without too much damage? I have these horizontal, scrolling lines in a few different recordings and cannot figure out how to rid of them.
+ Reply to Thread
Results 1 to 10 of 10
-
-
It's regular interlaced video. You see these scanlines and comb artefacts when you watch the video on a progressive monitor (PC) without deinterlacing it.
So you should just enable the deinterlacer of your SW player. It's a setting in your player (probably called deinterlacing or bobbing)
When you watch this video on your TV, your TV should do the deinterlacing automatically and you should get a perfect picture.
If you still see some lines you would have to apply some extra filtering using Avisynth filters for example, something like
Code:QTGMC() QTGMC(InputType=2) vinverse()
Last edited by Sharc; 20th Oct 2020 at 18:18.
-
It's definitely not interlace lines I'm seeing. The lines are scrolling, moving. They are there even after QTGMC
-
Yep, I missed it. It's some sort of TV channel interference maybe, or interference through the cabling. Requires some more processing......
-
-
Then you could try
Code:AssumeTFF() Cnr2() QTGMC() QTGMC(InputType=2) dfttest(sigma=20) #adjust the sigma
-
-
I appreciate your help jagabo. I will continue to test this method and see if I can get a somewhat clean result
Similar Threads
-
.VF File Type
By biferi in forum Newbie / General discussionsReplies: 3Last Post: 26th Aug 2020, 23:24 -
Best type of disk to use
By Samperuso1 in forum DVD RippingReplies: 5Last Post: 20th Dec 2019, 03:27 -
Program Type help
By biferi in forum EditingReplies: 1Last Post: 18th Nov 2018, 17:38 -
Panel type
By kyrcy in forum ComputerReplies: 3Last Post: 15th Jul 2018, 05:06 -
what type of stream is this
By adi10289 in forum Video Streaming DownloadingReplies: 1Last Post: 22nd Oct 2016, 13:06