8000 adding builtin output redirection to stdout · Issue #88 · nu774/qaac · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adding builtin output redirection to stdout #88

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

Open
mbassiouny33 opened this issue Jan 5, 2023 · 0 comments
Open

adding builtin output redirection to stdout #88

mbassiouny33 opened this issue Jan 5, 2023 · 0 comments

Comments

@mbassiouny33
Copy link

Hi

I would like to ask if it is possible to add a built-n redirection out output to standard output.

By default, 1: is used for the data, 2: is used for a progress report and other status messages. The progress is printed in a tricky fashion where every new output, overwrites the old line. But this does not play nicely in scripts.

In some cases we save the output to a file anyway, and need to use qaac in script, we may have to get the output manually and process it, especially when doing bulk processing in scripts followed by other actions.
Example of issues: MScholtes/PS2EXE#97

FFmpeg addresses this use-case by simply writing -progress pipe:1 Then I can easily capture the output in my script and do what I need to do.

Would it be possible to have a similar option in qaac encoder?

Thanks

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

No branches or pull requests

1 participant
0