-
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
Not working #171
Comments
Please, check if you add in
And in
Please, check it and any questions call me :) |
hi @scmfaria Thank you for your response, i have added abiFilters and android:extractNativeLibs="true". But still it is not working. I am testing on android 10. Error : Library i used : |
I'm having the same issue @pratik-tech4 |
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 |
hi,
@scmfaria , @BilalAsif25 I am testing on android 10 and its not working. I have downloaded this repository, run and checked. I have given storage permission then i run command
Error : /lib/arm64/lib..ffmpeg..so": error=2, No such file or directory
`String inputPath="/storage/emulated/0/Download/test.mp4";
String outPath="/storage/emulated/0/Download/output.mov";
String[] command = {"-i", inputPath, outPath};
Error : /storage/emulated/0/Download/test.mp4: Permission denied
But version command is working.
I am using bug_fix branch code : https://github.com/scmfaria/FFmpeg-Android/tree/bug_fix
please help me! Thank you!
The text was updated successfully, but these errors were encountered: