Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffmpeg-build #5

Closed
supertoonz opened this issue Nov 1, 2012 · 8 comments
Closed

ffmpeg-build #5

supertoonz opened this issue Nov 1, 2012 · 8 comments

Comments

@supertoonz
Copy link

ffmpeg-build folder missing

error log

Android NDK: Check that jni/ffmpeg-build/armeabi-v7a/libffmpeg-neon.so exists or that its path is correct

@supertoonz
Copy link
Author

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

@jacek-marchwicki
Copy link
Member

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

@jacek-marchwicki
Copy link
Member

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

@supertoonz
Copy link
Author

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

@jacek-marchwicki
Copy link
Member

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

@supertoonz
Copy link
Author

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

@jacek-marchwicki
Copy link
Member

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.

@vijayhubino
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants