IDTib
19th September 2002, 05:20
DVD2AVI says Interlaced, so I ran it through CCE with the following AVS script (which has worked for everything else NTSC interlaced so far)
LoadPlugin("C:\mpeg2dec.dll")
LoadPlugin("C:\decomb.dll")
Mpeg2Source("D:\CHOPPER\04.d2v")
Telecide(guide=1)
Decimate(cycle=5)
ResampleAudio(44100)
Outcome is choppy, seems like frames are missing. I opened above script (minus the decomb lines) in VirtualDub and it looks like it is truely interlaced. So I created the following script
LoadPlugin("C:\mpeg2dec.dll")
LoadPlugin("C:\decomb.dll")
Mpeg2Source("D:\Chopper\04.d2v")
FieldDeinterlace()
ResampleAudio(44100)
It seems to much smoother but there is still choppiness.
Anyone done this Disc yet?
thanks
Dan
LoadPlugin("C:\mpeg2dec.dll")
LoadPlugin("C:\decomb.dll")
Mpeg2Source("D:\CHOPPER\04.d2v")
Telecide(guide=1)
Decimate(cycle=5)
ResampleAudio(44100)
Outcome is choppy, seems like frames are missing. I opened above script (minus the decomb lines) in VirtualDub and it looks like it is truely interlaced. So I created the following script
LoadPlugin("C:\mpeg2dec.dll")
LoadPlugin("C:\decomb.dll")
Mpeg2Source("D:\Chopper\04.d2v")
FieldDeinterlace()
ResampleAudio(44100)
It seems to much smoother but there is still choppiness.
Anyone done this Disc yet?
thanks
Dan