Using FFmpeg native libraries with Android-NDK

↘锁芯ラ 提交于 2019-12-13 04:52:37

问题


I could write a simple "Hello World" app and got it to compile and run ok, I know how to setup basic structure of an Android project to use native libraries. Could any one tell me how to use FFmpeg libraries to decode a video;

  • How to write a .cpp file to decode a video file using the libraries(Open, Decode, Save)
  • How to setup source files(in my case .cpp files) with Android.mk file

Please could anyone help.

来源:https://stackoverflow.com/questions/19576420/using-ffmpeg-native-libraries-with-android-ndk

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