Android Q has introduced some breaking changes with folder/file permissions. I get the following error when using the converter on Android:
java.io.IO
Now If You Guys Looking For FFMPEG for ANDROID Q Here is link use below FFMPEG Build. Include this to your app/build.gradle
Min SDK 24
dependencies {
implementation 'com.arthenica:mobile-ffmpeg-full:4.3'
}
Min SDK 16
dependencies {
implementation 'com.arthenica:mobile-ffmpeg-full:4.2.2.LTS'
}
tested in OnePlus 7T
Android Q
If you don't want to change the library, Just change targetSdkVersion 29 to 28 in your build.gradle
It worked for me.