HyperYagami
17th August 2003, 22:36
I have a Hong Kong DVD that's pure interlaced (i.e., IVTC actually makes it choppy when viewing the AVS) and I would like to leave it as interlaced. The filename is flagged as VTS__01_P01.I-BFF.16~9_1.M2V and I've modified the AVS to make it the simpliest:
import("C:\Program Files\DoItFast4U\new.avs\addaudio.avs")
LoadPlugin("C:\Program Files\DoItFast4U\new.avs\mpeg2dec3.dll")
Mpeg2Source("VTS__01_P02.I-BFF.16~9_1.d2v",idct=0)
AddAudio()
ConvertToYUY2(interlaced=true)
I have checked "Top Field First" and unchecked "Progressive" under DC4U since the material is interlaced BFF and I don't want to deinterlace it. My questions is what should I do with "Alternate Scan"? DC4U help file says "Off for NTSC" while I've read some forum articles say "On if you have interlaced". I'm using CCE 2.50 and apparently it's a little different from the 2.66+ versions to make it more confusing.
Thanks.
import("C:\Program Files\DoItFast4U\new.avs\addaudio.avs")
LoadPlugin("C:\Program Files\DoItFast4U\new.avs\mpeg2dec3.dll")
Mpeg2Source("VTS__01_P02.I-BFF.16~9_1.d2v",idct=0)
AddAudio()
ConvertToYUY2(interlaced=true)
I have checked "Top Field First" and unchecked "Progressive" under DC4U since the material is interlaced BFF and I don't want to deinterlace it. My questions is what should I do with "Alternate Scan"? DC4U help file says "Off for NTSC" while I've read some forum articles say "On if you have interlaced". I'm using CCE 2.50 and apparently it's a little different from the 2.66+ versions to make it more confusing.
Thanks.