Hey, all. Well, I've been messin' around with my .avs files and schtuff, and I've been trying to have the .avs point both to my .wav file and my .d2v file, and I think I've figured it out.
HOWEVER, I'm coming upon a vERY VERY odd problem. When I play my .avs file in Windows Media Player, everything seems fine. The audio and video play with perfect clarity and such. HOWEVER, over time the audio and video become out of sync.
And it's a really weird type of out of sync, too. Here's the deal. In the middle of my 3 minute .avs file, a clip of an interview is shown w/ the person being interviewed talking. If I go into Windows Media Player and skip right to that section, the audio will match the video for a second or so, but then the audio starts getting ahead of the video. And if I play the .avs all the way through, the audio and video are WAY out of sync by the time that the interview even starts. I've included my 4 lines of my .avs file here to see if anyone can see what stupid error I've made:
LoadPlugin("C:\DVDrip\MPEG2DEC.DLL")
audio=WAVsource("C:\DVDrip\ActualRip\navy.WAV")
video=MPEG2Source("C:\DVDrip\ActualRip\navy.d2v")
video=ConvertToRGB(video)
return AudioDub(video,audio)
Anyone know what's up with this? Is it just the media player or is it something totally different. I know that the AMV guys don't really care too much about the audio, but it's possible you may someday. Thanks a ton!!

