Extract wav file from video file

后端 未结 3 1360
既然无缘
既然无缘 2020-12-20 21:53

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 f

3条回答
  •  [愿得一人]
    2020-12-20 22:19

    Here is a link on how to extract audio using GraphEdit, GraphEdit is an front end UI for the DirectShow API so everything it can do you can do with API.
    You can use the DirectShow.NET liberty which wraps the DirectShow API for the managed world.

提交回复
热议问题