MLS
5th October 2003, 23:17
Hi, I'm trying to reauthor the Family Guy Volume2 set, and all of the episodes are hybrid NTSC/Film, mostly film. I run DIF4U, etc etc. I used IFOUpdate to get the CCE format frame #s for use in the ecl. But when I open VDub and skip to these frame numbers using the avs:
import("(etc)\addaudio.avs")
LoadPlugin("(etc)\mpeg2dec3.dll")
Mpeg2Source("VTS__03_P01.I-TFF.4~3_1.d2v",idct=0)
LoadPlugin("(etc)\decomb.dll")
Telecide()
Decimate(cycle=5)
AddAudio()
ConvertToYUY2()
I get chapter points that are way off, and some close but not quite. Do I need to do my own chapter points for hybrid film? I'm not an expert on this yet, but I'm guessing that because of its hybridness the ifo frame#s will only be correct on the same hybrid film and not IVTC'd video? I can create my own chapter points I guess but I'm just curious why this happened.
I'm also using b20 of neuron's DVD2AVI if that matters.
/MLS
import("(etc)\addaudio.avs")
LoadPlugin("(etc)\mpeg2dec3.dll")
Mpeg2Source("VTS__03_P01.I-TFF.4~3_1.d2v",idct=0)
LoadPlugin("(etc)\decomb.dll")
Telecide()
Decimate(cycle=5)
AddAudio()
ConvertToYUY2()
I get chapter points that are way off, and some close but not quite. Do I need to do my own chapter points for hybrid film? I'm not an expert on this yet, but I'm guessing that because of its hybridness the ifo frame#s will only be correct on the same hybrid film and not IVTC'd video? I can create my own chapter points I guess but I'm just curious why this happened.
I'm also using b20 of neuron's DVD2AVI if that matters.
/MLS