المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Extracting Audio from Video file



C# Programming
05-01-2009, 01:33 AM
Hi,
I 'm using c#.net(3.0),I want to extract audio from an AVI file(Audio/Video file *.avi) in wav format(*.wav) could anyone please tell how to do this using C#.net.

I'm using the AviFile.dll provided with source code at this link http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx but the given example is not working with all *.avi.It is only working with the given test data.

thank you