OpenVisualCloud / SVT-HEVC

SVT HEVC encoder. Scalable Video Technology (SVT) is a software-based video coding technology that is highly optimized for Intel® Xeon® processors. Using the open source SVT-HEVC encoder, it is possible to spread video encoding processing across multiple Intel® Xeon® processors to achieve a real advantage of processing efficiency.
Other
507 stars 169 forks source link

Feature request: log callback #644

Open colinmarc opened 6 months ago

colinmarc commented 6 months ago

It would be great if the logging behavior could be overridden with a callback. I'm currently wrapping the library in low-level rust bindings, and there is no way to control the logging. In rust, it's not standard behavior to log to stdout from a library.