Log in

View Full Version : NeatVideo in avisynth


PiPPoNe92
18th June 2010, 09:57
Hello, people. I have another question.
I can load neatvideo plugin in virtualdub with gui interface, but I would load NeatVideo plugin (.vdf) into my avs script with max settings (radius=5 and threshold=150%)
Is there anyone who can help me? Thanks a lot.

Gavino
19th June 2010, 00:57
This post shows how to map the parameters when calling a VirtualDub filter in Avisynth.

PiPPoNe92
19th June 2010, 08:20
thanks a lot, I done:

LoadVirtualDubPlugin("plugins\NeatVideo.vdf", "NeatVideo", 1)
ConvertToRGB32.NeatVideo()

Alex_ander
22nd June 2010, 06:11
Official user guide has chapter 11 with instructions and example of usage in AviSynth :

http://neatvideo.com/files/NVVDUG.pdf