worked on it for awhile, and think the result is pretty good.
to everyone else, suggest improvements if you can.
- Code: Select all
mpeg2Source("C:\documents and settings\use\desktop\berserk.d2v",cpu=4,idct=5)
TFM(order=-1,mode=3,PP=7,field=-1,slow=2)
tdecimate(mode=1)
RemoveGrain()
Deen("w2d",1)
Deen("w3d",2,5)
limitedsharpen(strength=255,wide=true)
coloryuv(gain_u=-3)
assumefps(24)
before + after:
http://img180.imageshack.us/img180/5056/beaf16qq.png
http://img251.imageshack.us/img251/7693/beaf26ww.png
http://img296.imageshack.us/img296/4619/beaf32iw.png
a few notes about this one:
yes, it does need deen twice. Once for general noise (w3d), once for mosquito noise(w2d)
any greater radius for the w3d one blurred too much of the 3rd image
LimitedSharpen used to enhance the lines (a little bit at least, adjust strength to your liking) using wide=true improved the result somewhat
plugins used:
TFM/Tdecimate (in the TVITC package, requires masktools 1.5.1 or later IIRC)
RemoveGrain (you need the removegrain package, see plugin documentation for details)
Deen
LimitedSharpen (must use import() to use this .avs funciton)