Files
sean yu 63c09cb1f4 Expose LogLevel param for x264 codec (#685)
* Suppress noisy x264 [info] log messages and expose LogLevel param

x264's default log level (X264_LOG_INFO) causes it to write encoder
stats, CPU capabilities, and profile info to stderr. When used with
viam-server, these appear as warn-level logs and create noise.

Default to LogWarning to suppress info messages while preserving
actual warnings and errors. Expose a LogLevel field on Params so
consumers can control the verbosity themselves.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Default to info to avoid breaking change; Fix comment

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-13 10:39:48 -04:00
..
2025-04-06 20:47:23 +08:00
2023-09-20 15:46:33 -04:00
2025-09-17 16:50:52 -07:00