digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Filters that reduce noise and similar stuff? (http://www.digitalfaq.com/archives/avisynth/5741-avisynth-filters-reduce.html)

muhali3 09-22-2003 04:10 PM

Avisynth: Filters that reduce noise and similar stuff?
 
Could someone tell me some filters that reduce noise and dust and stuff?

The filters i already know are:
FaeryDust
SpaceDust
PixieDust
Wavelet's Noise Reduction
TemporalSmooth
SpatialSmooth
BlockBuster
SmoothHiQ

jorel 09-22-2003 04:56 PM

deen,stmedianfilter and temporalcleaner too.
did you see the ma script?
have the last best "poison" that we use to encode:

http://www.kvcd.net/forum/viewtopic.php?t=3483
:)

muhali3 09-22-2003 06:11 PM

what filter should i use to reduce mosquito noise?

muhali3 09-22-2003 06:18 PM

LoadPlugin("C:\unzipped\blockbuster_20_dll_2002122 9[1]/blockbuster.dll")
LoadPlugin("C:/unzipped/dust_20_dll_20030123[1]/DustV5.dll")
LoadPlugin("C:\unzipped\fluxsmooth_20_dll_20030108[1]/fluxsmooth.dll")
LoadPlugin("C:\unzipped\nomosmooth_20_dll_20021116[1]/nomosmooth.dll")
LoadPlugin("C:\unzipped\stmedianfilter_20_dll_2002 0803[1]\Old_Version/STMedianFilter.dll")

DirectShowSource("movie.mpg",fps=23.976)
BicubicResize(352,240)
FluxSmooth(temporal_threshold=7, spatial_threshold=7)
NoMoSmooth(motion_threshold=50, temporal_radius=1)
STMedianFilter(8, 32, 0, 0, 8, 32)
BlockBuster(method="noise",block_size=8, detail_min=1, detail_max=99, variance=1, seed=0 )
SpaceDust(30)


I'm using that for a real noisy and blocky movie so far, and i'm trying to keep the encoding time low. What other filter should i add?


All times are GMT -5. The time now is 01:52 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.