The use of the gpu is checked in the option. Vlc did not mention the use of libva or any error in the console message.
Everything looks good at the driver (vainfo ok) but VLC does not seem to try to use va-api.
An idea?
thank you
vlc c*
Code: Select all
VLC media player 2.0.6 Twoflower (revision 2.0.6-0-gbe9623c)
[0x178f108] main libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc » pour démarrer VLC sans interface.
[0x7fcb88c06a08] dts decoder: DTS channels:6 samplerate:48000 bitrate:1536000
Fontconfig warning: FcPattern object size does not accept value "0"
[0x7fcb64000958] pulse audio output error: PulseAudio server connection failure: Connection refused
Fontconfig warning: FcPattern object size does not accept value "0"
[h264 @ 0x7fcb88c33be0] Cannot parallelize deblocking type 1, decoding such frames in sequential order
Stream with high frequencies VQ coding
Code: Select all
vainfo
libva info: VA-API version 0.33.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /usr/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_0_33
libva info: va_openDriver() returns 0
vainfo: VA-API version: 0.33 (libva 1.1.1)
vainfo: Driver version: Intel i965 driver - 1.0.20
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileH264Baseline : VAEntrypointVLD
VAProfileH264Main : VAEntrypointVLD
VAProfileH264High : VAEntrypointVLD