I downloaded avisyns on the advise of aother but not sure how it works. looks simple enough but i can't tell if it works. writing in chinese or japanese or something. want to fix sync problem on avi file.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Hmm, do you mean "Avisync", "avisyns" or Avisynth?
If you mean the last one (actually it is the first one, the one and only IMHO), check these sites:
http://www.math.berkeley.edu/%7Ebenrg/avisynth.html
http://www.videotools.net
Copy Avisynth.dll to the system dir, run install.reg.
The script should look like this:
#play audio one second later than the source audio
AVISource("c:\..path..\filename.avi")
DelayAudio(1.0)
Yes, very easy. Type the script with notepad and save it as filename.avs. Play the .avs with windows media player to check whether it workes properly and then load it as videosource whereever you want. TMPG, VirtualDub, LSX, CCE 2.5 or earlier accept .avs files. If you want to load it into cce 2.6 as well, you need to convert the .avs with VFAPI before.
Good luck.
<font size=-1>[ This Message was edited by: Truman on 2001-12-03 17:18:57 ]</font>