Extract wav file from video file

Posted by Nikos Steiakakis on Stack Overflow See other posts from Stack Overflow or by Nikos Steiakakis
Published on 2009-06-18T05:41:06Z Indexed on 2010/03/23 18:23 UTC
Read the original article Hit count: 380

Filed under:
|
|
|

I am developing an application in which I need to extract the audio from a video. The audio needs to be extracted in .wav format but I do not have a problem with the video format. Any format will do, as long as I can extract the audio in a wav file.

Currently I am using Windows Media Player COM control in a windows form to play the videos, but any other embedded player will do as well.

Any suggestions on how to do this? Thanks

© Stack Overflow or respective owner

Related posts about winforms

Related posts about c#