adrielcafe / AndroidAudioConverter

Convert audio files inside your Android app easily. Supported formats: AAC, MP3, M4A, WMA, WAV and FLAC.
1.33k stars 254 forks source link

Android Q: FFmpeg permission denied #43

Open tim162 opened 3 years ago

tim162 commented 3 years ago

@adrielcafe With Android 10 the converter is not working anymore because ffmpeg can't be executed. As you are using the ffmpeg library by WritingMinds and they haven't added Android 10 support yet, would it be able to just change the dependency to another ffmpeg library (eg https://github.com/tanersener/mobile-ffmpeg) that supports Android 10?

yyms3275 commented 3 years ago

@adrielcafe With Android 10 the converter is not working anymore because ffmpeg can't be executed. As you are using the ffmpeg library by WritingMinds and they haven't added Android 10 support yet, would it be able to just change the dependency to another ffmpeg library (eg https://github.com/tanersener/mobile-ffmpeg) that supports Android 10?

I solved the same problem as below. I solved the problem by using a different library.

https://github.com/tanersener/mobile-ffmpeg