XvMC
X-Video Motion Compensation (XvMC) is an extension for the X.Org Server. The XvMC API allows video programs to offload portions of the video decoding process to the GPU video-hardware. Particularly, features that have the tendency of heavily depending on the processor. Since XvMC acceleration takes the load off the CPU, thereby reducing processor requirements for video playback, it is an ideal solution for HDTV video playback scenarios.
Note: XvMC is obsoleted by VA-API and VDPAU nowadays, which have better support for recent GPUs, see Hardware video acceleration.
Supported hardware
Only MPEG-1 and MPEG-2 videos are supported by all driver.
- Intel 810, GMA 950, GMA 3100, GMA 3000, GMA 4500 series and Ironlake GPUs are supported by the open source xf86-video-intel package.
- S3 Graphics UniChrome GPUs are supported by the open source xf86-video-openchrome package.
Configuration
The open source drivers should work without any configuration.
Supported software
Tip: Using full screen mode and disabling GUI elements may prevent flickering while playing the video.
MPlayer
$ mplayer -vo xvmc -fs foobar.mpeg
- -vo - Select xvmc video output driver
- -fs - Fullscreen playback (optional)
MPlayer based players:
- gnome-mplayer: open preferences and set the video output to "xvmc", and select "Enable Video Hardware Support".
- smplayer: open preferences and set the video driver to "xvmc", and deselect "Enable screenshots".
xine
$ xine -V xvmc -f -g --no-splash foobar.mpeg
or
$ xine -V xxmc -f -g --no-splash foobar.mpeg
- -V - Select the xvmc or xxmc video driver
- -f - Start in fullscreen mode (optional)
- -g - Hide GUI (optional)
- --no-splash - Do not display the splash screen (optional)