将FFMPEG库导入Android

时间:2017-06-02 15:53:18

标签: android audio ffmpeg android-ndk android-ffmpeg

首先,我是这个导入的新东西

我用NDK r14b编译了最新版本的ffmpeg, 并在编译后设法获得一些库(如 libavutil.so,libavcodec.so,libavfilter.so等

Click here for pic

但我有点困惑将它导入我的android项目。

首先,我想创建音频编辑应用 在特定时间合并多个mp3文件 ,以及 调整音量(增加或减少其声音)mp3文件

我最近读过有关ffmpeg的内容,因为大多数人都建议使用此库。

合并:

- https://superuser.com/questions/1092291/merge-many-audio-files-with-specific-positions/1092346#1092346

调整音量:

- Decode MP3, then increase the audio volume, and then encode the new audio

我想问的是:

- 来自监护人的ffmpeg项目和WritingMinds ffmpeg lib(因为我没有足够的代表来发布链接,而且这2个经常在stackoverflow中提到),这2个库是否有我需要的东西?我对这件事感到有些困惑。解释将是一种帮助。

-from http://ffmpeg-android.blogspot.co.id/我无法在最后一部分运行ndk-build命令。我应该如何使用它?

提前谢谢!

0 个答案:

没有答案