This message crops up in my tests for image and I recognise its coming from ffmpeg due to the lack of hardware accelerated conversion on Apple silicon.
I wonder if you'd be open to a PR to to Xav that adds Xav.Reader.set_log_level/1 as a wrapper around av_log_set_level(int) plus optionally an application-env-driven default that could be used to silence the more informational but noisy log operations?
I'd be happy to submit a PR but confess I'd be leaning heavily on Claude for help since my NIF-fu is almost completely lacking.
PS: Great library, can't wait to do more with it.
This message crops up in my tests for image and I recognise its coming from
ffmpegdue to the lack of hardware accelerated conversion on Apple silicon.I wonder if you'd be open to a PR to to Xav that adds
Xav.Reader.set_log_level/1as a wrapper aroundav_log_set_level(int)plus optionally an application-env-driven default that could be used to silence the more informational but noisy log operations?I'd be happy to submit a PR but confess I'd be leaning heavily on Claude for help since my NIF-fu is almost completely lacking.
PS: Great library, can't wait to do more with it.