-
-
Notifications
You must be signed in to change notification settings - Fork 856
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.mount - ErrnoError: FS error #757
Comments
Try creating the
|
Thanks @stri8ed that was it! Do you know if I need to setup permissions somehow for the ffmpeg output file? I had to create a blank output file in mounted files otherwise I got /mounted/output.mp4: Operation not permitted from ffmpeg
but now I'm getting the following I think it can't write to it?: |
ok I adjusted the ffmpeg cmd to output to webm which resolved the header output issue -
|
Try outputting the file in the root dir. e.g. |
Describe the bug
Getting the following error when trying to mount a file -
ErrnoError: FS error
To Reproduce
Please provide a GitHub link or code snippet.
Expected behavior
I run out of memory using await ffmpeg.writeFile(inputFileName, videoBuffer); so wanted to use the mount to process the videoframe buffer but I can't get it to work on the latest [email protected]
Screenshots
n/a
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: