Your_Idol
21st August 2006, 15:22
I don't know avisynth too well and I could sit around changing parameters for days, so I thought I might just ask quickly here first.
My video file is interlaced and has lots of noisy dots on it.
I used this simple script with the help of Gordian Knot and added the lines, separate and weave, to resize with the interlacing intact:
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\Program Files\GordianKnot\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\Convolution3d.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\FluxSmooth.dll")
# SOURCE
mpeg2source("D:\Video.d2v", idct=0)
# CROPPING
crop(0,44,720,488)
SeparateFields()
# RESIZING
LanczosResize(720,224)
# DENOISING:
Temporalsoften(4,8,8,mode=2,scenechange=10)
Convolution3d("movielq")
FluxSmoothST(10,15)
Weave()
Of course this made my terrible video look heaps better. The only thing left now are the spots as shown in this picture:
Sample Frame.png (http://www.tempshare.zoomshare.com/album/tempphotopool/images/d24d016f207b5e7f1278d6029d131eba_11561696780/image.png)
Hope you can help me remove these masses of dots.
My video file is interlaced and has lots of noisy dots on it.
I used this simple script with the help of Gordian Knot and added the lines, separate and weave, to resize with the interlacing intact:
# Created with Gordian Knot
#
# http://gknot.doom9.org
# PLUGINS
LoadPlugin("C:\Program Files\GordianKnot\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\Convolution3d.dll")
LoadPlugin("C:\Program Files\GordianKnot\AviSynthPlugins\FluxSmooth.dll")
# SOURCE
mpeg2source("D:\Video.d2v", idct=0)
# CROPPING
crop(0,44,720,488)
SeparateFields()
# RESIZING
LanczosResize(720,224)
# DENOISING:
Temporalsoften(4,8,8,mode=2,scenechange=10)
Convolution3d("movielq")
FluxSmoothST(10,15)
Weave()
Of course this made my terrible video look heaps better. The only thing left now are the spots as shown in this picture:
Sample Frame.png (http://www.tempshare.zoomshare.com/album/tempphotopool/images/d24d016f207b5e7f1278d6029d131eba_11561696780/image.png)
Hope you can help me remove these masses of dots.