Hey there folks of Videohelp
I want to remove horizontal/vertical Film Lines, Scratches, Patches, Dots etc. from this video samples that i'm attaching here using Avisynth filters. Please help.
+ Reply to Thread
Results 1 to 2 of 2
-
-
RemoveDirtMC() works for some of the horizontal scratches. Some of them last more than one frame so something like:
Code:even = SelectEven().RemoveDirtMC(80) odd = SelectOdd().RemoveDirtMC(80) Interleave(even, odd).RemoveDirtMC(80)
The vertical scratches usually persist in the same place over many frames making them more difficult to remove.Last edited by jagabo; 16th Apr 2018 at 11:09.
Similar Threads
-
vhs with vertical lines
By spiritgumm in forum Video ConversionReplies: 29Last Post: 22nd Aug 2019, 09:17 -
VideoGrabber vertical lines
By Anelito in forum Capturing and VCRReplies: 0Last Post: 5th Sep 2017, 02:49 -
"Moving" vertical film lines
By Chief Mouse in forum RestorationReplies: 2Last Post: 1st Mar 2015, 13:13 -
I need help removing spots/scratches in this clip, please help?
By jrodefeld in forum RestorationReplies: 15Last Post: 14th Feb 2015, 23:08 -
help to correct defects in vertical lines and horizontal
By Wallis in forum RestorationReplies: 3Last Post: 27th Dec 2013, 19:18