-
-
Notifications
You must be signed in to change notification settings - Fork 929
Stdin Support #141
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
Comments
I'm in the same situation - is there possibly any way to do this that I missed? |
same here |
I`m also join to this request |
Open
This should be closed as duplicate of #58 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ideally, I'd like to be able to use ffmpeg.wasm with the MediaRecorder API, which supplies "chunks" of video. Currently, I use this API in conjunction with ffmpeg via a node
child_process
and using the stdin pipe to "feed" data to ffmpeg while it's running.I'd love to be able to do something like the following:
Currently doing something similar in a node environment, but would love to give WASM a try instead of needing an Electron app.
The text was updated successfully, but these errors were encountered: