Kitware / kwiver

Pulls Together Computer Vision Algorithms into Highly-Modular Run-Time Configurable Systems
Other
189 stars 83 forks source link

Map FFmpeg DEBUG log level to vital TRACE #1835

Closed daniel-riehm closed 4 months ago

daniel-riehm commented 4 months ago

DEBUG is the most verbose FFmpeg log level, and prints stuff like the name of every single CUDA function that is dynamically loaded in. This would be nice to be able to filter out, so this PR demotes it to our most verbose log level, TRACE.

daniel-riehm commented 4 months ago

Closing as new development is moving to KWIVER 2.0 on GitLab.