I want to merge mp3 audio file with surfaceview recorded video in background. So after lots of research i get FFmpeg concept for achieving this kind of functionality. But i am not know how to configure Ffmpeg library with ndk in android studio using windows 7 64 bit os. So if any one can have knowledge about it so please share with me. Thank you in advance.
相关问题
- Sorting 3 numbers without branching [closed]
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to compile C++ code in GDB?
- How to make that the snackbar action button be sho
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Class layout in C++: Why are members sometimes ord
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
step 1. Install Cygwin64 (you must be install dos2unix)
step 2. Install android-ndk (current version r12b)
step 3. Install ffmpeg (current version 3.1.1)
step 4. Extract ffmpeg-3.1.1 in android-ndk path (ret: d:\Android\ndk\android-ndk-r12b/ffmpeg-3.1.1)
step 5. Execute Cygwin64 (with Admin rights)
step 6. Follow http://www.roman10.net/2013/08/18/how-to-build-ffmpeg-with-ndk-r9/ this page's step 2 & 3 (you need to edit build_android.sh)
step 7. You can see that
enter image description here