Channel Audio from .mp4?

和自甴很熟 提交于 2019-12-24 07:23:18

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!