Posts: 546
	Threads: 119
	Joined: Jul 2020
	
	
 
	
	
		I converted the DV file to ProRes and AviSynth worked perfectly. Strange.
DV to ProRes coversion, MediaInfo:
Scan type: Interlaced
Original scan type: Progressive
Scan type, store method: Interleaved fields
Scan order: Bottom Field First
	
	
	
	
	
 
 
	
	
	
		
	Posts: 546
	Threads: 119
	Joined: Jul 2020
	
	
 
	
	
		I'm confused about these settings. What is an outlier? Can it include simple dropouts/line flashes as seen on old videotapes?
Quote:Set mode for removing of only black or white spots or both:
- sign = 0 - any spots and outliers (default)
 
- sign = 1 - only black (dark) spots and outliers
 
- sign = -1 - only white (light) spots and outliers
 
- sign = 2 - only black (dark) spots, any outliers
 
- sign = -2 - only white (light) spots, any outliers
 
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 12.057
	Threads: 66
	Joined: May 2017
	
	
 
	
		
		
		23.10.2023, 18:46 
(This post was last modified: 23.10.2023, 18:46 by Selur.)
		
	 
	
		For lines large scratches, DeScratch and maybe Spotless are usually more suited. (sadly there is no port of DeScratch for Vapoursynth)
Read "HOW IT WORKS" over at 
http://www.avisynth.nl/users/fizick/despot/despot.html to get a better understanding of DeSpot.
Cu Selur
	
 
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
	
	
 
 
	
	
	
		
	Posts: 546
	Threads: 119
	Joined: Jul 2020
	
	
 
	
	
		It's varying sizes of horizontal lines I need to remove, so I doubt DeScratch would work.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 12.057
	Threads: 66
	Joined: May 2017
	
	
 
	
	
		Depending on the source, you would need to use a custom section and then use multiple descratch calls with different settings. 

So it might be worth a try, but could also not help. 
Cu Selur
	
 
	
	
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.