Annoying lines at top of my footage

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
WonderBoy523
Joined: Sat Feb 05, 2005 6:52 pm
Org Profile

Annoying lines at top of my footage

Post by WonderBoy523 » Sun Apr 08, 2007 4:59 pm

I've been following VicBonds dvd ripping guide to a T, but keep having this problem with my clips. It seems that every time there is a major change in the video there is one frame with an annoying white line at the top of the footage. I have a few pics as examples, please tell me if you know what I can do to fix this.

BTW the script I'm using is right out of the guide (I'm new to this if you can't tell.)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
MPEG2Source("F:\DVD2AVI\evaclip1.d2v", idct=5, CPU=4, iPP=true)
Telecide(post=4, order=1, guide=1, blend=true)
Decimate(quality=3)

http://i166.photobucket.com/albums/u94/ ... elpme1.jpg (frame with the line)

http://i166.photobucket.com/albums/u94/ ... elpme2.jpg (next frame the line is gone)

http://i166.photobucket.com/albums/u94/ ... elpme3.jpg (Another frame with the line)

http://i166.photobucket.com/albums/u94/ ... elpme4.jpg (Next frame without)

Any help would be very much appreciated, thanks.

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Post by Minion » Sun Apr 08, 2007 5:20 pm

Crop(0, 6, -0, -0)
should be close. play with it. may want to crop off the black boarders in the sides as well
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Post by Minion » Sun Apr 08, 2007 5:21 pm

add on LanczosResize(640, 480) after all of the cropping
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes

User avatar
Zero1
Joined: Fri Jan 02, 2004 12:51 pm
Location: Sheffield, United Kingdom
Contact:
Org Profile

Post by Zero1 » Sun Apr 15, 2007 6:03 pm

It's quite common with cel anime. Usually I find that the frame after it is a duplicate (as near as dammit), without the lines at the top, in which case you can effectively duplicate that frame and replace the ugly one.

It's not something worth cropping, just edit around those odd frames, then it saves the aspect ratio getting messed up.

Locked

Return to “AviSynth Help”