0

Hi I am using FFmpeg library.I have used code from appunite.I have imported both FFmpegLibrary & FFmpegExample in Eclipse.

But when I try to generate .so file using Android NDK & Cygwin I am getting following error message.

Android NDK: ERROR:jni/yuv2rgb/Android.mk:ffmpeg-prebuilt: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that jni/ffmpeg-build/armeabi/libffmpeg.so exists  or that its path is correct
/cygdrive/D/AndroidNDK/android-ndk-r8c/build/core/prebuilt-library.mk:43: *** Android NDK: Aborting    .  Stop.

If anyone has successfully used this library.Please guide me.

Thanks

4
  • did you find the answer for this? Commented Jan 15, 2013 at 6:16
  • @TharakaNirmana Yes I found it. Commented Jan 15, 2013 at 7:00
  • I am searching a way to create a video by combining an audio file and an image, within the android code. I figured out the command for that: ffmpeg -i allmapeople.mp3 -i Penguins.jpg video_finale.mpg I tried many 2 tutorials using ffmpeg that generates the .so file. But I still could not find out a way to combine an audio and an image. Please help me to do this in android code!!! Commented Jan 15, 2013 at 7:02
  • @TharakaNirmana Not sure but please check github.com/halfninja/android-ffmpeg-x264 Commented Jan 16, 2013 at 7:22

1 Answer 1

1

Basically problem was with ffmpeg lib.I was not able to compile ffmpeg lib on Windows 7. I switched to Ubuntu & tried AppUnite & after spending so many hours it was working.

Sign up to request clarification or add additional context in comments.

1 Comment

Can you please also suggest me answer for this question stackoverflow.com/questions/30892218/…

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.