Log in

View Full Version : audio video not synced when using avisynth but is synced simply muxing


Zodiacal
6th January 2003, 00:43
avisynth causes an an audio video sync problem:
heres my .avs file:
LoadPlugin("MPEG2DEC.dll")
LoadPlugin("mpasource.dll")
video=mpeg2source("C:\extract\TechLive.d2v")
audio = MPASource("C:\extract\TechLive.m2a", normalize=false)
AudioDub(video, audio)


when i simply mux my video using mplex there is no problems with off sync. but when i use avisynth my video is about 1 second faster than my audio. anyone have any ideas?