Log in

View Full Version : Filter cause audio out of sync


qt4eva
16th April 2006, 22:17
Hello, I am new on this forum so please forgive me if this have already been answer, I been searching but doesn't find it anywhere.
I use this new filter LeakKerneillDeint, and import that into DVD-RB pro like this. Import("C:\Program Files\AviSynth 2.5\plugins\convert60ito24p.avs")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\LeakKernelDeint.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\undot.dll")
LeakkernelBob(order=1, sharp=true, threshold=7)
convert60ito24p(2,0)
ChangeFPS(24)
undot()
aSharp(0.4,0,0).aWarpsharp(3,1,bm=3,cm=0,thresh=0.99)
DeGrainMedian(mode=2)
undot()
Anyone know why this give me an audio out of sync of about 2-3secs?? Please help, thank you so much.

IanB
17th April 2006, 06:51
Your posted script is incomplete. There are no source statements. Please post your complete script.

If you are worried about the filenames, just munge them to protect the innocent, keep the extensions intact.

qt4eva
17th April 2006, 14:03
Actually, that is the complete script I have. What do you mean by a source statement?

IanB
17th April 2006, 16:13
AviSource
DirectShowSource
ImageSource
Mpeg2Source
WavSource
etc

foxyshadis
17th April 2006, 16:14
Is this an ffdshow script? It might be that your system just can't keep up, because none of those plugins should actually affect audio sync directly.

qt4eva
17th April 2006, 22:52
Is this an ffdshow script? It might be that your system just can't keep up, because none of those plugins should actually affect audio sync directly.

That am not really sure either, My friend give it to me to use with dvd rebuilder to put 2 dvd in 1.