logo Sign In

Post #72671

Author
Laserschwert
Parent topic
.: The Zion DVD Project :. (Released)
Link to post in topic
https://originaltrilogy.com/post/id/72671/action/topic#72671
Date created
20-Oct-2004, 10:28 PM
Something new on the IVTC-issue:

Get the DeComb-package, and then you can just use the Telecide(1) command in AviSynth. So you no longer need to separate and weave the fields manually. In the script this would be enough:
    AviSource("e:\zion.avi").ConvertToYUY2.GuavaComb(mode="NTSC").Telecide(1)

    AssumeFPS(23.976)

    return last
I don't know if the AssumeFPS command is really necessary, but without it the resulting clip only has a framerate of 23.970 ... which, I think, wouldn't work when creating a DVD out of it. But you should try it, and check, if the audio is in sync.