View Single Post
Old 1st May 2010, 01:37   #8  |  Link
mastrboy
Registered User
 
Join Date: Sep 2008
Posts: 365
Here is a little attempt from me...
Code:
# run before deinterlace, should take care of dotcrawl and most of the rainbows, the sample is a little smal and already encoded so little to work with.
tcomb()

# ttempsmooth should help to stabilize the noise, uncomment to last line to compare
TTempSmoothF(maxr=3, lthresh=4, cthresh=5, strength=2)

# denoise only luma
FFT3DFilter(sigma=1.2,bt=3,bw=32,bh=32,ow=16,oh=16,plane=0,ncpu=4)

# some sharpening and line thinning
aWarpSharp2(depth=6,type=1)
LSFmod(strength=125,ss_y=1.5,ss_x=1.5,overshoot=1,undershoot=1)

# Antialiasing, remove if to slow.
maa()

# Throw alot of grain in there to "hide" the luma noise
GradFun2DBmod(str=1.2,temp=100)

# colors look a little dull
Tweak(sat=1.06, bright=-2)

# for helping to remove luma noise comment Gradfun and uncomment the following line
#histogram(mode="luma")
mastrboy is offline   Reply With Quote