-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.io.IOException, Permission denied #165
Comments
I have the same error. The error occurs if you change on Build.gradle file targetSdkVersion 29 |
Hi Sertanta, As we are forcing to set targetSdkVersion 29, this is very serious bug which should be fixed ASAP. Maybe the maintenance team have different perspective. But I wanted to give update with Android Q as well, so I moved to https://github.com/tanersener/mobile-ffmpeg, and it is working well for me. |
@Brianvdb @stanvanheumen @joshuapinter We are stuck at this point. we do not want to move to another library. Please fix it. |
@shiv71 See #130. I know that it's easier to simply add |
Hi @alexcohn. Does the librarry from https://github.com/alexcohn/FFmpeg-Android/tree/pull_request_Q support for Android 64 bit? |
@namdhis No, the way I package this is not compatible with the current Google Play Store requirement to have 64-bit binaries for any app. But as I explained elsewhere, you can simply copy the 32-bit binaries (ffmpeg and/or ffprobe) to |
So i guess there is still no solution yet in premises of this library, Sad to see maintainers are not maybe looking into this anymore. If anyone still has it fixed help me out , my target is to run this library on android 29, 30 and release for 64 bit support in play store. |
I have tried with the other one mentioned above, https://github.com/tanersener/mobile-ffmpeg , but seems like it is less efficient especially in the output video size. Still waiting this library to support sdk 29 so badly |
@dev-violet what parameters did you use for video compression? There is not expected to be any difference in video size, unless you rely on a codec that is not included. |
java.io.IOException: Cannot run program "/data/user/0/packagename/files/ffmpeg": error=13, Permission denied
The text was updated successfully, but these errors were encountered: