Log in

View Full Version : Is there any way to add an audio file to an AVS?


lordbelial
17th June 2002, 20:31
Is there any way to add audio to an AVS file? Im able to patch an avs file to use in TMPG but is there any way to add audio to the avs file so I dont have to mux the audio with it later?

Awatef
17th June 2002, 21:15
wavsource("filename.wav")

Darksoul71
17th June 2002, 21:18
The correct way to do this:
vid = AVISource("D:\CAPTURE.00.avi")
sound_track = WAVSource("C:\0x81.WAV")
AudioDub(vid, sound_track)

-D$

BTW: Have you ever looked into the AVISynth docs ?

gunnimabi
22nd June 2002, 11:53
:D Use DVDCutter->Tools->AVI(DivX) Merger->Multiplex(+sound)
You can download DVDCutter in www.jummpa.com