Log in

View Full Version : Removing line effect??


benten2000
13th February 2005, 23:11
Currently converting an anime series and been going well, but just need to know how to get rid of this effect from a few frames.

IMAGE (http://www.benten2000.plus.com/lines.jpg)

I've got the avs all sorted out just this little problem I can't get rid of.


Details if needed

NTSC DVD
Current avs looks like this:

LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb521.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
mpeg2source("S:\ROD 5 - finished\Video\rod 5.d2v")
Telecide(order=1,guide=1,post=2,vthresh=90)
Decimate()


thanx

_E_
13th February 2005, 23:57
Did you try with Sangom or BlendBob? ( Just a few suggestions )

KaiserS
16th February 2005, 16:20
That's just a bad field matching for that frame. To try to fix it you can do a override for the match and in that case instead of using the C match you can try N or P to see if that gets rid of the problem. Since you are using DeComb you can also give YATTA a try which makes it easier to do these overrides for badly matched frames. If the amount of bad matches is a significant number you can always give TIVTC a try which can be found here (http://bengal.missouri.edu/~kes25c/) or try IT which can be found here (http://nullinfo.s21.xrea.com/) and its manual translation, since the one in the zip is in japanese, can be found here (http://niiyan.s8.xrea.com/avisynth/en/it_yv12_txt_en.html)