This was the most recent script I used:
Code: Select all
mpeg2source("F:\LOVE_HINA_VOL_1\VIDEO_TS\eps2.d2v",cpu=4)
#Telecide(order=1,guide=1)
#Decimate(5)
TomsMoComp(1,5,1)
converttorgb32()Code: Select all
mpeg2source("F:\LOVE_HINA_VOL_1\VIDEO_TS\eps2.d2v",cpu=4)
#Telecide(order=1,guide=1)
#Decimate(5)
TomsMoComp(1,5,1)
converttorgb32()Try setting order=0 instead and check those scenes again. If they come out clean, then episode 2 may be another case of the switching field order (see my last post) or it may just be completely bottom field first.emopunk1 wrote:the problems seems to be with the second episode (I'm ripping individual episodes, btw) during any scene with motion. Using telecine and decimate with the settings I posted seem to still leave interlacing during scenes with mouths moving or any type of motion.
Code: Select all
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\alternatives\Decomb4.dll")
mpeg2source("F:\LOVE_HINA_VOL_1\VIDEO_TS\eps3.d2v",cpu=4)
Telecide(guide=1)
Decimate(5)
Deen("a3d", 3, 10, 12)
ColorYUV(gain_u=4)
converttorgb32()