FFMPEG Android library [closed]

2019-07-29 17:45发布

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条回答
地球回转人心会变
2楼-- · 2019-07-29 18:16

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)

查看更多
登录 后发表回答