Skip to content

thuydx55/ffmpeg-android-java

This branch is 2 commits ahead of, 14 commits behind cropsly/ffmpeg-android-java:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

521de23 · Feb 26, 2016
Feb 26, 2016
Apr 13, 2015
Mar 17, 2015
Mar 17, 2015
Sep 19, 2014
Sep 11, 2014
Jan 27, 2016
Feb 24, 2016
Oct 7, 2014
Sep 11, 2014
Sep 11, 2014
Sep 19, 2014
Sep 11, 2014
Sep 18, 2014

Repository files navigation

Join the chat at https://gitter.im/hiteshsondhi88/ffmpeg-android-java

About

FFmpeg Android java is a java library that simplifies your task of using ffmpeg in Android project which I've compiled using FFmpeg-Android

These are two basic methods of this library:

  • loadBinary(FFmpegLoadBinaryResponseHandler ffmpegLoadBinaryResponseHandler) throws FFmpegNotSupportedException
  • execute(String cmd, FFmpegExecuteResponseHandler ffmpegExecuteResponseHandler) throws FFmpegCommandAlreadyRunningException

For examples and usage instructions head over to:

Supported Architecture

  • armv7
  • armv7-neon
  • x86

Sample

http://i.imgur.com/cP4WhLn.gif

JavaDoc

License

  • Check file LICENSE.GPLv3 and Make sure to follow the licensing terms and conditions of the project and the software used to build the project.

HIRE US

Bitdeli Badge

Packages

No packages published

Languages

  • Java 51.7%
  • Makefile 45.9%
  • Shell 1.6%
  • C 0.8%