Giter Club home page Giter Club logo

Comments (5)

st4ycool avatar st4ycool commented on July 21, 2024 1

@Javernaut --disable-programs worked out like charm ) thank you so much!

from ffmpeg-android-maker.

Javernaut avatar Javernaut commented on July 21, 2024

Hello @st4ycool .

As I see you don't pass certain flags to the configure script of FFmpeg that would disable ffmpeg and ffprobe executables from being compiled. You can do that by adding --disable-programs flag.

You may want to add additional flags. You can find all available flags directly in the configure script of your version of FFmpeg here. Or just open your configure script with a text editor.

I would personally recommend to use newer version of FFmpeg.

For example here is my flags that I add to disable (don't compile) certain parts of FFmpeg.

from ffmpeg-android-maker.

Javernaut avatar Javernaut commented on July 21, 2024

@st4ycool ,

One more thing.

I've noticed you wrote that you want to build static libraries, but you pass --enable-shared flag to configure script.

from ffmpeg-android-maker.

 avatar commented on July 21, 2024

@Javernaut, thank you for the answer and recommendations.

  1. I will try --disable-programs and give feedback here.
  2. I have a source code of moded ffmpeg 4.0.2, so I can't use newer versions right now.
    Also, how much better perfomance newer versions can bring to video decoding?
  3. --enable-shared I added this flag as a workaround to patch error that I mentioned in this issue. But I am really newbie to compiling sources and now I see my mistake )
    Thank you!

from ffmpeg-android-maker.

Javernaut avatar Javernaut commented on July 21, 2024

@s7aycool

I'm afraid I don't have any performance comparison of different versions of FFmpeg.
I just know that FFmpeg 4.1 and above is perfectly compilable for Android without any source code modifications.

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.