I made succesfully VCD using sefy's template
But my movie is out of sync (800 ms) on my tokai
On my friends player (sony) it has 100 ms out of sync

But i allways have to put 800 ms delay in audio (bbMPEG) to
get my movie in sync.
But by doing that the movie is out of sync on my friend sony (700 ms)

If i put 100 as delay , it runs fne on the sony but i still have 600 out of sync AARRGG.

Here is my process AVISYNTH(with vobsub) - Tmpeg(sefy)
Besweet(azid) - bbMPEG(muxing) - VCDeasy(to burn)

This is my script

LoadPlugin("c:\winnt\system32\vobsub.dll")
LoadPlugin("c:\winnt\system32\mpeg2dec.dll")
mpeg2source("c:\dvd\tokio\tokio.d2v")
VobSub("c:\dvd\tokio\VTS_01_0")
ConvertToRGB24

Anyone has solved this ? Thanks