Skip to content
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

get 3044response code in coverting mp4 to mp3 #34

Open
vidjanidhi opened this issue Nov 30, 2018 · 1 comment
Open

get 3044response code in coverting mp4 to mp3 #34

vidjanidhi opened this issue Nov 30, 2018 · 1 comment

Comments

@vidjanidhi
Copy link

vidjanidhi commented Nov 30, 2018

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant