Skip to content
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

ensure all status messages use stderr #267

Merged
merged 1 commit into from
Jun 24, 2024
Merged

Conversation

nekopsykose
Copy link
Contributor

this means it's now possible to specify -f /dev/stdout and not have the messages break the stream.

closes #265


this is the easy way to make output pipeable- by making wf-recorder behave like a normal cli program where non-data is always stderr.

the other option is to add an explicit --stdout option or similar where -f is ignored and it outputs to fd 1, but i think this works too :)

this means it's now possible to specify -f /dev/stdout and not have the
messages break the stream.

closes #265
Copy link
Owner

@ammen99 ammen99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose we don't win anything from outputting to stdout, so thanks :)

@ammen99 ammen99 merged commit eb8d2d2 into ammen99:master Jun 24, 2024
1 check passed
@nekopsykose nekopsykose deleted the cout branch June 24, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is it possible to pipe captured video to another program?
2 participants