<?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>Ubuntu For Free &#187; Video</title>
	<atom:link href="http://www.forwardyouth.com/ubuntu/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forwardyouth.com/ubuntu</link>
	<description>A blog covering the Ubuntu Linux distro for you and your wallet.</description>
	<lastBuildDate>Thu, 04 Mar 2010 01:01:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>nVidia TwinView Dual Display Monitor Orientation Configuration and Setup</title>
		<link>http://www.forwardyouth.com/ubuntu/nvidia-twinview-dual-display-monitor-orientation-configuration-and-setup/</link>
		<comments>http://www.forwardyouth.com/ubuntu/nvidia-twinview-dual-display-monitor-orientation-configuration-and-setup/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 04:57:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DemocracyTV Player]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Nvidia]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[TwinView]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[X11]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/nvidia-twinview-dual-display-monitor-orientation-configuration-and-setup/</guid>
		<description><![CDATA[Was a real pain. The nvidia-settings program has always crashed on me, with two different video cards. I finally got it the way I wanted. One big large desktop/screen across my LCD and my TV. My LCD is on the right of my TV, and the orientation was the most troublesome for me. It seems [...]]]></description>
			<content:encoded><![CDATA[<p>Was a real pain. The <strong>nvidia-settings</strong> program has always crashed on me, with two different video cards. I finally got it the way I wanted. One big large desktop/screen across my LCD and my TV. My LCD is on the right of my TV, and the orientation was the most troublesome for me. It seems that xorg.conf is rather forgiving, and literally allows us to describe the arrangement. I did so such as:</p>
<p><code><br />
Option         "TwinViewOrientation" "CRT-0 RightOf TV"<br />
</code></p>
<p>The best source of information is <a href="http://http.download.nvidia.com/solaris/1.0-8762/README/appendix-o.html">here</a> and <a href="http://http.download.nvidia.com/solaris/1.0-8762/README/appendix-g.html">here</a>. All of the other forums posts are pages upon pages of people struggling with other problems. Fortunately the official TwinView documentation is top-notch.</p>
<p>Below are the contents of my entire xorg.conf now:</p>
<p><code><br />
# nvidia-xconfig: X configuration file generated by nvidia-xconfig<br />
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:29:35 PDT 2007</code></p>
<p># /etc/X11/xorg.conf (xorg X Window System server configuration file)<br />
#<br />
# This file was generated by dexconf, the Debian X Configuration tool, using<br />
# values from the debconf database.<br />
#<br />
# Edit this file with caution, and see the xorg.conf(5) manual page.<br />
# (Type &#8220;man xorg.conf&#8221; at the shell prompt.)<br />
#<br />
# This file is automatically updated on xserver-xorg package upgrades *only*<br />
# if it has not been modified since the last upgrade of the xserver-xorg<br />
# package.<br />
#<br />
# If you have edited this file but would like it to be automatically updated<br />
# again, run the following command:<br />
#   sudo dpkg-reconfigure -phigh xserver-xorg</p>
<p>Section &#8220;ServerLayout&#8221;<br />
Identifier     &#8220;Default Layout&#8221;<br />
Screen      0  &#8220;Default Screen&#8221; 0 0<br />
InputDevice    &#8220;Generic Keyboard&#8221;<br />
InputDevice    &#8220;Configured Mouse&#8221;<br />
InputDevice    &#8220;stylus&#8221; &#8220;SendCoreEvents&#8221;<br />
InputDevice    &#8220;cursor&#8221; &#8220;SendCoreEvents&#8221;<br />
InputDevice    &#8220;eraser&#8221; &#8220;SendCoreEvents&#8221;<br />
EndSection</p>
<p>Section &#8220;Files&#8221;</p>
<p># path to defoma fonts<br />
FontPath        &#8220;/usr/share/fonts/X11/misc&#8221;<br />
FontPath        &#8220;/usr/share/fonts/X11/cyrillic&#8221;<br />
FontPath        &#8220;/usr/share/fonts/X11/100dpi/:unscaled&#8221;<br />
FontPath        &#8220;/usr/share/fonts/X11/75dpi/:unscaled&#8221;<br />
FontPath        &#8220;/usr/share/fonts/X11/Type1&#8243;<br />
FontPath        &#8220;/usr/share/fonts/X11/100dpi&#8221;<br />
FontPath        &#8220;/usr/share/fonts/X11/75dpi&#8221;<br />
FontPath        &#8220;/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType&#8221;<br />
EndSection</p>
<p>Section &#8220;Module&#8221;<br />
Load           &#8220;i2c&#8221;<br />
Load           &#8220;bitmap&#8221;<br />
Load           &#8220;ddc&#8221;<br />
Load           &#8220;extmod&#8221;<br />
Load           &#8220;freetype&#8221;<br />
Load           &#8220;int10&#8243;<br />
Load           &#8220;vbe&#8221;<br />
Load           &#8220;glx&#8221;<br />
Load           &#8220;v4l&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier     &#8220;Generic Keyboard&#8221;<br />
Driver         &#8220;kbd&#8221;<br />
Option         &#8220;CoreKeyboard&#8221;<br />
Option         &#8220;XkbRules&#8221; &#8220;xorg&#8221;<br />
Option         &#8220;XkbModel&#8221; &#8220;pc105&#8243;<br />
Option         &#8220;XkbLayout&#8221; &#8220;us&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier     &#8220;Configured Mouse&#8221;<br />
Driver         &#8220;mouse&#8221;<br />
Option         &#8220;CorePointer&#8221;<br />
Option         &#8220;Device&#8221; &#8220;/dev/input/mice&#8221;<br />
Option         &#8220;Protocol&#8221; &#8220;ImPS/2&#8243;<br />
Option         &#8220;ZAxisMapping&#8221; &#8220;4 5&#8243;<br />
Option         &#8220;Emulate3Buttons&#8221; &#8220;true&#8221;<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier     &#8220;stylus&#8221;<br />
Driver         &#8220;wacom&#8221;<br />
Option         &#8220;Device&#8221; &#8220;/dev/input/wacom&#8221;<br />
Option         &#8220;Type&#8221; &#8220;stylus&#8221;<br />
Option         &#8220;ForceDevice&#8221; &#8220;ISDV4&#8243;# Tablet PC ONLY<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier     &#8220;eraser&#8221;<br />
Driver         &#8220;wacom&#8221;<br />
Option         &#8220;Device&#8221; &#8220;/dev/input/wacom&#8221;<br />
Option         &#8220;Type&#8221; &#8220;eraser&#8221;<br />
Option         &#8220;ForceDevice&#8221; &#8220;ISDV4&#8243;# Tablet PC ONLY<br />
EndSection</p>
<p>Section &#8220;InputDevice&#8221;<br />
Identifier     &#8220;cursor&#8221;<br />
Driver         &#8220;wacom&#8221;<br />
Option         &#8220;Device&#8221; &#8220;/dev/input/wacom&#8221;<br />
Option         &#8220;Type&#8221; &#8220;cursor&#8221;<br />
Option         &#8220;ForceDevice&#8221; &#8220;ISDV4&#8243;# Tablet PC ONLY<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
Identifier     &#8220;VA1912wb&#8221;<br />
DisplaySize     1440    900<br />
HorizSync       30.0 &#8211; 82.0<br />
VertRefresh     50.0 &#8211; 85.0<br />
ModeLine       &#8220;1440&#215;900_70.00&#8243; 127.0 1440 1536 1688 1936 900 901 904 937 -hsync +vsync<br />
ModeLine       &#8220;1440&#215;900_60.00&#8243; 106.5 1440 1520 1672 1904 900 901 904 932 -hsync +vsync<br />
Option         &#8220;DPMS&#8221;<br />
EndSection</p>
<p>Section &#8220;Monitor&#8221;<br />
#<br />
Identifier     &#8220;monitor1&#8243;<br />
Gamma           1<br />
EndSection</p>
<p>Section &#8220;Device&#8221;<br />
Identifier     &#8220;Generic Video Card&#8221;<br />
Driver         &#8220;nvidia&#8221;<br />
VendorName     &#8220;NVIDIA&#8221;<br />
BoardName      &#8220;NVIDIA GeForce 6 Series&#8221;<br />
BusID          &#8220;PCI:1:0:0&#8243;<br />
Screen          0<br />
Option &#8220;ConnectedMonitor&#8221; &#8220;TV,CRT&#8221;<br />
EndSection</p>
<p>Section &#8220;Screen&#8221;<br />
Identifier     &#8220;Default Screen&#8221;<br />
Device         &#8220;Generic Video Card&#8221;<br />
Monitor        &#8220;VA1912wb&#8221;<br />
DefaultDepth    24<br />
Option         &#8220;TwinView&#8221;<br />
Option         &#8220;TwinViewOrientation&#8221; &#8220;CRT-0 RightOf TV&#8221;<br />
Option         &#8220;TVOutFormat&#8221; &#8220;SVIDEO&#8221;<br />
Option         &#8220;TVStandard&#8221; &#8220;NTSC-M&#8221;<br />
Option         &#8220;MetaModes&#8221; &#8220;1440&#215;900,640&#215;480; 1440&#215;900,NULL; 1024&#215;768,NULL; 800&#215;600,NULL; 640&#215;480,NULL&#8221;<br />
SubSection     &#8220;Display&#8221;<br />
Depth       24<br />
Modes      &#8220;1440&#215;900_70.00&#8243; &#8220;1440&#215;900_60.00&#8243;<br />
EndSubSection<br />
EndSection</p>
<p>Section &#8220;Extensions&#8221;<br />
Option         &#8220;Composite&#8221; &#8220;Enable&#8221;<br />
EndSection<br />
</code></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/nvidia-twinview-dual-display-monitor-orientation-configuration-and-setup/&title=nVidia+TwinView+Dual+Display+Monitor+Orientation+Configuration+and+Setup&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/nvidia-twinview-dual-display-monitor-orientation-configuration-and-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Watch Internet TV using Miro on Ubuntu Feisty Fawn</title>
		<link>http://www.forwardyouth.com/ubuntu/watch-internet-tv-using-miro-on-ubuntu-feisty-fawn/</link>
		<comments>http://www.forwardyouth.com/ubuntu/watch-internet-tv-using-miro-on-ubuntu-feisty-fawn/#comments</comments>
		<pubDate>Fri, 24 Aug 2007 15:08:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DemocracyTV Player]]></category>
		<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[Miro]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/watch-internet-tv-using-miro-on-ubuntu-feisty-fawn/</guid>
		<description><![CDATA[A great application to watch Internet TV, Miro, has provided the Ubuntu community with instructions on how to install Miro in Feisty Fawn. I&#8217;ve used the software for a while now, since it was previously called DemocracyTV Player. It requires a lot of resources to use, but the output is excellent. The best part is [...]]]></description>
			<content:encoded><![CDATA[<p>A great application to watch Internet TV, Miro, has provided the Ubuntu community with instructions on <a href="http://www.getmiro.com/download/ubuntu.php">how to install Miro in Feisty Fawn</a>. I&#8217;ve used the software for a while now, since it was previously called DemocracyTV Player. It requires a lot of resources to use, but the output is excellent. The best part is the ease of use. I was able to install, open, and subscribe to Pal Van Dyk&#8217;s Fast Tracks in a matter of minutes. It integrates with Google Video, YouTube, Bit Torrent, and many different services to allow you to view and save video content and has quickly become a favorite of mine.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/watch-internet-tv-using-miro-on-ubuntu-feisty-fawn/&title=Watch+Internet+TV+using+Miro+on+Ubuntu+Feisty+Fawn&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/watch-internet-tv-using-miro-on-ubuntu-feisty-fawn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting a Video to DVD using ToDisc</title>
		<link>http://www.forwardyouth.com/ubuntu/converting-a-video-to-dvd-using-todisc/</link>
		<comments>http://www.forwardyouth.com/ubuntu/converting-a-video-to-dvd-using-todisc/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 02:06:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DVD]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[todisc]]></category>
		<category><![CDATA[tovid]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/converting-a-video-to-dvd-using-todisc/</guid>
		<description><![CDATA[Having struggled with many different programs and all other kinds of junk, I think I&#8217;ve found my favorite program to convert any video file to DVD in Ubuntu. It&#8217;s called ToDisc. It&#8217;s part of the Tovid suite.
Here&#8217;s why I like it:

 Fast! It has no interface so there&#8217;s virtually no load time.
Accurate encoding &#8211; It very [...]]]></description>
			<content:encoded><![CDATA[<p>Having struggled with many different programs and all other kinds of junk, I think I&#8217;ve found my favorite program to convert any video file to DVD in Ubuntu. It&#8217;s called ToDisc. It&#8217;s part of the <a href="http://tovid.wikia.com/wiki/Main_Page">Tovid</a> suite.</p>
<p>Here&#8217;s why I like it:</p>
<ul>
<li> Fast! It has no interface so there&#8217;s virtually no load time.</li>
<li>Accurate encoding &#8211; It very accurately creates the output in the manner I specify.</li>
<li>Quality &#8211; It uses already existing standard utilities to create output, producing clean quality DVDs.</li>
<li>No GUI &#8220;pains&#8221; &#8211; smaller space, less resources for visual presentation, the paths are provided from the command line so you don&#8217;t have to click through several folders or find icons.</li>
<li>The command line gives me the absolute power to do anything i desire with the video.</li>
<li>I can run it from anywhere <img src='http://www.forwardyouth.com/ubuntu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>I plan to post a more thorough tutorial in the future.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/converting-a-video-to-dvd-using-todisc/&title=Converting+a+Video+to+DVD+using+ToDisc&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/converting-a-video-to-dvd-using-todisc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Converting a MPG to DVD Using ManDVD</title>
		<link>http://www.forwardyouth.com/ubuntu/converting-a-mpg-to-dvd-using-mandvd/</link>
		<comments>http://www.forwardyouth.com/ubuntu/converting-a-mpg-to-dvd-using-mandvd/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 05:26:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Feisty Fawn]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Konqueror]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software Reviews]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/converting-a-mpg-to-dvd-using-mandvd/</guid>
		<description><![CDATA[In my quest for the perfect program to use for burning DVD&#8217;s from AVI or MPG I found ManDVD. It&#8217;s very nice. It reliably creates quality output. Overall I am quite pleased with the application and I do find myself returning to use it, so I&#8217;ve spent some more time with it. Because of the [...]]]></description>
			<content:encoded><![CDATA[<p>In my quest for the perfect program to use for burning DVD&#8217;s from AVI or MPG I found <a href="http://www.kde-apps.org/content/show.php?content=38347">ManDVD</a>. It&#8217;s very nice. It reliably creates quality output. Overall I am quite pleased with the application and I do find myself returning to use it, so I&#8217;ve spent some more time with it. Because of the graphic interface, I&#8217;ve also included several screen shots of the software. Notice all of the areas in need of translation.</p>
<p>Installation was a snap. I downloaded a pre-packed .DEB file from <a href="http://www.getdeb.net/release.php?id=881">GetDeb</a> although the installation instructions appeared simple enough, I chose to use my regular method of <a href="http://www.forwardyouth.com/ubuntu/how-to-install-a-deb-in-kubuntu/">installing a .deb</a> in KDE  (because I use Kubuntu) via right clicking in Konqueror and selecting <em>Package -&gt; Install Package.</em></p>
<p>The program permits a broad range of options and formats for the user, and directly requests the desired output format. It expertly handles 16:9 and 4:3 aspect ratios.</p>
<p><a href="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/mandvd001c1.png" title="ManDVD Screen Shot 001"><img src="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/mandvd001c1.thumbnail.png" alt="ManDVD Screen Shot 001" /></a></p>
<p>Where it needs help is in <em>localization.</em>  Even after selecting the English language for the program, throughout the rest of the user&#8217;s experience, the application still presents the user with many prompts, labels, titles, etc, in something other than English.</p>
<p><a href="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/mandvd002c.png" title="ManDVD Screen Shot 002"><img src="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/mandvd002c.thumbnail.png" alt="ManDVD Screen Shot 002" /></a></p>
<p>It&#8217;s also in need of volunteers for documentation as evidenced by the gaping void of a help file of any form.</p>
<p><a href="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/mandvd003c1.png" title="ManDVD Screen Shot 003"><img src="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/mandvd003c1.thumbnail.png" alt="ManDVD Screen Shot 003" /></a></p>
<p>Because the program&#8217;s does perform so well, I&#8217;d like to see some more community support for this application to improve on the areas that it does need more development.</p>
<p><a href="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/mandvd004c.png" title="ManDVD Screen Shot 004"><img src="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/mandvd004c.thumbnail.png" alt="ManDVD Screen Shot 004" /></a></p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/converting-a-mpg-to-dvd-using-mandvd/&title=Converting+a+MPG+to+DVD+Using+ManDVD&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/converting-a-mpg-to-dvd-using-mandvd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Problems Burning a DVD using DeVeDe</title>
		<link>http://www.forwardyouth.com/ubuntu/problems-burning-a-dvd-using-devede/</link>
		<comments>http://www.forwardyouth.com/ubuntu/problems-burning-a-dvd-using-devede/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 03:03:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Software Reviews]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/problems-burning-a-dvd-using-devede/</guid>
		<description><![CDATA[I burn a few DVDs, and I&#8217;ve tried a few programs for turning a movie (.mpg, etc) into a DVD video structure. The latest disappointment so far has been DeVeDe.
It looks wonderful. It seems to support every feature I need. This includes permitting the user to define pan and scan versus letterboxing options, even skewing [...]]]></description>
			<content:encoded><![CDATA[<p>I burn a few DVDs, and I&#8217;ve tried a few programs for turning a movie (.mpg, etc) into a DVD video structure. The latest disappointment so far has been <a href="http://www.rastersoft.com/programas/devede.html">DeVeDe</a>.</p>
<p>It looks wonderful. It seems to support every feature I need. This includes permitting the user to define pan and scan versus letterboxing options, even skewing the aspect ratio for the very sick and twisted.</p>
<p>It allowed me use multiple video files to create one title. That&#8217;s important. Unfortunately, I was never able to view the output.</p>
<p>I forced a re-encode, which was a nice option, hoping to get an idea of the encoding quality, speed, and to thoroughly test it. Here&#8217;s where DeVeDe failed. Upon the 4th file of 5 it became <em>stuck</em> encoding at 76%.</p>
<p>I tried again using the same source .mpg files, and this time it became stuck at a different percentage in a different file. To me, that seems like a programming logic issue, and not a problem with the source data. I haven&#8217;t found a solution yet, but with so many alternatives I&#8217;m not spending much time on it, considering that while it was working, it seemed slow in comparison to others.</p>
<p>Check back for more <a href="http://www.forwardyouth.com/ubuntu/july-is-multimedia-month/">multimedia</a> related reviews.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/problems-burning-a-dvd-using-devede/&title=Problems+Burning+a+DVD+using+DeVeDe&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/problems-burning-a-dvd-using-devede/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu Shoutcast Software &#8211; TunaPie</title>
		<link>http://www.forwardyouth.com/ubuntu/ubuntu-shoutcast-software-tunapie/</link>
		<comments>http://www.forwardyouth.com/ubuntu/ubuntu-shoutcast-software-tunapie/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 03:59:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[TV]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.forwardyouth.com/ubuntu/ubuntu-shoutcast-software-tunapie/</guid>
		<description><![CDATA[My friend&#8217;s ZeroXR and schpenke recommended a nice application called Tunapie when I queried for a suitable application to watch Internet TV and Radio via Shoutcast streams.

Version 1.3 is available for install via the Ubuntu repositories using
sudo apt-get install tunapie
I suggest installing it first, and then upgrading to v2.0
To do that, download the tarball from [...]]]></description>
			<content:encoded><![CDATA[<p>My friend&#8217;s <a href="http://zeroxr.vox.com/">ZeroXR </a>and schpenke recommended a nice application called Tunapie when I queried for a suitable application to watch Internet TV and Radio via Shoutcast streams.</p>
<p align="center"><a href="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/tunapie21.png" title="tunapie screenshot"><img src="http://www.forwardyouth.com/ubuntu/wp-content/uploads/2007/07/tunapie21.thumbnail.png" alt="tunapie screenshot" /></a></p>
<p>Version 1.3 is available for install via the Ubuntu repositories using</p>
<p><code>sudo apt-get install tunapie</code></p>
<p>I suggest installing it first, and then upgrading to v2.0</p>
<p>To do that, download the tarball from <a href="http://sourceforge.net/project/showfiles.php?group_id=132284">SourceForge</a> and then extract it.</p>
<p>From the shell&#8217;s prompt in the downloaded folder, issue the following commands to finish the upgrade:<br />
<code><br />
sudo sh install.sh --adult<br />
sudo cp tunapie /usr/bin/tunapie<br />
</code></p>
<p>You&#8217;ll then find it in the Multimedia folder on your menu.</p>
<a class="google_buzz"  
href="http://www.google.com/reader/link?url=http://www.forwardyouth.com/ubuntu/ubuntu-shoutcast-software-tunapie/&title=Ubuntu+Shoutcast+Software+&#8211;+TunaPie&srcURL=http://www.forwardyouth.com/ubuntu" target="_blank" rel="nofollow"><img
src="http://www.forwardyouth.com/ubuntu/wp-content/plugins/google-buzz-button-for-wordpress/images/google-buzz.png" alt="Google Buzz" /></a>]]></content:encoded>
			<wfw:commentRss>http://www.forwardyouth.com/ubuntu/ubuntu-shoutcast-software-tunapie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
