ydxlt / FFmpegAndroid

基于https://github.com/WritingMinds/ffmpeg-android-java项目基础上修改了最低支持的版本号为14及提升gradle版本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

基于https://github.com/WritingMinds/ffmpeg-android-java项目基础上修改了最低支持的版本号为14及提升gradle版本

License:GNU General Public License v3.0


Languages

Language:Java 52.2%Language:Makefile 45.4%Language:Shell 1.6%Language:C 0.8%