Log in

View Full Version : VagueDenoiser


HolyWu
1st February 2015, 09:49
VagueDenoiser-r2.7z (https://github.com/HomeOfVapourSynthEvolution/VapourSynth-VagueDenoiser/releases/latest)
https://github.com/HomeOfVapourSynthEvolution/VapourSynth-VagueDenoiser

This is not a complete port. Some parameters/functionalities are not present, as IMHO some settings make very little improvement or difference, and I am getting laaaaaazy :-)

HolyWu
9th June 2015, 18:31
Update r2.


Support 32-bit float input.

Selur
8th February 2016, 20:51
What are valid values for the planes-parameter?

'int[]' and 'planes: A list of the planes to process. By default all planes are processed.' doesn't really help,...

Are_
8th February 2016, 21:44
[0] = just luma
[1, 2] = just chroma
[0, 1, 2] = everything

Selur
9th February 2016, 05:38
Thanks for the info.