Re: hardware codec / acceleration from GPU on browsers and media players
Lucas Gabriel Vuotto <[email protected]>
| Newsgroups | gmane.os.openbsd.misc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Aug 18, 2026 at 12:08:07AM +0300, Mihai Popescu wrote: > > Try it. > > I did but i was not able to see any of the wonderfull difference i > read about in an email on the list. So I think i did something wrong > or not quite good in configuring it. > > All I was able to find is something about how good it is, but not a > single tutorial or advice. I know, nobody can be forced to write on > the list. All my asking about it goes without answers, this is the 3rd > try i did. I don;t know what to think, either most people are using > other browser or maybe another OS. > > Thank you. My ~/.config/mpv/mpv.conf includes the following in the global profile: vo=gpu-next hwdec=auto (not 100% sure if the vo= is needed, might be artifacts of me trying Vulkan hardware decoding (which, btw, isn't supported, as I keep slacking on sending the patch)) hwdec=auto takes care of it, and for me, it does show a significant difference in CPU use while using it. `vainfo`, part of libva-utils port, shows the supported codec. As long what you're reproducing is supported by your GPU, you should see some difference. I don't really recall the situation for browsers. Lucas