Video Capture, Editing and Processing > Avisynth Usage

Need help for denoising

(1/1)

matfra:
Hi everyone,
I would like you to tell me if there is new denoising script out.
I make a lot of capture.
I use QTGMC to deinterlace.
Then I use MCTemporalDenoise(Settings=Medium_
Or the new .. version mode of doom10
SMDegrain()

Is there any other denoiser I could take a look see if the performance of the quality is better.
I use After Effect sometimes too, but AviSythn is faster and better I think.

Dogway:
When I use QTGMC I still have a lot of dilemma, it depends on how crappy the source is.

If it's rather clean I use plain QTGMC with its internal mdegrain denoiser (using tr=3), if it has a bit more noise or artifacts, I would use the tr=3 plus the internal QTGMC denoisers (dfttest, fft3dfilter).
Now if it's total crap, I use sourcematch (really slow, see bottom code) which just deinterlaces and then recover all the crap, then I would render out to an intermediary file and load back and treat as a normal source; denoise using smdegrain, or anything that suits for denoising the source. Denoising many times over usually is not very good, tends to smudge details too much.

QTGMC(tr2=3,preset="very slow",Lossless=2,sourcematch=3,sharpness=0.2,MatchEnhance=0.0,MatchPreset="Slow", MatchPreset2="Slow",border=false,edithreads=2)

matfra:
Thank you Dogway.
I tried you QTGMC script. My sources are 640x480 and really crappy. Its doing a good job in denoising and recovering detail. I know there is a (Placebo) settings, but its doesnt give em the result. Can you show me how powerfull QTGMC script can be ? Is there something more powerful than what you post in terms of denoising and recovering details.

dadix:
Personal i like
--- Code: ---dftest
--- End code ---
for denoising source but is very slow , almost impracticable for my laptop so i must use
--- Code: ---fft3dgpu
--- End code ---
.

Dogway:
My script line is as powerful as QTGMC can get as for ONLY deinterlacing goes about. Yes, you can use placebo and stuff, but that's rather unpractical, I always tend to use the preset just before placebos, and sometimes due to speed issues lower.
After that line you'd normally denoise but I can't help you more without a sample.

Navigation

[0] Message Index

Go to full version