How to remove...Lines? :|

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

How to remove...Lines? :|

Postby 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
angelchanx3
 
Joined: 05 Jun 2007
Location: Montreal,Canada
Status: hnnnnng

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

Postby 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
LantisEscudo
 
Joined: 08 Mar 2001
Location: Vermont

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

Postby 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
angelchanx3
 
Joined: 05 Jun 2007
Location: Montreal,Canada
Status: hnnnnng

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

Postby 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
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

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

Postby 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: 05 Jun 2007
Location: Montreal,Canada
Status: hnnnnng

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

Postby 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
angelchanx3
 
Joined: 05 Jun 2007
Location: Montreal,Canada
Status: hnnnnng

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

Postby 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
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

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

Postby angelchanx3 » Wed Sep 23, 2009 2:04 pm

Eh i have to find that out in DGindex right?
User avatar
angelchanx3
 
Joined: 05 Jun 2007
Location: Montreal,Canada
Status: hnnnnng

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

Postby 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
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

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

Postby angelchanx3 » Wed Sep 23, 2009 4:42 pm

It's telecined.
User avatar
angelchanx3
 
Joined: 05 Jun 2007
Location: Montreal,Canada
Status: hnnnnng

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

Postby mirkosp » Wed Sep 23, 2009 5:01 pm

angelchanx3 wrote:It's telecined.

Code: Select all
tfm()
tdecimate()

Should do the trick.
Image
User avatar
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

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

Postby angelchanx3 » Wed Sep 23, 2009 5:13 pm

It still freeze's like i previously screenshooted when i save the edited script with virtual dub mod.
User avatar
angelchanx3
 
Joined: 05 Jun 2007
Location: Montreal,Canada
Status: hnnnnng

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

Postby mirkosp » Wed Sep 23, 2009 5:43 pm

Try to use avsp to edit your avisynth files. It comes with the newest amvapp, but if you don't have it: http://avisynth.org/qwerpoi/Download.html
Image
User avatar
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

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

Postby angelchanx3 » Wed Sep 23, 2009 6:01 pm

Did it,

Result=http://desktop-screenshot.com/show.php?nwth=300&id=1406 :|
User avatar
angelchanx3
 
Joined: 05 Jun 2007
Location: Montreal,Canada
Status: hnnnnng

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

Postby mirkosp » Wed Sep 23, 2009 6:14 pm

Just which version of the AMVApp did you get? o.O
I'm starting to think that you didn't install the avisynth filters properly... reinstall? Make sure you have the filters (a bunch of .avsi and .dll files) in the plugins directory of avisynth (generally C:\Program Files\Avisynth 2.5\plugins).

PS: you can watch the script directly in avsp. Hit f5 after you edit it and you'll see a preview. You can then seek frames with the bottom bar, too.
Image
User avatar
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Next

Return to Footage Help

Who is online

Users browsing this forum: No registered users and 2 guests