real.finder
22nd May 2019, 17:33
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
RGclip=removegrain(11)
smdegrain (tr=3,thsad=300,prefilter=RGclip,mfilter=RGclip,pel=1)
?
also you can try something else like dfttestMC and admfilter
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
RGclip=removegrain(11)
smdegrain (tr=3,thsad=300,prefilter=RGclip,mfilter=RGclip,pel=1)
?
also you can try something else like dfttestMC and admfilter