PDA

View Full Version : need help with interlaced cartoon


dado023
26th January 2002, 21:03
ok,.. here is my problem


i encoded the POKEMON first episode(riped from DVD)
the picture(of decprypted vobs) in powerDVD is good but i can notice some interlacion but that is not important.......
when playing the encoded cartoon the video is very good but when it comes to high motion(action) scenes interlaced frames are very noticable

this is my first expirience with interlaced movies
so before i do anything about this i need your advice how to remove interlace.....will the "deinterlace" check box do the trick in divx encoding meni?(of course i`ll have to do encoding again)

thanks in advance .......and sorry for bad english

oh i forgot to mention that it is PAL

MxxCon
27th January 2002, 11:12
there's countless posts about interlaced movies.
consider reading them:rolleyes:

DJ Bobo
27th January 2002, 22:12
and consider that you don't have to encode a whole movie to guess which deinterlacing method you should use, just rip one chapter and make your tests on it.

Consider using IVTC if you're dealing with a NTSC DVD

PhAtfiSh
28th January 2002, 05:06
try this avisynth script, it works very well for me on PAL interlaced sources.

c&p:

LoadPlugin("C:\Location_Of\MPEG2DEC.dll")
video=mpeg2source("C:\Location_of\dvd2aviproject.dv2")
audio=AVISource("C:\Loaction_of\wavfile.wav")
AudioDub(video, audio)
SeparateFields
SelectOdd

#(orginal size of DVD)#

BilinearResize(720,576)

u must have a wavfile, any old wav, but it needs a wav to load the script.