GithubHelp home page GithubHelp logo

acercow / ffmpeg-commands-executor-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dxjia/ffmpeg-commands-executor-library

0.0 1.0 0.0 12.09 MB

execute ffmpeg commands through a jni shared library.

License: Apache License 2.0

Java 0.48% Batchfile 0.03% Makefile 0.15% C 97.04% Shell 0.01% C++ 2.29%

ffmpeg-commands-executor-library's Introduction

This is AS version
Eclipse version, please refer to Old Eclipse Version

ffmpeg-commands-executor-library

execute ffmpeg commands as a shared librar, you can try example.apk
[Note]: This library may not support all the codecs you want, for example, h264.

Usage

add dependency in your build.gradle

dependencies {
    compile 'cn.dxjia:ffmpegexecutor:0.1.7'
}

import package

import cn.dxjia.ffmpeg.library.FFmpegNativeHelper;

run command

FFmpegNativeHelper.runCommand("ffmpeg -version");

NOTE:

  • now, runCommand() will return some strings as result, not very friendly;
  • this library modified some ffmpeg source code, invasion is relatively strong.

Compile library or example by yourself

If you want to compile this library by yourself, you can do that as follow steps.

Step 1

Build jni manually

Linux or Ubuntu

cd library/jni
chmod a+x build.sh
. build.sh

Windows

Make sure you have add your NDK path to your PC Enviroment.
Open a CMD terminal

cd library\jni
build.cmd

Step 2

Android Studio -> Open Existing Project

Step 3

modify code & build project

NOTE: Every time you changed the jni source code, you need to build it manually before building the project from Android Studio.

Any issues and PRs are welcome.

License

   Copyright (c) 2015 dxjia

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.

ffmpeg-commands-executor-library's People

Contributors

dxjia avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.