alanwww1 Wrote:So i ask if you could use the manual compile we could have consistent results.
Hi,
ok, I compile my xbmc (rev 35584) today.
Trying to decode videos with the vaapi is indeed not really usable for now... I get a lot of stuttering and freezing.
Even in 720p (these were ok using only the cpu i330)...
I tried to use mplayer to see if the problem was only using xbmc, but I can't manage to get the vaapi output to work

...
Code:
typhoe@ns10:~/gpu_accel/mplayer/mplayer-vaapi-20100713/mplayer-vaapi$ vainfo
libva: libva version 0.31.1
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/i965_drv_video.so
libva: va_openDriver() returns 0
vainfo: VA API version: 0.31
vainfo: Driver version: i965 Driver 0.1
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileH264Baseline : VAEntrypointVLD
VAProfileH264Main : VAEntrypointVLD
VAProfileH264High : VAEntrypointVLD
Code:
which mplayer
/usr/local/bin/mplayer
typhoe@ns10:~/gpu_accel/mplayer/mplayer-vaapi-20100713/mplayer-vaapi$ mplayer -vo vaapi /media/USB_HD_1To/tv_sample_720p.mkv
MPlayer SVN-r31722-4.4.5 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing /media/USB_HD_1To/tv_sample_720p.mkv.
libavformat file format detected.
[matroska @ 0x2ef73f0] Estimating duration from bitrate, this may be inaccurate
[lavf] stream 0: audio (ac3), -aid 0
[lavf] stream 1: video (h264), -vid 0
VIDEO: [H264] 1280x720 0bpp 24.000 fps 0.0 kbps ( 0.0 kbyte/s)
Error opening/initializing the selected video_out (-vo) device.
I get the sound, but no video (as stated in the terminal output).
The vaapi doesn't seem to be known by mplayer... ?
any idea what I missed?
Thank you.
Typhoe