Log in

View Full Version : How to select an audio stream in an avs script?


venom_zx
20th April 2006, 14:43
hi

could someone please explain to me how to select audio streams in avs scripts?
ive looked through the forum quite a bit and i have looked in the documentation. i havent been able to find anything.

thanks.
venom_zx

venom_zx
21st April 2006, 16:35
as there are no replies to my question, should i conclude that it is not possible?

Wilbert
21st April 2006, 18:27
wav files can be loaded with WavSource, the rest with the NicAudio plugin. What's the format of your audio?

venom_zx
21st April 2006, 22:45
hi

i have a video file (.ogm) (-xvid- video). it containts 2 audio streams (-ogg vorbis- audio). i want to select the second audio stream.

venom_zx

foxyshadis
21st April 2006, 23:26
You need to demux the audio into separate files and import it with DirectShowSource (audio=true) or BassAudio.

venom_zx
22nd April 2006, 02:27
oh.
maybe this is a silly question but how do i make the audio into seperate files?

Wilbert
22nd April 2006, 13:54
Open it in VDubMod and demux the audio streams.

venom_zx
22nd April 2006, 15:37
yes that worked. nice tool. thanks.
thank you all for the help. the problem seems to be solved :)

venom_zx