问题
I am at a loss here after searching around with no results.
I am attempting to channel the audio specifically from an .mp4 for use in a driver.
I am aware that there are programs which extract the audio from .mp4's, but I am looking for another approach without using external applications such as those.. is there any direction that someone can point me towards to solve this problem?
Thanks,
-K
回答1:
The open source library libavcodec, which is part of ffmpeg has the capability to do what you are looking for. The source is available at link text.
来源:https://stackoverflow.com/questions/2504650/channel-audio-from-mp4