Creating android ffmpeg executable

How can I do it? I do not want to use ffmpeg in the application programmatically using the ndk / jni shell, I just want to compile a single binary / executable file that I can put into the / bin system on the device and run from the terminal.

Hi, I tried William Seemann, but it will not create an executable file when I try to configure configure_everything.sh by default, as it says in the docs that I get a lot of "error correction files". Console output http://pastebin.com/m0uz5fx2

If I try make_ffmpeg.sh script as william sggests, then I get

brx@router ~/Documents/android-ffmpeg-master $ NDK_BASE=/home/brx/Documents/android-ndk-r6b ./make_ffmpeg.sh ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master/ffmpeg ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target `install'. Stop. ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master ~/Documents/android-ffmpeg-master 
+4
source share
1 answer

I believe that the script (make_ffmpeg.sh) in this project will fit your needs.

+4
source

All Articles