FFMPEG Android library [closed]

2019-07-29 18:30发布

问题:

I want to combine image and audio to form a video file using FFMPEG. Without using NDK is there any way to create a Android project for FFMPEG. Please provide any Libraries and Any sample Projects it will helpful for me.

Thanks in advance.

回答1:

ffmpeg-android work like charm, but weights about 9 mb for app... more ffmpeg options (libs) HERE

you may also check MediaMuxer class (and related) for encoding support with SDK (not NDK), but it needs relatively fresh device (API18 and above). ffmpeg a supports a bit older OS version (API16)