Gundam R1 Script Help/Suggestions

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Flame-X
Joined: Mon Nov 21, 2005 8:10 pm
Status: In Silence
Location: Illinois
Contact:
Org Profile

Gundam R1 Script Help/Suggestions

Post by Flame-X » Fri May 30, 2008 6:29 pm

I need script suggestions for the following Gundam series:
08th MS Team
0080
0083
Char's Counterattack
F91
Endless Waltz
Evolve A (R2)
Evolve Plus (R2)
Evolve Omega (R2)

Right now, I have 08th MS Team DVDs ripped and experimented with several filters but they look either too muddy or crappy. So i just left the script as this...

Code: Select all

LanczosResize(640,480)
Crop(8,0,-8,-0)
SangNom(order=1,aa=32)
and here's the screenshot for that script..
Image
Here's a 2 sec sample clip: http://www.mediafire.com/?ndct1epwbmm

Help and suggestions please?

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 » Sat May 31, 2008 5:06 pm

I'll take a look at it, but I can almost guarantee that you'll be using removegrain()
Image
Image

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 » Sat May 31, 2008 6:34 pm

simple script that gets rid of a lot of that grain at the cost of some fine detail (though the final product is sharper than the original.)

Code: Select all

removegrain(mode=5)
removegrain(mode=5)
vaguedenoiser()
tbilateral()
limitedsharpenfaster(edgemode=1,wide=true,strength=150)
play with those settings to your heart's content (I would recommend tweaking tbilateral and leaving the removegrains alone)

Image
Image
Image
Image

User avatar
Flame-X
Joined: Mon Nov 21, 2005 8:10 pm
Status: In Silence
Location: Illinois
Contact:
Org Profile

Post by Flame-X » Sat May 31, 2008 8:16 pm

there's a problem loading up that script..
http://img87.imageshack.us/img87/4743/18459375cn6.png

i didnt had the limitedsharpenfaster plugin so i downloaded it and put it on the plugins folder but the error message in that screenshot comes up whenever i load the script. :(

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 » Sat May 31, 2008 10:21 pm

looks like you need to get mt_masktools (masktools v2)
Image
Image

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sun Jun 01, 2008 6:22 am

lol, I've gotten the same problem several times before, the masktool didn't help either...

User avatar
Flame-X
Joined: Mon Nov 21, 2005 8:10 pm
Status: In Silence
Location: Illinois
Contact:
Org Profile

Post by Flame-X » Sun Jun 01, 2008 1:31 pm

Kariudo wrote:looks like you need to get mt_masktools (masktools v2)
downloaded, and here's what i got.

Image

I think I'll take out limitedsharpenfaster unless if there's a way to fix it.

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 » Sun Jun 01, 2008 4:21 pm

you have all the filters that limitedsharpenfaster requires?
(I'm using the modded version found at the bottom of this page)
Image
Image

User avatar
Flame-X
Joined: Mon Nov 21, 2005 8:10 pm
Status: In Silence
Location: Illinois
Contact:
Org Profile

Post by Flame-X » Sun Jun 01, 2008 10:05 pm

yep and still the same results. forget it i'm gonna remove limitedsharpenfaster.
here's my new script and a screenshot.

Code: Select all

TomsMoComp(1,5,1)
LanczosResize(640,480)
Crop(4,0,-4,-0)
Undot()
removegrain(mode=5)
removegrain(mode=5)
tbilateral()
fastlinedarken(thinning=0)
ssxsharpen()
Image
so far it looks pretty good to me but what the ass is that green bar doing on the side of my vid? someone please tell me how to get rid of that garbage.

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 » Sun Jun 01, 2008 10:24 pm

though I think the problem mainly appeared in live-action video people put through avisynth there was a problem like this a while ago

there seems to be something about avisynth 2.5.7 that doesn't work quite right for some people. The fix is to go back to 2.5.6
Image
Image

Locked

Return to “AviSynth Help”