Log in

View Full Version : Remove noise from video


alexx7777
19th March 2012, 12:37
Hello, please tell me what to fix- http://www.youtube.com/watch?v=z_oss6Ur7sU
I tried these two scriptsl -
super = MSuper (pel = 2, sharp = 2, chroma = true)

b_vec3 = MAnalyse (super, isb = true, delta = 3, chroma = true, blksize = 8, overlap = 4, truemotion = true)
b_vec2 = MAnalyse (super, isb = true, delta = 2, chroma = true, blksize = 8, overlap = 4, truemotion = true)
b_vec1 = MAnalyse (super, isb = true, delta = 1, chroma = true, blksize = 8, overlap = 4, truemotion = true)
f_vec1 = MAnalyse (super, isb = false, delta = 1, chroma = true, blksize = 8, overlap = 4, truemotion = true)
f_vec2 = MAnalyse (super, isb = false, delta = 2, chroma = true, blksize = 8, overlap = 4, truemotion = true)
f_vec3 = MAnalyse (super, isb = false, delta = 3, chroma = true, blksize = 8, overlap = 4, truemotion = true)

MDegrain3 (super, b_vec1, f_vec1, b_vec2, f_vec2, b_vec3, f_vec3, plane = 4, thsad = 400)

OR
FFT3DFilter (sigma = 2, bt = 5, bw = 32, bh = 32, ow = 16, oh = 16, plane = 1)
FFT3DFilter (sigma = 2, bt = 5, bw = 32, bh = 32, ow = 16, oh = 16, plane = 2)
FFT3DFilter (sigma = 2, bt = 5, bw = 32, bh = 32, ow = 16, oh = 16, plane = 0)
After application of these scripts and adjust levels or brightness and contrast can be seen all the noise is not removed

2Bdecided
19th March 2012, 17:47
Are you downloading this from YouTube, or do you have the original?

alexx7777
20th March 2012, 11:47
Are you downloading this from YouTube, or do you have the original?
Original - Proba2.avi (http://narod.ru/disk/43792031001.b61ae44f4dd862c1c127d5e588dab970/Proba2.avi.html)

ajk
20th March 2012, 12:10
Try adjusting the levels first and then run MDegrain, that way it will have more room to work, so to speak. Generally you can't remove ALL the noise anyway, without ruining the image in other ways.

alexx7777
20th March 2012, 13:37
Try adjusting the levels first and then run MDegrain, that way it will have more room to work, so to speak. Generally you can't remove ALL the noise anyway, without ruining the image in other ways.
Thank you, changing levels, the noise was - blue and luminance. The script to use this or the other?

Mounir
22nd March 2012, 00:36
Try this:


AVISource("C:\Users\lin\Desktop\Proba2.avi")
assumetff()
input=last

separatefields()
ConverttoRGB32(matrix="rec601",interlaced=false)
# Camcorder color denoiser (desaturation)
LoadVirtualDubPlugin("E:\Program Files\VirtualDub-1.9.8\plugins\Camcorder_Color_Denoise_sse2.vdf","CCD",1)
CCD(15,1) # strengh: 0 - 100 / default: 30
# Colormill (fix levels, saturation)
LoadVirtualdubPlugin("C:\Program Files (x86)\virtualdub1.9\plugins\ColorMill.vdf","colormill",1)
colormill(25700, 25700, 25700, 25700, 29796, 25756, 37220, 25700, 25700, 25700, 25700, 25700, 25700, 1124, 5)
#
ConverttoYV12(matrix="Rec601",interlaced=false)
# denoising with NLmeans GPU (need Nvidia card)
NLMeansCL(A=4, S=2, B=1, aa=1.0, h=2.0,HC=2, plane=4,cpu=false,buffer=false,sse=true)
stackhorizontal(input,last)

Result: http://imageupload.org/en/file/204980/cat.jpg.html

alexx7777
22nd March 2012, 17:29
Thank you very much, Munir, problems with work. Did everything as shown - Now that you have to do to get the filter move:
A. NLMeansCL filter DLL itself:
Link and attachment at the end of my post.
Put it in the folder you plug AviSynth. And do not rename!

Two. CLOO. Net library for OpenCL. Needed to run NLMeansCL.
You can download it here: http://sourceforge.net/projects/cloo/ ~ ~ V
Take Cloo.dll file from the folder \ Bin \ Release, within the archive and put it in plugins folder AviSynth.

Three. AvsFilterNet. Net library to write Avisynth filters. Needed to run NLMeansCL.
You can download it here: http://avsfilternet.codeplex.com/
Take AvsFilterNet.dll and put it in plugins folder AviSynth.

Or is it to do so. As a result, the script does not work. Supports GPU has (Nvidia GT 525M) Tell me what to do to run the filter

Mounir
22nd March 2012, 18:32
Download this archive: http://www.mediafire.com/?sb9y3ok5swh0s6a

Put everything in the plugins folder

alexx7777
22nd March 2012, 21:56
Munir, once again thank you very much for helping me. Filter to work, downloaded to your link. My impression - MDegrain3 removes noise better with fft3dfilter.

alexx7777
2nd April 2012, 16:19
Please tell me it is possible to remove scratches from the glass window of the airplane?
HDV_0022.avi (http://narod.ru/disk/44996209001.15cdf78b61fd389a7b5364455e613cdc/HDV_0022.avi.html)

alexx7777
3rd April 2012, 17:59
http://s002.radikal.ru/i200/1204/89/c35f7d56deb9.jpg

alexx7777
7th April 2012, 04:15
http://s019.radikal.ru/i625/1204/70/737a61256a16.jpg
Hello, please tell me how to be a script with a global compensation for the noise reduction filter for fft3dfilter Dv Pal
Лучше деинтерлейс?