Edges

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Edges

Post by AaronAMV » Sun Aug 31, 2008 11:41 am

The main deinterlacing is done. It's just that some of the edges are still "interlaced" I guess. Now grant it, most of these scenes are ones I wouldn't use, like not even wacky enough for FLCL, and just plain stupid, but it's still good to know I could use the scene if I WANTED to. I've tried fluxsmoothst(), tisophote(), and antialiasing(). I put all of these on highest settings(just to see if it would work) and it didn't. Well, the tisophote worked, but it was washed out.

Need a screen shot?
Image

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Sun Aug 31, 2008 12:19 pm

Yes. And your current script.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Sun Aug 31, 2008 1:22 pm

Okay....

Image

And...

Code: Select all

mpeg2source("F:\FLCL_V1\VIDEO_TS\FLCL Vol 1.d2v")
Telecide(order=1)    
Decimate(cycle=5, mode=3, threshold=1.0)
fluxsmoothst(7,7)
tisophote(iterations=4,tstep=.25)
crop(8,0,-8,0) 
LanczosResize(640,480)
Image

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Sun Aug 31, 2008 2:51 pm

I don't see any problem with the edges. What's wrong?

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 Aug 31, 2008 3:03 pm

try adding the dthresh parameter in telecide()
mess around with the value until you see what you like
Image
Image

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Sun Aug 31, 2008 3:40 pm

So
telecide(order=1,dthresh=y)
right?
I tried that it as soon as I refreshed it, it wouldn't respond. '-'
Image

User avatar
Krisqo
Cooking Oil
Joined: Mon Jul 07, 2003 1:22 pm
Status: W.O.A (Waiting on Aion)
Location: Moderating the Adobe Forums
Org Profile

Post by Krisqo » Sun Aug 31, 2008 3:50 pm

Zarxrax wrote:I don't see any problem with the edges. What's wrong?
x2

Also... You need to use integers (numbers) for the dthresh parameter.
Image

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Sun Aug 31, 2008 3:53 pm

Oh, it's because I was putting dtresh
Not dthresh, stupid typos... -_-
Anyway, I see a small difference.
Image

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Post by AaronAMV » Sun Aug 31, 2008 3:53 pm

Krisqo wrote:
Zarxrax wrote:I don't see any problem with the edges. What's wrong?
x2

Also... You need to use integers (numbers) for the dthresh parameter.
Lol, I figured. :P
And I know what integers are. lol
Image

User avatar
Krisqo
Cooking Oil
Joined: Mon Jul 07, 2003 1:22 pm
Status: W.O.A (Waiting on Aion)
Location: Moderating the Adobe Forums
Org Profile

Post by Krisqo » Sun Aug 31, 2008 5:19 pm

AaronAMV wrote:
Krisqo wrote:
Zarxrax wrote:I don't see any problem with the edges. What's wrong?
x2

Also... You need to use integers (numbers) for the dthresh parameter.
Lol, I figured. :P
And I know what integers are. lol
Better to be safe than sorry. :wink:
Image

Locked

Return to “AviSynth Help”