I would like to know which package I have to install and how to test that is working fine?
I know there are many question similar but no one is complete and clear to me
intel graphicsvaapi
I would like to know which package I have to install and how to test that is working fine?
I know there are many question similar but no one is complete and clear to me
Best Answer
libva-intel-vaapi-driver
vainfo
Then run
vainfo
to check if you see the entry points for some profiles:For all GStreamer-based video players, this package should be sufficient:
. If I'm correct most standard video players like Totem are GStreamer based.
gstreamer0.10-vaapi
VLC is a different story, but it's being built with the
--enable-libva
build flag in Ubuntu (as shown by theapt-get source vlc
). This means it should just work by enabling it in the configuration:Or, manually, on the command line: