i Need a AviSynth

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
ReXMaster
Joined: Sun Feb 09, 2003 1:10 pm
Location: Michigan
Org Profile

i Need a AviSynth

Post by ReXMaster » Tue Jan 23, 2007 11:30 pm

code for Berserk pls i suck at it and i am to lazy to learn more ^^

User avatar
ReXMaster
Joined: Sun Feb 09, 2003 1:10 pm
Location: Michigan
Org Profile

Post by ReXMaster » Thu Jan 25, 2007 1:41 pm

here one little vod file if u guys want to help me with it ^^

http://files.filefront.com//;6608921;;/

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Thu Jan 25, 2007 1:47 pm

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)
Image
Image

Locked

Return to “AviSynth Help”