View Single Post
Old 22nd May 2019, 17:33   #51  |  Link
real.finder
Registered User
 
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,587
Quote:
Originally Posted by EHarlen View Post
Denoisers are not effective enough at removing noise in SMDegrain as Prefilter input clip.

For example, there is a big difference between smdegrain (tr=3,thsad=300,prefilter=removegrain(11),pel=1)
and smdegrain (tr=3,thsad=300,pel=1).removegrain(11)

But I wanna use denoisers in SMDegrain as Prefilter input clip.

How is it possible to make them more effective?
smdegrain is only Temporal Denoiser, it work good in some sources and in others it's not, anyway did you tried it like this

Code:
RGclip=removegrain(11)
smdegrain (tr=3,thsad=300,prefilter=RGclip,mfilter=RGclip,pel=1)
?

also you can try something else like dfttestMC and admfilter
__________________
See My Avisynth Stuff

Last edited by real.finder; 22nd May 2019 at 18:04.
real.finder is offline   Reply With Quote