Skip to content Skip to sidebar Skip to footer

Ffmpeg Android Library

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

Solution 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)

Post a Comment for "Ffmpeg Android Library"