Accelerated Video Playback: Difference between revisions

imported>Hyperfekt
No edit summary
imported>Mic92
mpv: video acceleration
Line 33: Line 33:
===Chromium===
===Chromium===
Needs a patch for VA-API support, see [https://github.com/NixOS/nixpkgs/issues/21481 nixpkgs#21481] for current status.
Needs a patch for VA-API support, see [https://github.com/NixOS/nixpkgs/issues/21481 nixpkgs#21481] for current status.
===MPV===
@Mic92 needed the following configuration in <code>~/.mpv/config</code>
for mpv to use hardware acceleration for VP9 on Intel Broadwell:
<syntaxHighlight>
hwdec=vaapi
vo=gpu
hwdec-codecs=all
</syntaxHighlight>
This is based on the [https://wiki.archlinux.org/index.php/Mpv#Hardware_decoding archlinux MPV article].


===Other===
===Other===
See the [https://wiki.archlinux.org/index.php/Hardware_video_acceleration#Application_support Arch Linux wiki].
See the [https://wiki.archlinux.org/index.php/Hardware_video_acceleration#Application_support Arch Linux wiki].