cropsly / ffmpeg-android-java

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
http://writingminds.github.io/ffmpeg-android-java
GNU General Public License v3.0
3.33k stars 829 forks source link

codec theora is disabled #241

Open liuatgit opened 7 years ago

liuatgit commented 7 years ago

Try to convert a file to ogg. It shows error: Default encoder for format ogg (codec theora) is probably disabled. How can I enable codec theora or which alternative codec should I manually choose?

liuatgit commented 7 years ago

The libvorbis isn't compiled.

liuatgit commented 7 years ago

Can anyone build an android ffmpeg with libvorbis enabled?

daufinsyd commented 7 years ago

+1

daufinsyd commented 7 years ago

I built it a few weeks ago but i didn't achive to put the new ffmpeg file into the project.

liuatgit commented 7 years ago

Can you send me the file? I only need the ffmpeg file.