Log in

View Full Version : DualAudio with a Sylia-Script


Ellysia
22nd November 2005, 11:43
Hi,

Sorry for another question but i couldnt find any solutions :( . In VirtualDub you can add one or more audios to a videofile. Start with an empty videofile (Streams) and go to Streams/Streamlist and "Add" one or two audios.

To automate a processing of more than 100 files, i tryed to program a script. One audio is no problem with:
VirtualDub.audio.SetSource("f:\\temp\\video\\audio.mp3");
But how can I add a 2nd stream? Repeating the command doesnt work: " Stream[0] has already been created "

Thanks alot in advance.

Ellysia