I am using vlc 1.1.5 with vaapi support for GPU-based h264 decoding. GPU decoding itself works fine with vlc on my ATI Radeon Mobility HD4200 (CPU stays at 800MHz, CPU load of 40%). However I get terrible video tearing in fast scenes (because the stupid fglrx driver does not support XVideo vsync).
I figured that I can get rid of video tearing in mplayer by using OpenGL rendering with VAAPI ("-vo vaapi:gl"). Is there an equivilant vlc option?
I've tried the following:
- Preferences->Video Output->GLX; result: 100% CPU load, 1080p unwatchable
- Command line switch: --ffmpeg-hw --vout opengl; result: 100% CPU load, 1080p unwatchable
![Sad :(](./images/smilies/icon_sad.gif)