-
Notifications
You must be signed in to change notification settings - Fork 189
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
Request: error messages and switching off logging #356
Comments
No, not really. Since error handling in general is not easy in C, we do the bare minimum.
Kvazaar shouldn't output anything to stdout (except help or version message), so I assume you mean stderr? Even then do you mean error messages from the config parsing, since the actual logging by the encoder is performed by the CLI and not the API version of Kvazaar that you are using. Nevertheless, there is no such option, but if you want to create it yourself we would be happy to accept a pull request for such feature. |
The following is printed to
|
Printing is done here: kvazaar/src/strategyselector.c Lines 538 to 591 in 37a0404
|
Sorry, yes you are correct, this was already brought up in #292 and then answer is pretty much the same still. |
And all over in this function: Line 134 in 37a0404
|
add config option to turn off logging output (#356)
I have just added a kvazaar encoder plugin to libheif as an alternative HEIC encoder:
strukturag/libheif@2fb1063
I came across two things that I could not find:
The text was updated successfully, but these errors were encountered: