I' build an app for android to convert videos to audio. Im using ffmpeg for the process. (Im using the precompiled version from here)
At the moment its only possible to convert to *.wav and not to *.mp3.
So im asking u if anybody can provide me a compiled version supporting the libmp3lame-library?
Or can anybody explane to me how to compile it myself. Ive tried to, but im getting some errors all the time and i dont know how to handle them.
Ive tried to compile it myself with this setup:
- Ubuntu x64
- Android NDK-r10
- ffmpeg SourceCode from Feb-02-2014
- libmp3lame-dev
following this tutorial
of course ive added
--enable-libmp3lame to the ./configuration
thanks anyways
and sorry for the bad english