killerhis
23rd March 2003, 15:36
Hi.... there a lot of noise reductions filters out on the net. I have a anime movie and I want to apply 2d and 3d (noise)cleaning. The anime that I'm encoding is on DVD (Ghost in the shell), and want to encode it into XviD. It's a PAL 4:3 movie!
I've been playing around with some filters, but it's a though choise to choose the best.
So any ideas which 2d and 3d filter i need to use and it's options. Please post your ideas, suggestions and opinions here.
Thankz
Killer HIS
PS: this is what i've got so far:
----------------------------------------------------------------
# version 1.3 alpha
# variable
lr_crop=8
tb_crop=20
# plugins
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3 v1.00\MPEG2Dec3.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\decomb406b6\Decomb.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\UnDot\UnDot.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\BicublinResize beta 1\BicublinResize.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\Deen beta 2\Deen.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\dup201\Dup.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth-1.0\FluxSmooth-2.5.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter\UnFilter_Avisynth_2.5_Alpha\UnFilter.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\msmooth20b1\Msmooth.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth-1.0\FluxSmooth-2.5.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\msharpen101\MSharpen.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\Deen beta 2\Deen.dll")
# source
mpeg2source("C:\ripping\Ghost in the shell.d2v", cpu=4, ipp=true, idct=1)
# video converting
telecide(guide=2, blend=false, gthresh=50)
Crop(lr_crop, tb_crop, -lr_crop, -tb_crop)
FastBilinearResize(640, 480)
# video processing
dup(threshold=1.5, copy=true, blend=true)
# end
I've been playing around with some filters, but it's a though choise to choose the best.
So any ideas which 2d and 3d filter i need to use and it's options. Please post your ideas, suggestions and opinions here.
Thankz
Killer HIS
PS: this is what i've got so far:
----------------------------------------------------------------
# version 1.3 alpha
# variable
lr_crop=8
tb_crop=20
# plugins
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3 v1.00\MPEG2Dec3.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\decomb406b6\Decomb.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\UnDot\UnDot.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\BicublinResize beta 1\BicublinResize.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\Deen beta 2\Deen.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\dup201\Dup.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth-1.0\FluxSmooth-2.5.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter\UnFilter_Avisynth_2.5_Alpha\UnFilter.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\msmooth20b1\Msmooth.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\FluxSmooth-1.0\FluxSmooth-2.5.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\msharpen101\MSharpen.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\Deen beta 2\Deen.dll")
# source
mpeg2source("C:\ripping\Ghost in the shell.d2v", cpu=4, ipp=true, idct=1)
# video converting
telecide(guide=2, blend=false, gthresh=50)
Crop(lr_crop, tb_crop, -lr_crop, -tb_crop)
FastBilinearResize(640, 480)
# video processing
dup(threshold=1.5, copy=true, blend=true)
# end