-
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
error=13, Permission denied in Android Q 10 #168
Comments
me too, plz help me check it? |
Check this pull by scmfaria, as its fixed the error library is working fine with android 29, but i am not sure about its working on play store 64 bit requirements if anyone check this up will be a great help! |
i have face this issue but in my case the issue was in command. i was using wrong command for video speed up and slow motion after placing this command issue was resolved: |
I'm also having this problem. Does anyone have a solution, even if it's a workaround? |
@L30D3V which command do you have running at this scenario. can you show your command please? |
I'm extracting image frames from a video. The variable videoPath is from a video either selected from a user dialog or a video recorded with the camera. All the data is being saved inside my own app storage, so it shouldn't have any permission problems, but I still requested WRITE_STORAGE and READ_STORAGE permissions. On my tests, I also added |
Did you found a solution ? |
Did you find a solution? |
bravobit/FFmpeg-Android-- this library support only build verstion upto 28 , this will be working fine when your sdk version is 28. try below answer |
|
Caused by: java.io.IOException: error=13, Permission denied
java.io.IOException: Cannot run program "/data/user/0/com.xyz.video/files/ffmpeg": error=13, Permission denied
The text was updated successfully, but these errors were encountered: