how to use ffmpeg on android

后端 未结 3 1137
自闭症患者
自闭症患者 2020-12-12 04:12

I want to create video file from Jpeg and audio file. I\'ve compiled FFMpeg to android and I\'ve got libffmpeg.so, and obj folder with ithers resources.

But how to u

3条回答
  •  不思量自难忘°
    2020-12-12 04:39

    You will need to include JNI wrapper methods that you can call from Java, that will in turn invoke the FFmpeg functions.

提交回复
热议问题