videokit-ffmpeg-android icon indicating copy to clipboard operation
videokit-ffmpeg-android copied to clipboard

get 3044response code in coverting mp4 to mp3

Open vidjanidhi opened this issue 7 years ago • 1 comments

final Command command = videoKit.createCommand()

            .inputPath("/storage/emulated/0/WhatsApp/Media/WhatsApp Video/VID-20181118-WA0003.mp4")
            .outputPath("/storage/emulated/0/abc.mp3")
            .customCommand("-vn -ar 44100 -ac 2 -ab 320 -f mp3")
            .build();

    new AsyncCommandExecutor(command, this).execute();

vidjanidhi avatar Nov 30 '18 12:11 vidjanidhi

I have used above code for converting mp4 to mp3 format and does not getting success. Please help.

vidjanidhi avatar Nov 30 '18 12:11 vidjanidhi