VP9 for videos

Hi there,

has anyone tried to use VP9 encoded videos in their MonoGame project so far?
From what I can see it looks like a good idea:

  • very good encoding rate (comparable to or event better then h264)
  • no licensing costs (as far as I understand)
  • the libvpx implementation should work on windows, linux and android systems (https://github.com/webmproject/libvpx)

Just have been pointed to this: https://github.com/MonoGame/MonoGame/issues/6527