Good Naruto Script
- MycathatesyouAMV
- Based Dicknugget
- Joined: Tue Feb 06, 2007 4:00 pm
- Status: Still doing AMVs for some reason
- Location: Forward
Good Naruto Script
Ya well my naruto episodes have shitty quality. And I am new to Avisynth and Vdub and all. And if any one could tell me some good filters or scripts for naruto. Ive tried alot and alot of filters but none of them really seem to work.
Skype: Mycathatesyou0000
Discord: MycathatesyouAMV#5994
Discord: MycathatesyouAMV#5994
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
it depends on the problems the source has...but I gotta tell you right now, avisynth isn't some magic program that will make subs look awesome (remember, your final quality is limited by your input quality. Bad in = bad out)
that said, there's usually a few "general purpose" filters that show up in a lot of scripts
those are smoothers and sharpeners.
I'm fond of removegrain, vaguedenoiser, fluxsmooth (& fluxsmoothST) and deen
typical sharpeners/line darkeners (that I use) include mftoon, vmtoon, fastlinedarken, limitedsharpen (or limitedsharpenfaster)
there are other filters that take care of other problems. Your best bet is to upload an image so someone else can tell you the problem areas and how to fix them
that said, there's usually a few "general purpose" filters that show up in a lot of scripts
those are smoothers and sharpeners.
I'm fond of removegrain, vaguedenoiser, fluxsmooth (& fluxsmoothST) and deen
typical sharpeners/line darkeners (that I use) include mftoon, vmtoon, fastlinedarken, limitedsharpen (or limitedsharpenfaster)
there are other filters that take care of other problems. Your best bet is to upload an image so someone else can tell you the problem areas and how to fix them
-
- Eisenbahnmörser
- Joined: Sun May 28, 2006 12:20 pm
Just cuz I'm so nice.
Code: Select all
converttoyv12()
fielddeinterlace()
Undot()
Deen("w2d",3,4,6)
TemporalCleaner()
VagueDenoiser(threshold=2.5)
aWarpSharp(depth=8)
BiFrost(interlaced=false)
Tweak(sat=1.1)
fastlinedarken(strength=60)
Crop(4,4,-4,-4)
Lanczosresize(640,480)
- narutoball
- Joined: Fri Mar 04, 2005 11:24 am
- Location: england
- narutoball
- Joined: Fri Mar 04, 2005 11:24 am
- Location: england
- narutoball
- Joined: Fri Mar 04, 2005 11:24 am
- Location: england
-
- Eisenbahnmörser
- Joined: Sun May 28, 2006 12:20 pm