COREiP
26th October 2004, 04:15
I have a bunch of anime DVD's and I want to back them up to divx, xvid or vp6. I started using avisynth and I created a couple of scipts with some plugins such as deen, convelution3d, dup and blockbuster but the anime gets very blocky. Here is the code
loadplugin("loadpluginex.dll")
loadplugin("decomb521.dll")
loadplugin("dup.dll")
loadplugin("MPEG2Dec3.dll")
loadplugin("Convolution3DYV12.dll")
loadplugin("blockbuster.dll")
loadplugin("deen.dll")
Lanczosresize(576,432)
#crop(20,20,-20,-20)
Convolution3d(preset="animeLQ")
deen("c3d",1,10,10,10)
Blockbuster(method="noise",block_size=3,detail_min=1,detail_max=100,luma_offset=0,luma_threshold=25,mean=2,variance=2)
dup(threshold=3,chroma=true,copy=true,maxcopies=20,blend=true)
Any suggestiins will be greatly appreciated.
loadplugin("loadpluginex.dll")
loadplugin("decomb521.dll")
loadplugin("dup.dll")
loadplugin("MPEG2Dec3.dll")
loadplugin("Convolution3DYV12.dll")
loadplugin("blockbuster.dll")
loadplugin("deen.dll")
Lanczosresize(576,432)
#crop(20,20,-20,-20)
Convolution3d(preset="animeLQ")
deen("c3d",1,10,10,10)
Blockbuster(method="noise",block_size=3,detail_min=1,detail_max=100,luma_offset=0,luma_threshold=25,mean=2,variance=2)
dup(threshold=3,chroma=true,copy=true,maxcopies=20,blend=true)
Any suggestiins will be greatly appreciated.