![]() |
TMPGEnc noise reduction filter for AVIsynth?
Hi all.
I'm trying to merge away from TMPGEnc and into AviSynth Scripting. With TMPGEnc i use the provided Noise Reduction filter on really high settings, because my tv tuner receives bad interference lines. Anyway the TMPGEnc noise reduction filter works really really well, and makes cartoons i record from tv come out really well. Now i'm starting to use Avisynth and i would really like a plugin that is exactly the same as the TMPGEnc filter. At the moment i use TemporalSoften and it gets rid of all the blockey dots on the video, but i still need the noise reduction to get rid of the interference lines. Can anyone name a noise reduction filter that will give me the same results as the TMPGEnc one? With TMPGEnc filter i use the settings: Still Picture : 70 Range: 3 Time Axis : 20 If you want i can provide some images to show you my situation. Thanks, James. |
Hi James,
Try the optimal script, but increase the "Spatial" parameters on STMedian. Script here: http://www.kvcd.net/forum/viewtopic.php?t=3483 Play with the line: STMedianFilter(8, 32, 0, 0 ) And increase the 8 and the 32. Leave the 0, 0 (Temporal values) alone. -kwag |
Re: TMPGEnc noise reduction filter for AVIsynth?
Quote:
-kwag |
ok here is a page that has two images on it to demonstrate the noise and how well TMPGNec fixes it.
http://www24.brinkster.com/jslawler1...ages/kvcd.html the images are about 250KB each, i didnt wanna lose the quality to jpg. Note the images are in 2X zoom, and the original resolution is 352x288. I wanna achieve the TMPGNec quality with AviSynth. I'll also Quote:
James. |
If playing with STMedian filter isn't enought, you can add a line "deen()" just after the load of the source.
You will need the plugin deen.dll for that. |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.