feisty2
18th March 2013, 04:32
SMDegrain is definitely my favorite denoiser :)
it doesn't only remove grains but removes mosquito noise too and makes no artifacts :D
it works perfectly on low motion areas,but causes serious detail loss on high motion areas.
I want to know how to solve the issue (limit denoising on high motion areas)
here's a frame
http://thumbnails108.imagebam.com/24387/6ab169243861482.jpg (http://www.imagebam.com/image/6ab169243861482)
after denoising, the man's hair looks very blurry (lower tr or lower theSAD won't help much but leaves some mosquito noise unprocessed)
smdegrain (tr=6,plane=0,Chroma=false,pel=4,subpixel=3,blksize=4,thSAD=400,Search=5,contrasharp=false,lsb=true,prefilter=3,thSCD1=200,thSCD2=100)
http://thumbnails103.imagebam.com/24387/d17bab243861498.jpg (http://www.imagebam.com/image/d17bab243861498)
and I also tried MMask to limit high motion areas,but it doesn't help much, the man's hair still looks blurry
xxxsource
a=last
super=a.MSuper()
backvec=super.MAnalyse(isb=true)
mask=a.MMask(backvec)
b=a.smdegrain (tr=6,plane=0,Chroma=false,pel=4,subpixel=3,blksize=4,thSAD=400,Search=5,contrasharp=false,lsb=true,prefilter=3,thSCD1=200,thSCD2=100)
mt_merge (b,a,mask)
http://thumbnails104.imagebam.com/24387/589885243861523.jpg (http://www.imagebam.com/image/589885243861523)
I guess MMask is the right way to solve the problem, maybe I used it in a wrong way :(
here's a short sample I trimmed by mmg from the original dvd
http://pan.baidu.com/share/link?shareid=322653&uk=370037491
Thanks in advance for any help :stupid:
it doesn't only remove grains but removes mosquito noise too and makes no artifacts :D
it works perfectly on low motion areas,but causes serious detail loss on high motion areas.
I want to know how to solve the issue (limit denoising on high motion areas)
here's a frame
http://thumbnails108.imagebam.com/24387/6ab169243861482.jpg (http://www.imagebam.com/image/6ab169243861482)
after denoising, the man's hair looks very blurry (lower tr or lower theSAD won't help much but leaves some mosquito noise unprocessed)
smdegrain (tr=6,plane=0,Chroma=false,pel=4,subpixel=3,blksize=4,thSAD=400,Search=5,contrasharp=false,lsb=true,prefilter=3,thSCD1=200,thSCD2=100)
http://thumbnails103.imagebam.com/24387/d17bab243861498.jpg (http://www.imagebam.com/image/d17bab243861498)
and I also tried MMask to limit high motion areas,but it doesn't help much, the man's hair still looks blurry
xxxsource
a=last
super=a.MSuper()
backvec=super.MAnalyse(isb=true)
mask=a.MMask(backvec)
b=a.smdegrain (tr=6,plane=0,Chroma=false,pel=4,subpixel=3,blksize=4,thSAD=400,Search=5,contrasharp=false,lsb=true,prefilter=3,thSCD1=200,thSCD2=100)
mt_merge (b,a,mask)
http://thumbnails104.imagebam.com/24387/589885243861523.jpg (http://www.imagebam.com/image/589885243861523)
I guess MMask is the right way to solve the problem, maybe I used it in a wrong way :(
here's a short sample I trimmed by mmg from the original dvd
http://pan.baidu.com/share/link?shareid=322653&uk=370037491
Thanks in advance for any help :stupid: