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

Silence ffprobe debug output on stderr. #33

Merged
merged 1 commit into from
Oct 29, 2021
Merged

Conversation

Querschlag
Copy link
Contributor

Description

FFprobe outputs debug information to stderr by default. This clutters the application log and does not provide any benefit.
I added flags to hide the standard banner and set the log level to warning, so only relevant info is sent to stderr.

Checklist

  • Tests covering the new functionality have been added
  • Code builds clean without any errors or warnings
  • Documentation has been updated
  • Changes have been added to the CHANGELOG.md
  • You added yourself to the CONTRIBUTORS.md

@escaped
Copy link
Owner

escaped commented Oct 29, 2021

amazing. Thanks a lot :)

@escaped escaped merged commit e74f2f6 into escaped:master Oct 29, 2021
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.

2 participants