matfra
13th July 2012, 12:58
I often need to deinterlaced my video. But I find QTGMC lack of pawer in term of denoising noisy source. I tried to augment the value of EZDenoise. It manage to blur the whole noise, but lot of details go away. I found that applying a SMDegrain before look good.
My question is, how can I apply a strong denoising for SMdegrain, (tr=3 or even tr=6 is no enought control) Is there other value I can play with SMDegrain so I can boost or have more controle on the denoising.
My idea would be to apply QTGMC only for deinterlacing and SMDegrain for desnoising.
This is what I use.
smdegrain(tr=3,contrasharp=True,refinemotion=True,lsb=true, prefilter=3,mode=2,Truemotion=True,Chroma=True) #prefilter=3 for deblocking
QTGMC(Preset="Slow",EdiThreads=2,tr0=2,tr1=2,tr2=3,FPSDivisor=2,InputType=0,lsbd=True,lsb=True,ChromaNoise=False,ShowNoise=False,EZDenoise=0,EZKeepGrain=0,TrueMotion=False,ShowSettings=False,StabilizeNoise=False)
My question is, how can I apply a strong denoising for SMdegrain, (tr=3 or even tr=6 is no enought control) Is there other value I can play with SMDegrain so I can boost or have more controle on the denoising.
My idea would be to apply QTGMC only for deinterlacing and SMDegrain for desnoising.
This is what I use.
smdegrain(tr=3,contrasharp=True,refinemotion=True,lsb=true, prefilter=3,mode=2,Truemotion=True,Chroma=True) #prefilter=3 for deblocking
QTGMC(Preset="Slow",EdiThreads=2,tr0=2,tr1=2,tr2=3,FPSDivisor=2,InputType=0,lsbd=True,lsb=True,ChromaNoise=False,ShowNoise=False,EZDenoise=0,EZKeepGrain=0,TrueMotion=False,ShowSettings=False,StabilizeNoise=False)