-IRnoob-
13th October 2004, 10:10
Hi, I'm trying to get rid of Blending or Inpterpolating artifacts in an anime meterial. It mostly shows up on the lines and edges and I see less of it by interpolating. The only way I've found to get rid of it is by turning off Blending or Interpolating. Once turned off my panning scenes start looking bad, they studder in motion. Is there any way to get rid of the noise while restoring good panning motion.
This is the deinterlacing settings I use.
Code:
Telecide(hints=false,order=1,guide=1,gthresh=10,vthresh=40,dthresh=7,post=0,blend=false)
KernelBob(1,8,false)
BlendBob(badFrames=0,derainbow=1)
This setup gives me the a bit less noise on the edges and lines while having good panning motion. There is still a large difference though, it gives a shimmering effect though.
Code:
Telecide(hints=false,order=1,guide=1,gthresh=10,vthresh=40,dthresh=7,post=0)
BlendBob(derainbow=1)
This code gets rid of any edge and line noise but the panning studders and doesn't move fluidly.
Any suggestions are greatly appreciated.
This is the deinterlacing settings I use.
Code:
Telecide(hints=false,order=1,guide=1,gthresh=10,vthresh=40,dthresh=7,post=0,blend=false)
KernelBob(1,8,false)
BlendBob(badFrames=0,derainbow=1)
This setup gives me the a bit less noise on the edges and lines while having good panning motion. There is still a large difference though, it gives a shimmering effect though.
Code:
Telecide(hints=false,order=1,guide=1,gthresh=10,vthresh=40,dthresh=7,post=0)
BlendBob(derainbow=1)
This code gets rid of any edge and line noise but the panning studders and doesn't move fluidly.
Any suggestions are greatly appreciated.