Skip to content

fys85/myFFmpegX264LatestLibAndroid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

#myFFmpegX264LatestLibAndroid FFmpeg library with libx264 for android.

##Dependencies This project uses SWIG framework for development of JNI interface.

##Features This project provides a nice and simple JNI interface to use ffmpeg based h264 software encoder on android devices. This encoder is highly configurable unlike existing android API's like MediaCodec or MediaRecorder.

##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 ~/git/myFFmpegX264LatestLibAndroid/myFFmpegX264LatestLibAndroid/jni

./configure_make_everything.sh

After compilation, build the project in Eclipse.

##Developer Contact Website: http://www.comp.nus.edu.sg/~adityak Email: adityak@comp.nus.edu.sg

About

FFmpeg Library with x264 encoder Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 54.1%
  • Python 17.3%
  • C++ 12.9%
  • Assembly 6.4%
  • Makefile 2.8%
  • HTML 2.7%
  • Other 3.8%