Wednesday, May 1, 2024
11
rated 0 times [  11] [ 0]  / answers: 1 / hits: 56430  / 1 Year ago, wed, november 16, 2022, 5:11:40

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


More From » intel-graphics

 Answers
3

libva-intel-vaapi-driver Install libva-intel-vaapi-driver vainfo Install vainfo



Then run vainfo to check if you see the entry points for some profiles:



[...]
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
[...]


For all GStreamer-based video players, this package should be sufficient: gstreamer0.10-vaapi Install gstreamer0.10-vaapi. If I'm correct most standard video players like Totem are GStreamer based.



VLC is a different story, but it's being built with the --enable-libva build flag in Ubuntu (as shown by the apt-get source vlc). This means it should just work by enabling it in the configuration:



enter image description here



Or, manually, on the command line:



vlc --ffmpeg-hw -v
[...]
libva: VA-API version 0.32.0
[0x7feeecc02a28] avcodec decoder: Using VA API version 0.32 for hardware decoding.

[#32997] Thursday, November 17, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
housecoarmer

Total Points: 434
Total Questions: 116
Total Answers: 120

Location: Albania
Member since Sun, Nov 22, 2020
4 Years ago
;