Does AviSynth have Smoother as in VirtualDub? Can you tell me what's the filter's name for it?
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 8 of 8
			
		- 
	
- 
	There are many noise reduction filters in AviSynth. Smoother in VirtualDub is a simple 2d noise reduction filter (2d means they work in individual frames without taking into account other frames). Probably closest to VirtualDub's Smoother is SpatialSoften(). 
 
 http://avisynth.nl/index.php/SpatialSoften
 
 There are many more sophisticated 2d noise reduction filters:
 
 http://avisynth.nl/index.php/External_filters#Spatial_Denoisers
 
 Better noise reducers are temporal and spacial (they work across multiple frames). Some are even motion compensated:
 
 http://avisynth.nl/index.php/External_filters#Temporal_Denoisers
 http://avisynth.nl/index.php/External_filters#Spatio-Temporal_Denoisers
- 
	You can use LoadVirtualDubPlugin in your avs script 
 http://avisynth.nl/index.php/LoadVirtualDubPlugin#LoadVirtualDubPlugin
- 
	
- 
	Maybe I should just use Virtualdub's one. When I add sharpen and smooth, the processing takes quite longer. I thought it was due to adding filters in two separate categories (Both AviSynth and VDUB). I'm not sure if those filters themselves slow down rendering. If anyone knows then please let me know. Thanks you so much for your replies and I've gotten a lot of help from it. 
- 
	Each filter takes some amount of time. Some take more than others. So the more filters you use the longer it will take. 
Similar Threads
- 
  avi format has smoother motion than mp4 or mkv ?By Tom80112 in forum Newbie / General discussionsReplies: 6Last Post: 7th Oct 2015, 17:09
- 
  Does converting interlaced video to 50fps give a smoother framerate?By MrBiggles in forum Video ConversionReplies: 1Last Post: 30th Aug 2015, 10:26
- 
  Avisynth MTBy logicom in forum Video ConversionReplies: 50Last Post: 8th Mar 2015, 15:22
- 
  avisynth - How to write avisynth script for rgba overlayBy moelover in forum EditingReplies: 3Last Post: 13th Apr 2014, 13:24
- 
  Embedded video smoother than actual YoutubeBy Skysaberer in forum Video Streaming DownloadingReplies: 2Last Post: 14th Mar 2014, 22:20


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			

 Quote
 Quote