View Full Version : Mosquito Noise Problem
feisty2
9th February 2013, 04:02
I have a crappy dvd which has tons of mosquito noise because of the high mpeg2 compression
is there any filter or script to reduce mosquito noise? I tried a lot of denoise filters and scripts,but it seems they mostly work on grain, any script specifically designed for mosquito noise?:thanks:
x265
9th February 2013, 05:59
try > MCTemporalDenoise(settings="high")
feisty2
9th February 2013, 06:39
using strong denoise will wipe all the details away which is terrible, a specifically designed for mosquito noise script should only work on mosquito noise
feisty2
9th February 2013, 08:24
I found Algolith MNR works pretty well for Mosquito Noise but it's an AE plug-in, any avisynth plugin can do a job like this?
feisty2
11th February 2013, 10:57
I think I found the answer, MCTD (settings="very low",edgeclean=true,ecrad=6)+SMDegrain () removes all the gibbs noise away but only gives me very little detail loss,it's even better than algolith
Selur
11th February 2013, 11:48
DeHaloAlpha and BlindDeHalo3 are my normal choices to remove ringing,... also see: http://avisynth.org/mediawiki/External_plugins#Dehaloing
feisty2
11th February 2013, 12:15
DeHaloAlpha and BlindDeHalo3 are my normal choices to remove ringing,... also see: http://avisynth.org/mediawiki/External_plugins#Dehaloing
but that's not ringing artifacts,it's mosquito noise which is caused by mpeg2 compression,not over sharpening
Selur
11th February 2013, 13:06
hups, sorry :)
lansing
11th February 2013, 19:10
you can try nonlinear smoothing loss-free in virtualdub, works pretty well on mosquito noise.
http://acobw.narod.ru/nslf.html
feisty2
12th February 2013, 04:55
you can try nonlinear smoothing loss-free in virtualdub, works pretty well on mosquito noise.
http://acobw.narod.ru/nslf.html
thx, i'll try
Reel.Deel
12th February 2013, 16:01
I think I found the answer, MCTD (settings="very low",edgeclean=true,ecrad=6)+SMDegrain () removes all the gibbs noise away but only gives me very little detail loss,it's even better than algolith
By itself I doubt that it will be as good as that combination, but have you tried MosquitoNR?
It's a plugin ported from AVIUtil. The documentation is in Japanese so we're stuck using the often wrong online translators.
Here's the author's Twitter post that includes download link. [click (https://twitter.com/b_inary/status/167881882862751745)]
Here's his hompage. [click (http://www.geocities.jp/w_bean17/)]
MosquitoNR comparison. [1 (http://pop.4-bit.jp/images/2011/0818_MosquitoNR01.swf)]...[2 (http://pop.4-bit.jp/images/2011/0818_MosquitoNR02.swf)]...[3 (http://pop.4-bit.jp/images/2011/0818_MosquitoNR03.swf)]
Anyways, hope it helps. :)
Selur
12th February 2013, 23:29
anyone got an english translation of the MosquitoNR.txt? (btw. iirc UnDot was also intended for deringing)
also I can't get to work MosquitoNR with setMtMode :(
horton
15th February 2013, 00:34
Selur
Not quite what you asked for.
But found it in the deep depth of my XviD4PSP's plugin folders.
As is.
Translation (seems terrible) is not mine. So do not shoot me. =))
Selur
15th February 2013, 07:46
Thanks, main downside with it just is, that it crashes for me with Avisynth MT as soon as I use SetMTMode anywhere in the script. :(
-> hoped that mode 5 would work,... :/
Reel.Deel
15th February 2013, 15:27
@ Selur
I can get MosquitoNR to work with MTmode 2.
With mode 1 I get thread deadlock and with anything >= 3 I get access violations. I'm using SEt's 2012.05.16 build. (http://forum.doom9.org/showthread.php?t=148782)
MosquitoNR is internally multi-threaded so believe it or not I get better performace without any MTMode. 76.82fps vs 59.22fps on 720p source.
Selur
15th February 2013, 20:02
I can get MosquitoNR to work with MTmode 2.
thought I tried that :/ will try mode 2 again -> works now for me too with mode 2 (-> will keep an eye an it)
I get better performace without any MTMode. 76.82fps vs 59.22fps on 720p source.
Normally I also use QTGMC and some other filters which get really slow without MTMode ;)
brusno
26th February 2013, 23:14
You might try UnDot() and TTempSmooth()
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.