I normally record from my cable company HD receiver which is usually 1080i and fairly crisp quality, but I recently moved in a place I can't get decent cable. So i'm Installed a UHF/VHF antenna on my roof to capture ATSC however several of the shows I've recorder seem to be grainy or it might be spatial noise, I don't really know much about telling the difference. The feed seems to be 720p @ 59.940 fps so I'm using the script below to Decimate to back to 23.976 fps (hopefully i'm doing that right, I read several threads here)
I've seen several filters for removing grain and noise, but they have lots of modes that I don't really understand, so I was hoping you could look at the sample and better guide me towards what my options are.
From what I read using something like RemoveGrain(mode=2) is a good overall filter but I'm not sure if its the right choice for this project. Is it considered dust, grain or noise there are so many filters? Thanks for any help you can offer.LoadPlugin("C:\Program Files (x86)\megui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\work\'video.d2v", cpu=4, info=3)
LoadPlugin("C:\Program Files (x86)\megui\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("C:\Program Files (x86)\megui\tools\avisynth_plugin\TIVTC.dll")
TDecimate(cycleR=3)
#denoise
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by greyfalcon; 15th Mar 2010 at 09:39.
Similar Threads
-
Grain Removal filters for Avisynth
By Legendkiller in forum EditingReplies: 0Last Post: 10th Oct 2011, 21:29 -
Removing/toning down digital noise/grain on HD video source.
By Killer3737 in forum Video ConversionReplies: 22Last Post: 27th Jul 2011, 17:37 -
Grain/noise removal software for macs
By Lexa in forum Capturing and VCRReplies: 0Last Post: 8th Jun 2011, 17:05 -
Canon Xh A1s Grain/Noise
By mseidner24 in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 1Last Post: 12th Feb 2010, 16:05 -
Avisynth filters to remove mosquito noise without softening
By AlanHK in forum RestorationReplies: 8Last Post: 7th Jan 2010, 23:49