Scrpit Help!
-
- Joined: Sun Jun 01, 2008 7:42 pm
Scrpit Help!
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?
I saved it in Huffyuff avi from Vegas 7.0, and now am putting it into avisynth.
What do I do?
- SenTrix
- Joined: Mon Jun 23, 2008 8:25 am
- Status: Editing
- Location: South East England
Re: Scrpit Help!
post a s/s and also post ur script.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?
-
- Joined: Sun Jun 01, 2008 7:42 pm
Re: Scrpit Help!
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.
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.
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Scrpit Help!
Screenshot.xmoochi wrote:And sorry for my noobishness, but uh, what's a s/s? ^^;;; lol.
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).
- SenTrix
- Joined: Mon Jun 23, 2008 8:25 am
- Status: Editing
- Location: South East England
Re: Scrpit Help!
Just as mirkosp said...put those s/s onxmoochi 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.
-
- Joined: Sun Jun 01, 2008 7:42 pm
Re: Scrpit Help!
Ah, shoulda known that. Thanks. Here they are.
Here is a picture before cleaning.
Here it is AFTER cleaning.
It gets...maybe a tad better....but you really can't tell when you're watching them both.
: (
Here is a picture before cleaning.
Here it is AFTER cleaning.
It gets...maybe a tad better....but you really can't tell when you're watching them both.
: (
-
- Joined: Sun Jun 01, 2008 7:42 pm
Re: Scrpit Help!
Need more clips of different scenes? Or is that enough?
- SenTrix
- Joined: Mon Jun 23, 2008 8:25 am
- Status: Editing
- Location: South East England
Re: Scrpit Help!
try getting more s/s and your script is in the wrong order.xmoochi wrote:Need more clips of different scenes? Or is that enough?
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)
- mirkosp
- The Absolute Mudman
- Joined: Mon Apr 24, 2006 6:24 am
- Status: (」・ワ・)」(⊃・ワ・)⊃
- Location: Gallarate (VA), Italy
- Contact:
Re: Scrpit Help!
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...
-
- Joined: Sun Jun 01, 2008 7:42 pm
Re: Scrpit Help!
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.
I just don't remember what script I used. -sigh- Okay, thanks for the advice though.