Code Monkey home page Code Monkey logo

xiexuesong / ffmpeg-command-ndkbuild Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yhaolpz/ffmpeg-command-ndkbuild

0.0 0.0 0.0 109 KB

Android 以命令方式调用 FFmpeg 时所需的修改好的待编译文件 , 带你轻松实现 Android 调用 FFmpeg

Home Page: http://www.yhao.xyz/2017/08/29/Android%20%E9%9B%86%E6%88%90%20FFmpeg%20(%E4%BA%8C)%20%E4%BB%A5%E5%91%BD%E4%BB%A4%E6%96%B9%E5%BC%8F%E8%B0%83%E7%94%A8/

Makefile 0.44% C 98.93% Objective-C 0.64%

ffmpeg-command-ndkbuild's Introduction

ffmpeg---command---ndkBuild

Android 以命令方式调用 FFmpeg 时所需的修改好的待编译文件

详细:http://blog.csdn.net/yhaolpz/article/details/77146156

注意:

1.将 Android.mk 中的 INCLUDE_PATH 、FFMPEG_LIB_PATH 修改为你自己编译好的 FFmpeg 的对应路径

2.本目录中的 com_jni_FFmpegJni.c 已确定 Android 工程中的 native 方法、类名以及包名:

  方法:  public static native int run(String[] commands);
  类名:  FFmpegJni
  包名:  package com.jni;

若不一致,则需自己生成底层接口文件,替换掉本目录中的 com_jni_FFmpegJni.c 和 com_jni_FFmpegJni.h 文件

具体使用方法参见博客。

ffmpeg-command-ndkbuild's People

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.