Reel.Deel
5th April 2013, 02:44
A while back it was discovered (http://forum.doom9.org/showthread.php?p=1615870#post1615870) that MosquitoNR did not work well with multi-threaded Avisynth.
I contacted the author, and to say the least, he was very generous and insisted on rewriting MosquitoNR.
Since online translators are often wrong, I kindly asked for English documentation. Well, he outdid himself!
Not only did he provide English documentation, he also used English for all of the comments in the source code.
He was not too interested in joining Doom9 so I told him I would start a MosquitoNR thread in case of any bugs.
Thanks again b_inary!! :)
[Description]
MosquitoNR is a noise reduction filter designed for mosquito noise, which is
often caused by lossy compression such as MPEG. This filter works as follows:
1. Compute low frequency components of the image.
2. Apply direction-aware blur (smoothing). This blur effectively reduces
compression artifacts, but also breaks detail.
3. Restore the low frequency components to the blurred image.
Latest version:
Download: https://github.com/pinterf/MosquitoNR/releases
Wiki: http://avisynth.nl/index.php/MosquitoNR
Notes for old AviSynth MT:
Since this plugin is internally multi-threaded, under MT conditions I get the best performance with MT mode 5.
MT mode 1 does not work, but then again mode 1 is almost never recommended.
I have only tested this plugin with YV12, so if you find something odd with other colorspaces please report it.
I contacted the author, and to say the least, he was very generous and insisted on rewriting MosquitoNR.
Since online translators are often wrong, I kindly asked for English documentation. Well, he outdid himself!
Not only did he provide English documentation, he also used English for all of the comments in the source code.
He was not too interested in joining Doom9 so I told him I would start a MosquitoNR thread in case of any bugs.
Thanks again b_inary!! :)
[Description]
MosquitoNR is a noise reduction filter designed for mosquito noise, which is
often caused by lossy compression such as MPEG. This filter works as follows:
1. Compute low frequency components of the image.
2. Apply direction-aware blur (smoothing). This blur effectively reduces
compression artifacts, but also breaks detail.
3. Restore the low frequency components to the blurred image.
Latest version:
Download: https://github.com/pinterf/MosquitoNR/releases
Wiki: http://avisynth.nl/index.php/MosquitoNR
Notes for old AviSynth MT:
Since this plugin is internally multi-threaded, under MT conditions I get the best performance with MT mode 5.
MT mode 1 does not work, but then again mode 1 is almost never recommended.
I have only tested this plugin with YV12, so if you find something odd with other colorspaces please report it.