How to remove...Lines? :|

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
User avatar
angelchanx3
Joined: Tue Jun 05, 2007 6:16 pm
Status: hnnnnng
Location: Montreal,Canada
Org Profile

How to remove...Lines? :|

Post by angelchanx3 » Tue Sep 22, 2009 4:20 pm

So i started ripping from dvd's instead of using downloaded footage phs much better quality by far,everything went as planned till i got a clip on sony vegas and i saw this:

http://desktop-screenshot.com/show.php?nwth=300&id=1396

What the hell or those Lines on the footage,how do i remove them?

User avatar
LantisEscudo
Joined: Thu Mar 08, 2001 5:21 pm
Location: Eastern Massachusetts
Contact:
Org Profile

Re: How to remove...Lines? :|

Post by LantisEscudo » Tue Sep 22, 2009 4:24 pm

Ah, our old friend interlacing...

The guides have a good overview of how to work with DVD footage, including how to eliminate interlacing, starting with this page.

User avatar
angelchanx3
Joined: Tue Jun 05, 2007 6:16 pm
Status: hnnnnng
Location: Montreal,Canada
Org Profile

Re: How to remove...Lines? :|

Post by angelchanx3 » Tue Sep 22, 2009 6:11 pm

I read that,that's how i even got the footage in sony to begin with.
But i got stuck at that part so maybe i thought there was a more simple way of explaining it. :|

The only thing i understood that i needed to do to make the ''interlacing'' go away was make an avisynth script,if that's not what i have to do then that just show's you how lost i am.

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

Re: How to remove...Lines? :|

Post by mirkosp » Tue Sep 22, 2009 10:29 pm

Yeah, you have to make an avisynth script. Depending on your kind of interlacing you would be using something like

Code: Select all

tdeint()
or

Code: Select all

tfm()
tdecimate()
for example.
Image

User avatar
angelchanx3
Joined: Tue Jun 05, 2007 6:16 pm
Status: hnnnnng
Location: Montreal,Canada
Org Profile

Re: How to remove...Lines? :|

Post by angelchanx3 » Tue Sep 22, 2009 10:40 pm

Yeah i figure that out a few hours ago when i saw a video tutorial but of course i had to come across another problem.....

When i opened script editor on virtualdubmod and saved it,it gave me this.

http://desktop-screenshot.com/show.php?nwth=300&id=1399

User avatar
angelchanx3
Joined: Tue Jun 05, 2007 6:16 pm
Status: hnnnnng
Location: Montreal,Canada
Org Profile

Re: How to remove...Lines? :|

Post by angelchanx3 » Tue Sep 22, 2009 10:43 pm

Oh and sorry for the double post but if i simply put ''tdeint()'' in the text document instead of editing it through virtual dub mod it gives me this when i try to open it on virtual dub mod.

http://desktop-screenshot.com/show.php?nwth=300&id=1400

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

Re: How to remove...Lines? :|

Post by mirkosp » Tue Sep 22, 2009 11:11 pm

Looks like you don't have tdeint... it should come with the amvapp though. :? But first of all, you should check if your source is full field interlaced or telecined, because what you'll have to do depends on that.
Image

User avatar
angelchanx3
Joined: Tue Jun 05, 2007 6:16 pm
Status: hnnnnng
Location: Montreal,Canada
Org Profile

Re: How to remove...Lines? :|

Post by angelchanx3 » Wed Sep 23, 2009 2:04 pm

Eh i have to find that out in DGindex right?

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

Re: How to remove...Lines? :|

Post by mirkosp » Wed Sep 23, 2009 3:29 pm

angelchanx3 wrote:Eh i have to find that out in DGindex right?
Well, not necessarily. Just open up the avs script in virtualdub and look for a scene with a panning. If you see a 3 progressive 2 interlaced images pattern, then it's telecined, if all the frames are interlaced, the it's full field interlaced.
Image

User avatar
angelchanx3
Joined: Tue Jun 05, 2007 6:16 pm
Status: hnnnnng
Location: Montreal,Canada
Org Profile

Re: How to remove...Lines? :|

Post by angelchanx3 » Wed Sep 23, 2009 4:42 pm

It's telecined.

Locked

Return to “AviSynth Help”