View Single Post
Old 14th June 2002, 13:53   #7  |  Link
Holomatrix
Still Kick'n
 
Join Date: Oct 2001
Posts: 677
Ok, I've demuxed my mpeg2 stream with TMPEG, converted the mp2 to wav with this other program, I have then created the avs script with Avsgen using the directshow source m2v(adding the audio) and I am now finally able to load video and audio together into VDub in one script. Whew I hope it's worth it. hehehe

Final Script;

LoadPlugin("C:\Downloads\AVSGEN\bin\MPEG2DEC.dll")
LoadPlugin("C:\Downloads\AVSGEN\bin\AVISynth_Spatial.dll")
vid = DirectShowSource("C:\universal.m2v")
sound_track = WAVSource("C:\universal.wav")
AudioDub(vid, sound_track)

cofferscuffs - you might want to add this thread into your FAQ so I don't have to go through this again

Last edited by Holomatrix; 24th June 2002 at 17:37.
Holomatrix is offline   Reply With Quote