/ffmpeg-android

Prebuild executable file of ffmpeg 2.1.3 for Android. Build ffmpeg for android purely by NDK's gcc. No use JNI nor ndk-build nor Android.mk because i hate them. This build also contains external libx264 and libvpx for H264 and WebM

Primary LanguageShellMIT LicenseMIT

For Android users, provide a prebuild binary file of ffmpeg 2.1.3, you can upload following file to your device and use it freely.

    bin/ffmpeg

Supported features:

    Accepted formats: raw image, jpg, png, H264/MP4, WebM
Accepted protocols: pipe, file, tcp
Accepted filters: resize, rotate, crop

Feel free to convert between jpg,png,web,mp4 and raw video!

Tested Compiler Environment:

    Android NDK r8, r9, r10. Gcc 4.4.3, 4.7, 4.8, 4.9

Then execute:

    cd src
./build_all.sh
    Mac OS X 10.7 64bit
Ubuntu 12 64bit