Giter Site home page Giter Site logo

weiliji / ffmpegandoird Goto Github PK

View Code? Open in Web Editor NEW

This project forked from liaoheng/ffmpegandoird

0.0 1.0 0.0 91.44 MB

FFmpeg & fdk-aac & x264 & x265

Makefile 12.54% C 54.63% Objective-C 0.08% C++ 13.90% Shell 0.81% Perl 0.08% CSS 0.01% M4 0.01% Assembly 14.50% Verilog 0.01% Cuda 0.01% Roff 1.56% Awk 0.01% HTML 1.54% Ruby 0.01% Python 0.04% CMake 0.28% Batchfile 0.01% Coq 0.01%

ffmpegandoird's Introduction

FFmpegAndoird

  1. ubuntu 18.04.1, ndk r13b, cmake 3.10, FFmpeg 3.4.5, libx265-2.7, libfdk-aac-0.1.6, x264-snapshot-20180927-2245

  2. 安装依赖库

    sudo apt-get install autoconf automake build-essential cmake cmake-curses-gui git-core libass-dev libfreetype6-dev libtool libvorbis-dev pkg-config texinfo wget zlib1g-dev mercurial yasm nasm
  3. 对libx265-2.7 进行修改

    进入 在 libx265 目录下找到 source 目录并打开里面的CMakeLists.txt文件:

    删除或者注释:list(APPEND PLATFORM_LIBS pthread)

  4. 对 libfdk-aac-0.1.6 进行修改

    进入 在 libfdk-aac 目录下找到 m4 目录并打开里面的 libtool.m4 文件: 全局搜索 so.1替换为so 全局搜索 $versuffix ,替换为空字符 全局搜索 $major ,,替换为空字符

  5. https://github.com/mabeijianxi/FFmpeg4Android 脚本基础上添加了x265并做了一些修改。

  6. 谨慎调整各库的版本,以知FFmpeg4是不能编译能过。

ffmpegandoird's People

Contributors

liaoheng 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.