AndroidAudioConverter icon indicating copy to clipboard operation
AndroidAudioConverter copied to clipboard

Android Q: FFmpeg permission denied

Open tim162 opened this issue 4 years ago • 1 comments

@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?

tim162 avatar Nov 16 '20 10:11 tim162

@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

yyms3275 avatar May 13 '21 05:05 yyms3275