Skip to content

hoadn/android-ffmpeg-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FFMPEG Library for Android

This project is a Java wrapper around an ffmpeg command line binary for use in Android applications. It depends on the android-ffmpeg project to provide the ffmpeg binary.

It is licensed under the GPLv3.

Building

Ensure NDK_BASE env variable is set to the location of your NDK, example:

export NDK_BASE=/path/to/android-ndk

Then execute:

git submodule update --init --recursive
cd external/android-ffmpeg
./configure_make_everything.sh

Then build the project in Eclipse.

About

Android Java wrapper around ffmpeg command line binary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published