bravobit / FFmpeg-Android

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

May you build ffmpeg with libvorbis enabled? #3

Closed liuatgit closed 6 years ago

liuatgit commented 6 years ago

May you build ffmpeg with libvorbis enabled? thx!

Brianvdb commented 6 years ago

libvorbis support was added in bab97eadc1d91c54e21a943b24f247edcf97ecb3

Use the new version

dependencies {
    implementation 'nl.bravobit:android-ffmpeg:1.0.6'
}
liuatgit commented 6 years ago

Just test the new version on OGG file and it works great!