Log in

View Full Version : can I use hqdn3d in megui


rakan
14th April 2008, 06:27
I noticed that Megui used convolution3d as it's denoiser. Is there anyway I can use hqdn3d? Thanks.

Adub
14th April 2008, 08:28
Yep. Edit the avs file by hand.

rakan
14th April 2008, 12:49
I added it but Megui gave me an error. It said "Script error: there is no function named hqdn3d". When I go to the update section of Megui and I look at the denoiser section I only see convolution3d, fluxsmooth, and undot. How do I add hqdn3d?

unskinnyboy
14th April 2008, 13:15
Get (http://akuvian.org/src/avisynth/hqdn3d/)hqdn3d.dll and either put it in the Avisynth plug-ins directory (if you do this, the filter will be auto-loaded) or put the DLL wherever you like and import it into the script by using the LoadPlugin(...\hqdn3d.dll) function.

Sharktooth
14th April 2008, 16:20
... reading the avisynth docs first would be a good idea ...