I'm trying to implement Hardware Decoding in OBS which has a VLC Plugin Source. To do so, I have added the following line of code:
Code: Select all
libvlc_media_add_option_(new_media,":avcodec-hw=any");
Code: Select all
main blend error: blending YUVA to DX11 failed
main blend debug: looking for video blending module matching "any": 1 candidates
blend blend error: no matching alpha blending routine (chroma: YUVA -> DX11)
main blend debug: no video blending modules matched
Furthermore, here's the code for the OBS VLC Plugin: https://github.com/chrismin13/obs-studio/tree/master/plugins/vlc-video
Thank you in advance for any help, I'm completely lost at this point. Anything I've tried always gives the same results (either SW decoding or that error message). Any ideas would be very much appreciated!