Coder Social home page Coder Social logo

ffmpeg-build about androidffmpeg HOT 8 CLOSED

appunite avatar appunite commented on May 8, 2024
ffmpeg-build

from androidffmpeg.

Comments (8)

supertoonz avatar supertoonz commented on May 8, 2024

dont have freetype folder in jni folder ,now it only has freedtype2 but it's empty

from androidffmpeg.

jacek-marchwicki avatar jacek-marchwicki commented on May 8, 2024

this are commands from my jenkins that build automatically whole project:

cd FFmpegLibrary/jni || exit 1

#setup freetype2 environemtn
cd freetype2 || exit 1
./autogen.sh || exit 1
cd .. || exit 1

#setup fribidi environemtn
cd fribidi || exit 1
autoreconf -ivf || exit 1
cd .. || exit 1

#setup libass environemtn
cd libass || exit 1
autoreconf -ivf || exit 1
cd .. || exit 1

#setup vo-aacenc environment
cd vo-aacenc || exit 1
autoreconf || exit 1
cd .. || exit 1

#setup vo-amrwbenc environment
cd vo-amrwbenc || exit 1
autoreconf || exit 1
cd .. || exit 1

#build ffmpeg
./build_android.sh || exit 1
cd .. || exit 1

#build jni
ndk-build || exit 1

from androidffmpeg.

jacek-marchwicki avatar jacek-marchwicki commented on May 8, 2024

I uploaded builded version of library in download section - you can move this to your project and remove dependency from FFmpegLibrary

from androidffmpeg.

supertoonz avatar supertoonz commented on May 8, 2024

thx a lot now i can run yr sample. yr lib has video overay function ?

from androidffmpeg.

jacek-marchwicki avatar jacek-marchwicki commented on May 8, 2024

What does "overay" mean? I'm sorry but I'm not an native speaker.

from androidffmpeg.

supertoonz avatar supertoonz commented on May 8, 2024

sorry i mean "Overlay one video on top of another"
i see this link ==> http://ffmpeg.org/ffmpeg.html#overlay-1

from androidffmpeg.

jacek-marchwicki avatar jacek-marchwicki commented on May 8, 2024

This is not same issue - just closing.

Overlay: I never tried playing two videos in the same time but it probably would work without modifications. But if you want to play movie over another you have to implement Surface view by your own to capture data from two videos and marge them together.

from androidffmpeg.

vijayhubino avatar vijayhubino commented on May 8, 2024

Can you please share the download section link. When i download AndroidFFmpeg i am getting only the unbuilded version. build_android.sh file is throwing an error "./configure no such file or directory".

from androidffmpeg.

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.