rkalwaitis
27th May 2010, 09:10
I was hoping that someone had experience with utilizing MSU Denoise via avisynth and could possibly help me with the syntax used in the call of the filter. I am not having a problem loading the Virtual Dub plugin, but rather changing the settings of the functions of the plugin. Ive used the examples on the homepage and seem to be doing something wrong.
LoadVirtualDubPlugin("..\VirtualDub\plugins\MSUDenoiser251.vdf", "MSUDenoiser", 1)
clip = AviSource("video.avi")
clip.ConvertToRGB32.MSUDenoiser(algorithm, gpuMode, correction, shotDetection)
So I can not set the algorithm or gpuMode etc. A simple MSUDenoiser() works, but I am unable to change them.
Parameters:
algorithm:
0 — MSU Denoiser;
1 — Bilateral, small region (fast);
2 — Bilateral, medium;
3 — Bilateral, big region (best quality);
gpuMode — if set to 0, CPU is used; GPU otherwise;
correction — manual correction for automatic mode (50 corresponds to no correction);
shotDetection — careful scene change processing (for MSU Denoiser algorithm only).
So hopefully someone has experience with the filter and can give me a hand or tell me its a waste of time :) thanks in advance.:thanks:
LoadVirtualDubPlugin("..\VirtualDub\plugins\MSUDenoiser251.vdf", "MSUDenoiser", 1)
clip = AviSource("video.avi")
clip.ConvertToRGB32.MSUDenoiser(algorithm, gpuMode, correction, shotDetection)
So I can not set the algorithm or gpuMode etc. A simple MSUDenoiser() works, but I am unable to change them.
Parameters:
algorithm:
0 — MSU Denoiser;
1 — Bilateral, small region (fast);
2 — Bilateral, medium;
3 — Bilateral, big region (best quality);
gpuMode — if set to 0, CPU is used; GPU otherwise;
correction — manual correction for automatic mode (50 corresponds to no correction);
shotDetection — careful scene change processing (for MSU Denoiser algorithm only).
So hopefully someone has experience with the filter and can give me a hand or tell me its a waste of time :) thanks in advance.:thanks: