Video Playback on GPU in Linux!
One of the major new advancements in nVidia drivers has been the ability to playback video on the GPU instead of the CPU. This is freeing up CPU usage, and putting all the work on the powerful GPUs. However, one of the major problems is getting the correct software to do the job.
In Linux, it appears that there is only one media player which fully supportsĀ VDPAU, which is the Linux API developed by nVidia which decodes video on the GPU. Gnome MPlayer supports this technology, which allows both 720p and 1080p video to play on the GPU, without the CPU usage going too high. This technology has allowed me to play HD videos on my Acer Aspire Revo, which if you tried to play on Totem (which renders video on the CPU), the CPU hits 100% and the video very choppy. In Gnome MPlayer, it can playback without a problem with the CPU sitting at 20%.
This is a plea to Gnome to implement VDPAU into Totem!