hello!

I use avisynth to encode my .m2v files from .avi. I usually use AviSource to open up my avi and then Spline36Resize/AssumeFPS to make the movie in right PAL/NTSC framerate/resolution. I now have a really weird video/audio wrong synced problem.

1) When I just create a usual .avs file like I described the audio is unsynced in the beginning of the video, then it gets just more and more unsynced further in the video. (I use VirtualDubMod to check the .avs video/audio) if I delay the audio so it get right in the beginning (-2500ms) it still become wrong synced further in the video (the audio comes to soon)

2) Same problem if I add the EnsureVBRMP3Sync() line at the bottom of my script (this usually helped while I couldn't get video/audio right synced)

3) If i use DirectShowSource instead it seems right in VirtualDubMod but when I encode my .m2v file (HCEnc) and author a test-DVD (GfD) the audio is still unsynced

What am I doing wrong and how do I solve my problem?

Really thankfull for all answers

michcio