Skip to content

Not working #171

@pratik-tech4

Description

@pratik-tech4

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions