i was just wondering if there are any avisynth versions of virtualdub's timesmooth (temporal smoother) or (more importantly) dynamic noise reduction plugins.
if there aren't any exact avisynth versions, any plugins that can do the same(/similar) job will do.
and finally, is it possible to use the above mentioned filters/plugins while frameserving. i heard not (for at least one of them anyway).
+ Reply to Thread
Results 1 to 9 of 9
-
-
Forget about what you "heard". Have you tried either of them your self with a small AVI file while framserving?
Hello. -
AVISyth's equivs are...
TemporalSoften(radius, luma, chroma)
and
SpatialSoften(Radius, luma, chroma) -
so dynamic noise reduction, which freezes out background noise (not sure if that's an accurate description), is temporal/spatial? which one?
and thanks for the help.
btw: the equivs you refer to are included in avisynth? right? -
Temporal = locking/blending across frames
Spatial = locking/blending inside on frame
Yes they are both included in AVIsynth. -
sorry if this is a bit stupid, but i've never used these before.
so what's the diff between the two, and what settings should i use to maximise lock, i'm not to bothered about blur, just whatever controls the lockage(don't think that's a word tho...). -
If you like, you can use the VirtualDub filter itself.
Code:Avisource() function VD_DNR(clip clip, int threshold) { LoadVirtualdubPlugin(c:\program files\virtualdub\plugins\dnr.vdf", "_VD_DNR") return clip._VD_DNR(threshold) } #ConvertToRGB() VD_Dnr(25)#max is 31 #ConvertToYUY2()
General rule is, that you have to check the best filter setup by yourself, because every source is different (i.e. tests, tests, tests....). Usually you will get the best results if you combine a spatial with temporal softener. -
Originally Posted by snowmoontuco
Similar Threads
-
Digital noise reduction - a warning
By Quasipal in forum RestorationReplies: 4Last Post: 7th Nov 2010, 13:16 -
Speaking of noise reduction, what is this?
By takearushfan in forum RestorationReplies: 11Last Post: 5th May 2010, 21:14 -
Static/Dynamic Noise Reduction Virtualdub Filters
By nutty88 in forum RestorationReplies: 1Last Post: 28th Feb 2008, 09:53 -
Noise reduction
By Geevim in forum RestorationReplies: 3Last Post: 5th Nov 2007, 06:23 -
Video Noise Reduction ----> H E L P
By wxyz in forum DVD RippingReplies: 14Last Post: 21st Jun 2007, 19:22