Hello guys.
I need suggestions on how to cleanup the noise in a video taken using an old sony trv280 digital8 camcorder. Here's a
shot from the video:
I was using Convolution3D filter for Avisynth for this but i'm not so happy with it. Any filters which can clean this up. And another thing can you tell me what kind of noise is this? sorry for my stupidity.
Anyway thanks.
![]()
+ Reply to Thread
Results 1 to 6 of 6
-
-
That looks like color noise. There's a great VirtualDub filter for that. Look for Camcorder Color Denoise on this page.
http://acobw.narod.ru/
You could use it in Avisynth like this:
LoadVirtualDubPlugin ("CCD.VDF", "CCD",0)
AVISource("C:\video.avi")
separatefields()
ConvertToRGB32
CCD(50)
weave() -
Soopafresh
How about for avisynth. No doubt the Virtualdub filter is good like you said. But I prefer avisynth. Why? some people sez it much faster. And seems like it.
Hey, thanks Soopafresh -
I spelled Separatefields() wrong. I changed the script to reflect that.
-
Soopafresh
I just tested it on the clip. it works great. The blue and purple grains, gone.
Later i'll post an image so that others with the same problem might use the filter. your're the man Soopafresh. thanks again. my problem is solved.
Similar Threads
-
Avisynth filter RemoveDirt not doing anything
By ThePhoenix in forum Newbie / General discussionsReplies: 10Last Post: 4th Mar 2012, 18:40 -
AviSynth and Filter Order
By sambat in forum EditingReplies: 3Last Post: 11th Jan 2012, 10:04 -
Lav filter and avisynth
By Creed in forum Newbie / General discussionsReplies: 7Last Post: 15th Dec 2011, 16:10 -
Logoaway filter for AviSynth?
By DRP in forum Video ConversionReplies: 2Last Post: 8th Aug 2008, 04:30 -
probably stupid Avisynth filter question
By ecc in forum Video ConversionReplies: 2Last Post: 17th Jun 2007, 09:21