bravobit / FFmpeg-Android

FFMpeg/FFprobe compiled for Android
https://bravobit.nl/
MIT License
741 stars 176 forks source link

May you build ffmpeg with libvpx enabled? #5

Closed orlando9006 closed 6 years ago

orlando9006 commented 6 years ago

would be very grateful if you added the above-mentioned libraries to your project, since I need to convert a gif to webm, thank you very much excellent project

Brianvdb commented 6 years ago

Libvorbis was added in the latest version. I will check libvpx later.

orlando9006 commented 6 years ago

Thanks for your help, I saw that I enable libvosid, I wish I could enable libvpx, I would really appreciate it, it is very necessary, thanks for your help.

vxhviet commented 6 years ago

Hi @Brianvdb If it's prossible, could you start a wiki page on how to build the ffmpeg? With that people can customize the build to their requirements and in case, you're too busy, someone else can still keep this repo updated.

Thank you very much for your effort.

Brianvdb commented 6 years ago

Libvpx has now been added in version 1.0.9

This means that webm encoder/decoder is now supported.

dependencies {
    implementation 'nl.bravobit:android-ffmpeg:1.0.9'
}