-
Notifications
You must be signed in to change notification settings - Fork 27
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
ffmpeg error code 1 #13
Comments
i have the same problem... any solution? |
try: at least it gives a different error. |
Hello, I believe I am running into the same issue. My first question is if my paths are correct and then the second (being new to app development) is how to confirm that I have permissions to the path. Here is the command I am running: |
For anyone else that is curious, I was able to get this working by stripping file:/// from my file paths |
Anyone knows the way to actually get more info about an error, I also just get the error code 1 (though the loglevel has been set to |
i am able to run ffprobe and get details for input path.
However if i use ffmpeg command listed below :
ffmpeg.exec("-i someinput.mp4 -vn -c:a copy out.mp3", (success) => alert(success), (failure) => alert(failure));
to convert that same video to mp3 , i get error code 1. I have permission to write to external storage and output path is set to external storage. i am unable to pinpoint what is the exact issue as i have tried all combination of output path.
The text was updated successfully, but these errors were encountered: