-
Notifications
You must be signed in to change notification settings - Fork 61
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
Is it possible to pipe captured video to another program? #265
Comments
Not sure if this helps but, this will pipe the raw video data to stdout: |
It seems
Of course one can skip them with |
I think it might be because you reversed the order of |
No, this does not matter. |
This is not a direct need in my case, but it would be worth knowing about if there is a way.
This fails.
This is because wf-recorder seems to need a file-extension, and it actually removes the pipe file first and replaces it with a normal file which takes up space on disk.
I also tried:
In addition to silly things like setting
/dev/stdout
and-
as the output file which also did not work.The text was updated successfully, but these errors were encountered: