Anyone know how I can play divx/xvid with multiaudio using dotnet?
Cheers
Printable View
Anyone know how I can play divx/xvid with multiaudio using dotnet?
Cheers
Can you explain what you mean by multiaudio? Do you just mean a divx/xvid file with multiple audio tracks interlaced. Of course when using .Net the best solution for any type of file playback in my opinion is DirectShow. (See directshow.net) However I am not exactly sure how to choose which track to render when playing a file.
Thanks mate.
I did exactly that. I used directshow.net and ffdshow filter. I can select stream using IAMStreamselecr interface for thos interested.
Now to figure out how to span the audio to left or right for VCD video karaokes.