FFmpeg on Android

前端 未结 10 1796
谎友^
谎友^ 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:38

    After a lot of research, right now this is the most updated compiled library for Android that I found:

    https://github.com/bravobit/FFmpeg-Android

    • At this moment is using FFmpeg release n4.0-39-gda39990
    • Includes FFmpeg and FFProbe
    • Contains Java interface to launch the commands
    • FFprobe or FFmpeg could be removed from the APK, check the wiki https://github.com/bravobit/FFmpeg-Android/wiki

提交回复
热议问题