jerets
3rd December 2003, 22:49
I'm getting some noise in my final divx encodes and am not sure what kind of noise it is (misqueto, artifacts, etc) and what might correct it.
http://divxpic.freewebspace.com/images/divx.jpg
From the screenshot above, the noise circled in green is a clear noise and sort of lays on top in one place (even while other figures move about) until the scene moves it. This seems to be happening a lot.
The noise circled in blue is a multi-colored fuzz and most appears within areas of motion.
I'm capturing from TV at 702x480, encoding at 1100 bitrate, and using an avs script for my filters:
LoadPlugin("D:\avisynth\UnDot.dll")
LoadPlugin("D:\avisynth\New\TomsMoComp.dll")
AVISource("d:\Capture.avi")
TomsMoComp(1,5,1)
Undot()
Crop(2,12,-2,-4)
LanczosResize(512,384)
I switched to TomsMoComp instead of KernelDeint b/c less dots and color fuzz seem to appear. Not really sure what it is...
Any suggestions or advice?
Thanks so much
Jerets =)
http://divxpic.freewebspace.com/images/divx.jpg
From the screenshot above, the noise circled in green is a clear noise and sort of lays on top in one place (even while other figures move about) until the scene moves it. This seems to be happening a lot.
The noise circled in blue is a multi-colored fuzz and most appears within areas of motion.
I'm capturing from TV at 702x480, encoding at 1100 bitrate, and using an avs script for my filters:
LoadPlugin("D:\avisynth\UnDot.dll")
LoadPlugin("D:\avisynth\New\TomsMoComp.dll")
AVISource("d:\Capture.avi")
TomsMoComp(1,5,1)
Undot()
Crop(2,12,-2,-4)
LanczosResize(512,384)
I switched to TomsMoComp instead of KernelDeint b/c less dots and color fuzz seem to appear. Not really sure what it is...
Any suggestions or advice?
Thanks so much
Jerets =)