I want to modify VLC plugin for OBS Studio in order to support hardware acceleration. So I have add option avcodec-hw=dxva2 . In this case "Video Encode" GPU up to 70% in Task Manager. The issue is CPU usage up to 100% when I add 8+ stream sources to OBS. libvlc_media_add_option(media, &qu...