-
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
Feature request: Stream video to stdout #272
Comments
See this issue. |
Also, this is another way:
You probably will need to change the output name ( |
Hmm the format doesn't seem to be accepted. Is there a way I can pass this into ffmpeg & output as mp4? |
Ok I found the reason:
I'm a bit confused by the pipes & how to remove the logs/info Edit:
I'm guessing because taking from pipe0 includes the logs Edit 2:
The rest of the output goes to the terminal... |
Make sure you're using latest wf-recorder with this commit. |
Thanks! I got it working :) |
Similar to
ffmpeg -i mp4 somefile.mp4 -
. This would make integrating it a bit easier in some cases (e.g. streaming to pyatv)The text was updated successfully, but these errors were encountered: