Accelerated Video Playback: Difference between revisions

imported>Colemickens
Add intel hybrid codec information
imported>Colemickens
m markdown -> mediawiki syntax
Line 1: Line 1:
This page is meant to help with techniques for getting accelerated video playback working in NixOS.
This page is meant to help with techniques for getting accelerated video playback working in NixOS.


This is done by adding relevant `libva`-related packages to the `hardware.opengl.extraPackages` option.
This is done by adding relevant <code>libva</code>-related packages to the <code>hardware.opengl.extraPackages</code> option.


Additionally, the `vaapiIntel` package can be overriden to enable [Intel's Hybrid Driver](https://github.com/01org/intel-hybrid-driver).
Additionally, the <code>vaapiIntel</code> package can be overriden to enable [https://github.com/01org/intel-hybrid-driver Intel's Hybrid Driver].


Sample configuration:
Sample configuration: