Log in

View Full Version : DirectShowSource and AVI with + audio


buzzqw
13th December 2006, 14:15
Simple question: is possible with directshowsource to select the audio track to process if source avi has more than one audio ?

i think no... but i hope for better answer :)

BHH

jongov
13th December 2006, 16:00
Hi,
If there are more than one audio streams in avi, the avi splitter will create an output pin for each audio stream. You can simply choose and connect one of this pins.

Regards,
Tsviatko Jongov
http://tsviatko.jongov.com

buzzqw
13th December 2006, 16:23
i don't mean using a media player but feeding an avisynth script to an encoder

BHH

IanB
14th December 2006, 04:26
Yes DirectShowSource() will load .GRF files from GraphEdit so you can explicitly make available the pin you want connected. (Hint: Use Null renderers to gobble up unwanted pins so the one pin you want is the only unconnected pin)

buzzqw
14th December 2006, 14:08
mmm... not an easy solution... since average user don't even know what is graphedit...


thanks

BHH