COREiP
30th November 2004, 21:25
loadplugin("LoadPluginEX.dll")
loadplugin("DECOMB521.dll")
loadplugin("DGDecode.dll")
loadplugin("FluxSmooth.dll")
loadplugin("UnDot.dll")
loadplugin("warpsharp.dll")
DirectShowSource("d:\dvd\1.Vob")+DirectShowSource(2.Vob")+DirectShowSource("d:\dvd\3.Vob")+DirectShowSource("d:\dvd\4.Vob")
Crop(4,6,-12,-4)
telecide(order=1)
UnDot()
bilinearresize(512,384)
FluxSmooth()
WarpSharp()
Tweak(sat=1.2)
Using this script my encodes audio goes out of sync not only by ms but more than 5 seconds or so. Is there a way to correct this? By the way the dvd's are in version PAL.
loadplugin("DECOMB521.dll")
loadplugin("DGDecode.dll")
loadplugin("FluxSmooth.dll")
loadplugin("UnDot.dll")
loadplugin("warpsharp.dll")
DirectShowSource("d:\dvd\1.Vob")+DirectShowSource(2.Vob")+DirectShowSource("d:\dvd\3.Vob")+DirectShowSource("d:\dvd\4.Vob")
Crop(4,6,-12,-4)
telecide(order=1)
UnDot()
bilinearresize(512,384)
FluxSmooth()
WarpSharp()
Tweak(sat=1.2)
Using this script my encodes audio goes out of sync not only by ms but more than 5 seconds or so. Is there a way to correct this? By the way the dvd's are in version PAL.