Giter Club home page Giter Club logo

Comments (2)

Javernaut avatar Javernaut commented on August 22, 2024

The main feature of this project is the configurability of the building process. You have full control over how the libraries are compiled and what actual libraries are compiled. I see this project as slightly lower level than tanersener's and bravobit's because I presume direct working with FFmpeg API and not executing a command as you would do in a terminal. I consider adding support for it somewhere in the future.

If you want to execute commands like in desktop terminal then you will need the ffmpeg binary (or program). It can be compiled from sources too. It has to be packaged with *.so files as the ffmpeg binary is just a facade for them.
This works actually, but it isn't the main course for this project.

If the app size isn't your priority and if you don't want to work with FFmpeg C API directly then using tanersener's or bravobit's repos will be a better solution.

from ffmpeg-android-maker.

nihkilft123 avatar nihkilft123 commented on August 22, 2024

I know that there is some already available libraries in github like bravobit's, tanersener's and also microshow's. These all have certain limitations like some of this will not work for target SDK 29 & 30 and tanersener's lib is good but there is problems with -filter_complex command's output and micrshow's lib is crashing in android 10 and 11 beta! So, all have specific problems. So, I am considering to create own one.

Look at this question for my deep need.

from ffmpeg-android-maker.

Related Issues (20)

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.