Choppy video in vlc even with hardware acceleration on ATI Radeon HD

Posted by l0b0 on Ask Ubuntu See other posts from Ask Ubuntu or by l0b0
Published on 2012-04-26T18:10:26Z Indexed on 2012/06/09 22:47 UTC
Read the original article Hit count: 317

Filed under:
|
|
|

After installing Catalyst 11.12 and studying instructions (1, 2) to enable hardware acceleration I ended up with the following command:

sudo apt-get install xvba-va-driver libva-glx1 vainfo && \
vainfo && \
vlc --verbose 2 --ffmpeg-hw video.1080p.x264.mkv

The output confirms that it's using the VA API:

avcodec decoder: Using VA API version 0.32 for hardware decoding.

But even after a reboot the video still looks choppy. There's no vlc output to indicate that the codec is having trouble, or that it's skipping frames. Any idea what could be the problem?

Using vlc 1.1.12 with default settings.

Also tried (in sequence):

  1. sudo apt-get install libva-glx1
  2. sudo apt-get install --reinstall libgl1-mesa-glx:i386 libgl1-mesa-glx:amd64 libgl1-mesa-dri:i386 libgl1-mesa-dri:amd64 xserver-xorg-core
  3. Rebooting

No luck yet.

Specs from /proc/cpuinfo : Intel Core i7 CPU 950 @ 3.07GHz

© Ask Ubuntu or respective owner

Related posts about Hardware

Related posts about vlc