i Need a AviSynth
- ReXMaster
- Joined: Sun Feb 09, 2003 1:10 pm
- Location: Michigan
i Need a AviSynth
code for Berserk pls i suck at it and i am to lazy to learn more ^^
- ReXMaster
- Joined: Sun Feb 09, 2003 1:10 pm
- Location: Michigan
here one little vod file if u guys want to help me with it ^^
http://files.filefront.com//;6608921;;/
http://files.filefront.com//;6608921;;/
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
worked on it for awhile, and think the result is pretty good.
to everyone else, suggest improvements if you can.
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)
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)
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)