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

Set ffmpeg log level via environment variable or VideoDecoder kwarg #490

Open
tonyf opened this issue Feb 1, 2025 · 0 comments
Open

Set ffmpeg log level via environment variable or VideoDecoder kwarg #490

tonyf opened this issue Feb 1, 2025 · 0 comments

Comments

@tonyf
Copy link

tonyf commented Feb 1, 2025

🚀 The feature

Ffmpeg logs can be fairly verbose, clogging up other important logs while training. With the latest ffmpeg built from source, I'm getting lots of the following logs

[out @ 0x1fd6d440] Option 'pix_fmts' is not a runtime option and so cannot be set after the object has been initialized
[out @ 0x1fd6d440] The "pix_fmts" option is deprecated: set the supported pixel formats

Is there any way to suppress these logs as a flag to the VideoDecoder or via environment variables?

Motivation, pitch

No response

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