Scrpit Help!

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Moochi
Joined: Sun Jun 01, 2008 7:42 pm
Org Profile

Scrpit Help!

Post by Moochi » Sat Nov 29, 2008 2:53 pm

Hmm, okay. I cleaned up an amv a while back and it turned out wonderful. Now I'm trying to do another one, but no matter how many different scripts I use my amv either remains the same or gets worse in quality. Can anyone help me with this?

I saved it in Huffyuff avi from Vegas 7.0, and now am putting it into avisynth.

What do I do?

User avatar
SenTrix
Joined: Mon Jun 23, 2008 8:25 am
Status: Editing
Location: South East England
Org Profile

Re: Scrpit Help!

Post by SenTrix » Sat Nov 29, 2008 2:59 pm

xmoochi wrote:Hmm, okay. I cleaned up an amv a while back and it turned out wonderful. Now I'm trying to do another one, but no matter how many different scripts I use my amv either remains the same or gets worse in quality. Can anyone help me with this?

I saved it in Huffyuff avi from Vegas 7.0, and now am putting it into avisynth.

What do I do?
post a s/s and also post ur script.
Image <<..:: Click Me ::..>> Image

Moochi
Joined: Sun Jun 01, 2008 7:42 pm
Org Profile

Re: Scrpit Help!

Post by Moochi » Sat Nov 29, 2008 4:30 pm

AVISource("C:\Documents and Settings\vaiouser\My Documents\m.avi")
ConvertToYV12()
fielddeinterlace()
Deen("w2d",3,8,6)
limitedsharpen()
Fastlinedarken(strength=50,thinning=0)
tweak(hue=1.0,sat=1.2,cont=1.1,bright=-2)
Crop(32,14,-32,-14)
LanczosResize(640,480)

There is my script.

And sorry for my noobishness, but uh, what's a s/s? ^^;;; lol.

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Scrpit Help!

Post by mirkosp » Sat Nov 29, 2008 4:51 pm

xmoochi wrote:And sorry for my noobishness, but uh, what's a s/s? ^^;;; lol.
Screenshot. ;)
And please, post some examples of how frames look with and without the filters on (well, by without I mean without the quality-related ones, leave the deinterlacer, the crop and the resizer there).
Image

User avatar
SenTrix
Joined: Mon Jun 23, 2008 8:25 am
Status: Editing
Location: South East England
Org Profile

Re: Scrpit Help!

Post by SenTrix » Sat Nov 29, 2008 5:19 pm

xmoochi wrote:AVISource("C:\Documents and Settings\vaiouser\My Documents\m.avi")
ConvertToYV12()
fielddeinterlace()
Deen("w2d",3,8,6)
limitedsharpen()
Fastlinedarken(strength=50,thinning=0)
tweak(hue=1.0,sat=1.2,cont=1.1,bright=-2)
Crop(32,14,-32,-14)
LanczosResize(640,480)

There is my script.

And sorry for my noobishness, but uh, what's a s/s? ^^;;; lol.
Just as mirkosp said...put those s/s on :)
Image <<..:: Click Me ::..>> Image

Moochi
Joined: Sun Jun 01, 2008 7:42 pm
Org Profile

Re: Scrpit Help!

Post by Moochi » Sat Nov 29, 2008 10:13 pm

Ah, shoulda known that. Thanks. Here they are.

Here is a picture before cleaning.

Image


Here it is AFTER cleaning.

Image

It gets...maybe a tad better....but you really can't tell when you're watching them both.

: (

Moochi
Joined: Sun Jun 01, 2008 7:42 pm
Org Profile

Re: Scrpit Help!

Post by Moochi » Sat Nov 29, 2008 10:17 pm

Need more clips of different scenes? Or is that enough?

User avatar
SenTrix
Joined: Mon Jun 23, 2008 8:25 am
Status: Editing
Location: South East England
Org Profile

Re: Scrpit Help!

Post by SenTrix » Sun Nov 30, 2008 6:19 am

xmoochi wrote:Need more clips of different scenes? Or is that enough?
try getting more s/s and your script is in the wrong order.

ConvertToYV12()
fielddeinterlace()
LanczosResize(640,480)
Crop(32,14,-32,-14)
Deen("a3d",3,8,8)
limitedsharpen()
Fastlinedarken(strength=50,thinning=0)
tweak(hue=1.0,sat=1.2,cont=1.1,bright=-2)
Image <<..:: Click Me ::..>> Image

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Scrpit Help!

Post by mirkosp » Sun Nov 30, 2008 6:38 am

Damn, that's some nasty quality... you should buy the dvd. :? Anyway... since it's an avi, why fielddeinterlace()? It should already be progressive... and also, try using something like fft3dfilter to remove the blocking... although I don't think that results will look decent anyway...
Image

Moochi
Joined: Sun Jun 01, 2008 7:42 pm
Org Profile

Re: Scrpit Help!

Post by Moochi » Sun Nov 30, 2008 1:14 pm

I don't believe nothing can be done about it, because I had another amv JUST as bad, and it's perfect now.

I just don't remember what script I used. -sigh- Okay, thanks for the advice though.

Locked

Return to “AviSynth Help”