pdurand
19th July 2009, 17:46
Hi all,
I tried many filters in order to denoise and restore a few colors on a low light dv tape (sony SD camcorder)
The script I use is the following:
DirectshowSource("xxxxxxx\sample2_dv.avi")
ConvertToYV12()
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\FFT3DFilter.dll")
FFT3DFilter(sigma=4, plane=0, bw=16, bh=16, ow=8, oh=8, sharpen=1.2, degrid=1, ncpu=8, interlaced=TRUE) # luma first
FFT3DFilter(sigma=8, plane=3, ncpu=8, interlaced=TRUE)
With this I achieved a pretty good denoise but I still have some problems:
1) halo: there is a halo around the face. Can't get rid of it
2) sharpness: I'm sure someone could do better sharpening
3) colors: i think i loose some color data. I know in low light conditions, these DV camcorders tends to loose color information. White are sometimes over saturated and burning. Is there a filter to restore some color?
Many thx in advance for any suggestion. :thanks:
The link for the original file is here:
WARNING: 66Mo DV untouched !
http://dl.free.fr/pac4ArBnK
The filtered (with script above) + tmpgenc mpeg2 2 pass is here:
http://dl.free.fr/mK7yjdR7m
15Mo mpeg2
I tried many filters in order to denoise and restore a few colors on a low light dv tape (sony SD camcorder)
The script I use is the following:
DirectshowSource("xxxxxxx\sample2_dv.avi")
ConvertToYV12()
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins\FFT3DFilter.dll")
FFT3DFilter(sigma=4, plane=0, bw=16, bh=16, ow=8, oh=8, sharpen=1.2, degrid=1, ncpu=8, interlaced=TRUE) # luma first
FFT3DFilter(sigma=8, plane=3, ncpu=8, interlaced=TRUE)
With this I achieved a pretty good denoise but I still have some problems:
1) halo: there is a halo around the face. Can't get rid of it
2) sharpness: I'm sure someone could do better sharpening
3) colors: i think i loose some color data. I know in low light conditions, these DV camcorders tends to loose color information. White are sometimes over saturated and burning. Is there a filter to restore some color?
Many thx in advance for any suggestion. :thanks:
The link for the original file is here:
WARNING: 66Mo DV untouched !
http://dl.free.fr/pac4ArBnK
The filtered (with script above) + tmpgenc mpeg2 2 pass is here:
http://dl.free.fr/mK7yjdR7m
15Mo mpeg2