Log in

View Full Version : need help with avisynth script for adding gaussian noise to video


naeem561
27th March 2010, 09:48
well i have used the script below to add Gaussian noise to a video

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\rawsource.dll")
RawSource("D:\vd\bus_cif.yuv", 352, 288, "YV12")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\NoiseGenerator.dll")
noisegenerator(true,100)

how can i change it to put mean=0 and variance=20 or so
and finally how to save the noisy video produced in yuv format.

hope someone can help me out

Guest
27th March 2010, 15:04
Closing this crosspost. I also deleted a second crosspost. Use your existing thread (http://forum.doom9.org/showthread.php?t=153432) to follow up. Please read and follow our forum rules.