We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using Capacitor which is Ionics Cordova alternative. I tried code below:
ffmpeg.exec( "-i storage/emulated/0/Documents/digipro/video/video_one.mp4 -vn -c:a copy storage/emulated/0/out.mp3", (s: any) => console.log(s), (e: any) => console.log(e) );
it throws error code 1. I changed input and output path (with file:// or http://localhost/_capacitor_file_/ scheme) but neither working
The text was updated successfully, but these errors were encountered:
solved, problem was using codecs like "libvpx" that throwed errors
Sorry, something went wrong.
makes sense, also make sure your IO is available for read/write
which libraries added to it? how to add libx264 for example
have a look at this
No branches or pull requests
I am using Capacitor which is Ionics Cordova alternative.
I tried code below:
it throws error code 1.
I changed input and output path (with file:// or http://localhost/_capacitor_file_/ scheme) but neither working
The text was updated successfully, but these errors were encountered: