bravobit / FFmpeg-Android

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

Upgrade to FFmpeg 4.0 #31

Closed Aditya94A closed 6 years ago

Aditya94A commented 6 years ago

https://ffmpeg.org/index.html#pr4.0

:tada:

liuatgit commented 6 years ago

I'm waiting for 4.0 too.

NiekAkerboom commented 6 years ago

@AdityaAnand1 @liuatgit You guys can build it yourself, which I highly recommend. Most FFmpeg binaries you find online have modules enabled that you might never use which will increase the size of it immensely.

Brianvdb commented 6 years ago

@AdityaAnand1 @liuatgit

Good news! FFmpeg 4.0 is now supported by this library since version 1.1.4

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