-
Notifications
You must be signed in to change notification settings - Fork 181
Open
Description
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};
final FFtask task = FFmpeg.getInstance(this).execute(command, new ExecuteBinaryResponseHandler() {
@Override
public void onStart() {
Timber.d( "on start");
}
@Override
public void onFinish() {
Timber.d("===on finish");
Log.d("===","ffmpegTestTaskQuit onFinish ::: ");
}
@Override
public void onSuccess(String message) {
Timber.d(message);
Log.d("===","ffmpegTestTaskQuit onSuccess ::: "+message);
}
@Override
public void onProgress(String message) {
Timber.d(message);
}
@Override
public void onFailure(String message) {
Timber.d(message);
Log.d("===","ffmpegTestTaskQuit onFailure ::: "+message);
ffprobeTestTaskQuit();
}
});`
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!
scmfariascmfaria
Metadata
Metadata
Assignees
Labels
No labels