<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ed Hewitt &#187; totem</title>
	<atom:link href="http://www.edhewitt.co.uk/tag/totem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edhewitt.co.uk</link>
	<description>Yet another Tech &#38; Gaming Blog!</description>
	<lastBuildDate>Mon, 30 Aug 2010 17:58:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Setting up VDPAU on Ubuntu</title>
		<link>http://www.edhewitt.co.uk/2010/08/22/setting-up-vdpau-on-ubuntu/</link>
		<comments>http://www.edhewitt.co.uk/2010/08/22/setting-up-vdpau-on-ubuntu/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 19:43:04 +0000</pubDate>
		<dc:creator>Ed Hewitt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[gnome mplayer]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[totem]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vdpau]]></category>
		<category><![CDATA[vdpau ubuntu]]></category>

		<guid isPermaLink="false">http://www.edhewitt.co.uk/?p=599</guid>
		<description><![CDATA[In the past few months, there has been a surge in a new way of processing video content on computers. Video playback has been the job of the processor (CPU), which has left the graphics card (GPU) doing pretty much nothing on most computers. In most cases, the GPU is far more powerful than the [...]]]></description>
			<content:encoded><![CDATA[<p>In the past few months, there has been a surge in a new way of processing video content on computers. Video playback has been the job of the processor (CPU), which has left the graphics card (GPU) doing pretty much nothing on most computers. In most cases, the GPU is far more powerful than the CPU, and most CPUs struggle to play HD video and have very high CPU usage. nVidia has been the leader in moving video playback off the CPU onto the GPU. Even Adobe has followed suit with Flash 10.1, moving all processing to the GPU. Computers like my <a href="http://www.edhewitt.co.uk/2010/02/12/got-a-acer-aspire-revo/">Acer Aspire Revo</a> has powerful nVidia ION graphics card, but a not so quick Intel Atom CPU; usage of the GPU is a necessary for me to be able to play HD video.</p>
<p>nVidia uses an API called <a href="http://en.wikipedia.org/wiki/VDPAU">VDPAU</a> to be able to use the GPU for video. The problem with this API, is that it will only work with a media player which supports it. Ubuntu's default media player, <a href="http://projects.gnome.org/totem/">Totem</a>, does not.</p>
<p>First of all, you will need to download the API, in the terminal type:</p>
<p><em>sudo apt-get install libvdpau1</em></p>
<p>Next you will need to use a different media player, <a href="http://dekorte.homeip.net/projects/display_project.php?project=gnome_mplayer.proj">Gnome MPlayer</a> is your best bet.</p>
<p><em>sudo apt-get install gnome-mplayer</em></p>
<p>Load Gnome MPlayer, select your HD video, and the HD video should play with no shutter, and your CPU usage should be nice and low.</p>
<p>One side note, VDPAU will only work with certain nVidia cards. You need to make sure you have a nVidia Geforce 8series and above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edhewitt.co.uk/2010/08/22/setting-up-vdpau-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Playback on GPU in Linux!</title>
		<link>http://www.edhewitt.co.uk/2010/03/01/video-playback-on-gpu-in-linux/</link>
		<comments>http://www.edhewitt.co.uk/2010/03/01/video-playback-on-gpu-in-linux/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 13:54:46 +0000</pubDate>
		<dc:creator>Ed Hewitt</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips & tricks]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[totem]]></category>
		<category><![CDATA[vdpau]]></category>

		<guid isPermaLink="false">http://www.edhewitt.co.uk/?p=146</guid>
		<description><![CDATA[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, [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p>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 <a href="http://www.edhewitt.co.uk/2010/02/12/got-a-acer-aspire-revo/">Acer Aspire Revo</a>, 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%.</p>
<p>This is a plea to Gnome to implement VDPAU into Totem!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.edhewitt.co.uk/2010/03/01/video-playback-on-gpu-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
