FFmpeg on Android

前端 未结 10 1778
谎友^
谎友^ 2020-11-22 03:09

I have got FFmpeg compiled (libffmpeg.so) on Android. Now I have to build either an application like RockPlayer or use existing Android multimedia framework to invoke FFmpeg

10条回答
  •  借酒劲吻你
    2020-11-22 03:34

    I had the same issue, I found most of the answers here out dated. I ended up writing a wrapper on FFMPEG to access from Android with a single line of code.

    https://github.com/madhavanmalolan/ffmpegandroidlibrary

提交回复
热议问题