Log in

View Full Version : Need a filter? denoise or ....?


himmania
27th April 2006, 13:54
How can i make the picture more clean?

http://www.freewebs.com/himmania/noise.JPG

DeepDVD
3rd May 2006, 03:57
Hi,

:search:

Is it natural content? Anime? Looks like compression artifacts (As you can also find in ugly compressed JPEGs). Luma and croma should be denoised, maybe a deblocker could help.

bugmenotwillyou
3rd May 2006, 05:01
Could you provide maybe an unprocessed sample clip? A jpg file is really not much to go on.

himmania
3rd May 2006, 10:55
i tried to make from 210MB VOB -> HDRip i used this:

LoadPlugin("C:\PROGRA~1\GORDIA~1\DGMPGDec\DGDecode.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\ColorMatrix.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TweakColor.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\PseudoColor.dll")
mpeg2source("E:\jm.d2v")
FieldDeinterlace
FluxSmoothST(5,7)
UnDot
crop(0,4,718,568)
BilinearResize(800,380)