Alphaloop
1st January 2003, 19:05
I have two anime DVDs here, DVD2Avi reports all the way of preview "NTSC 29.997 Interlaced". I want to use AviSynth and CCE to reencode and compress both of them a little to fit together on a DVD-R with DVDMaestro. I assume no "Forced Film" is necessary inside DVD2Avi project creation?
Main Question: Is it necessary to do an IVTC or to deinterlace the movies, or may I just
LoadPlugin("mpeg2dec2.dll")
mpeg2source("dvd2avi.d2v")
ResampleAudio(44100)
and all is fine?
Main Question: Is it necessary to do an IVTC or to deinterlace the movies, or may I just
LoadPlugin("mpeg2dec2.dll")
mpeg2source("dvd2avi.d2v")
ResampleAudio(44100)
and all is fine?