<?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>gHacks technology news &#187; multimedia</title>
	<atom:link href="http://www.ghacks.net/tag/multimedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Mon, 09 Nov 2009 19:30:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Xbox Media Center on Linux</title>
		<link>http://www.ghacks.net/2009/10/28/xbox-media-center-on-linux/</link>
		<comments>http://www.ghacks.net/2009/10/28/xbox-media-center-on-linux/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 16:04:09 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Tutorials Advanced]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video playback]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=17827</guid>
		<description><![CDATA[The Xbox Media Center arrived in 2004 and became popular so quickly that it became clear more ports would be needed. So the XBMC team allowed this tool to evolve into a cross platform media center that would run on just about anything you can think of.  But, of course, the purpose of this article [...]]]></description>
			<content:encoded><![CDATA[<p>The <a title="XBMC" href="http://xbmc.org/" target="_blank">Xbox Media Center</a> arrived in 2004 and became popular so quickly that it became clear more ports would be needed. So the XBMC team allowed this tool to evolve into a cross platform media center that would run on just about anything you can think of.  But, of course, the purpose of this article is to install XBMC on Linux. Although XBMC can be installed on most Linux distributions, the Ubuntu installation is the least painful. I&#8217;ll first illustrate the installation on Ubuntu and then on Fedora. Once installed, you will find XBMC meets many (if not all) of your media center needs similar to that of Windows Media Center.</p>
<p>Of course, ideally, you will want to install XBMC on a machine intended for multi-media use. It will work on lower-end video cards, but the interface will be somewhat slower. For a complete listing of supported hardware check out the <a title="XBMC supported hardware" href="http://xbmc.org/wiki/?title=Supported_hardware" target="_blank">XBMC hardware page</a>. Now, let&#8217;s get on with the installation.</p>
<p><span id="more-17827"></span></p>
<p><strong>Ubuntu</strong></p>
<p>I will give you a warning here: The most recently supported Ubuntu is 8.10. That does not, however, mean it will not install on anything later. I have XBMC installed and working fine on Ubuntu 9.04. With that in mind here are the installation steps for Ubuntu.</p>
<p>Open up your <strong>/etc/apt/sources.list</strong> file and add the following to the end:<br />
<code>deb http://ppa.launchpad.net/team-xbmc-hardy/ubuntu hardy main<br />
deb-src http://ppa.launchpad.net/team-xbmc-hardy/ubuntu hardy main</code></p>
<p>Save that file and then issue the command:</p>
<p><em>sudo apt-get update</em></p>
<p>Once the update is complete issue the following command:<br />
<em> </em></p>
<p><em>sudo apt-get install xbmc</em></p>
<p>If you want to install extra skins, issue this command:</p>
<p><em>sudo apt-get install xbmc-skin-*</em></p>
<div id="attachment_17833" class="wp-caption alignleft" style="width: 190px"><a rel="attachment wp-att-17833" href="http://www.ghacks.net/2009/10/28/xbox-media-center-on-linux/xbmc/"><img class="size-thumbnail wp-image-17833" src="http://www.ghacks.net/wp-content/uploads/2009/10/xbmc-300x300.png" alt="Figure 1" width="180" height="180" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>You will find the XBMC menu entry in the Sound And Video sub-menu of the Applications menu. When XBMC opens you will see a very user-friendly interface (see Figure 1).</p>
<p>Now it&#8217;s time for a less than user-friendly installation. Because there have been no rpm files created for Fedora, the installation requires a number of steps which will lead you to compiling XBMC. These steps will work for Fedora 8, 9, and 10 as well as CentOS 5.2. Here we go. NOTE: You will need to be the root user for this installation.</p>
<p>If you don&#8217;t already have Subversion install, do so now with the command:</p>
<p><em>yum install subversion</em></p>
<p>Once Subversion is installed, check out XBMC from subversion with the command:</p>
<p><em>svn co https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk</em></p>
<p>Now install the rpmfusion repository with one of the following commands:</p>
<p>Fedora:</p>
<p><em>rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm</em></p>
<p>and</p>
<p><em>rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rmpfusion-nonfree-release-stable.noarch.r</em>pm</p>
<p>CentOS 5 (32 bit):<br />
<em>rpm -Uvh http://apt.sw.be/redhat/e15/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.e15.rf.i386.rpm</em></p>
<p>CentOS 5 (64 bit):</p>
<p><em>rpm -Uvh http://apt.sw.be/redhat/e15/en/x86_64/rpmforge/RPMS/rpmforge-release-0.3.6-1.e15.rf.x86_64.rpm</em></p>
<p>Now the fun begins. This installation command is all one line:<br />
<code>yum install SDL* glew glew-devel libmad-devel tre tre-devel libogg libogg-devel libvorbis libvorbis-devel boost boost-devel bzip2-devel bzip2-libs fribidi* lzo lzo-devel mysql-libs mysql-devel jasper jasper-devel faac faac-devel enca enca-devel hal hal-devel hal-libs cmake gperf nasm libXmu-devel fontconfig-devel freetype-devel libXinerama-devel pcre-devel gcc-c++ sqlite-devel curl-devel mysql-devel libcdio-devel libmms-devel faad2-devel flac-devel libsmbclient-devel libXtst-devel</code></p>
<p>The next step creates a symbolic link for the libmysqlclient.so file. The command is one of these two (depending upon your architecture):</p>
<p>For i386:</p>
<p><em>sudo ln -s /usr/lib/mysql/libmysqlclient.so.15.0.0 /usr/lib/libmysqlclient.so </em></p>
<p>For x64:<br />
<em>sudo ln -s /usr/lib64/mysql/libmysqlclient.so.15.0.0 /usr/lib64/libmysqlclient.so</em></p>
<p>Now cd into the XBMC directory (should be in the directory you are currently working in) and issue the following commands:</p>
<p><em>./bootstrap</em></p>
<p>and</p>
<p><em>./configure</em></p>
<p>and</p>
<p><em>make</em></p>
<p>If you see an error related to jpegint.h, then you might have to issue the following command:</p>
<p><em>cp XBMC/xbmx/lib/cximage-6.0/jpeg/jpegint.h /usr/include</em></p>
<p>If you have to issue the above command, then issue the <em>make </em>command again.</p>
<p>Finally issue the command:</p>
<p><em>make install</em></p>
<p>And XBMC will install.</p>
<p>On Fedora distributions you might have an issue with SELinux. If so you will need to issue the following commands:<br />
<code>chcon -t textrel_shlib_t '/usr/local/share/xbmc/system/players/dvdplayer/avutil-50-i486-linux.so'<br />
chcon -t textrel_shlib_t '/usr/local/share/xbmc/system/players/dvdplayer/avcodec-52-i486-linux.so'<br />
chcon -t textrel_shlib_t '/usr/local/share/xbmc/system/players/dvdplayer/avformat-52-i486-linux.so'<br />
chcon -t textrel_shlib_t '/usr/local/share/xbmc/system/players/dvdplayer/swscale-0.6.1-i486-linux.so'</code></p>
<p>That&#8217;s it for the Fedora/CentOS installation. You should find XBMC in your Video menu. If you can&#8217;t seem to find a menu entry you can always enter <em>xbmc </em>in either a terminal window or the run dialog.</p>
<p><strong>Final thoughts</strong></p>
<p>XBMC is an outstanding media center software. It will play your CDs and DVDs flawlessly. If you have the hardware for this software, it is a much better solution than most other Linux video solutions.</p>

	Tags: <a href="http://www.ghacks.net/tag/media-center/" title="media center" rel="tag">media center</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/video-playback/" title="video playback" rel="tag">video playback</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/08/14/xbox-media-center-cross-platform-alpha/" title="Xbox Media Center Cross Platform Alpha (August 14, 2008)">Xbox Media Center Cross Platform Alpha</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/11/20/xbmc-media-center-final/" title="XBMC Media Center Final (November 20, 2008)">XBMC Media Center Final</a> (13)</li>
	<li><a href="http://www.ghacks.net/2006/09/02/the-perfect-multimedia-device/" title="The perfect multimedia device (September 2, 2006)">The perfect multimedia device</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/04/09/ten-video-sharing-services-compared/" title="Ten Video Sharing Services Compared (April 9, 2006)">Ten Video Sharing Services Compared</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/09/08/smplayer-0551/" title="SMPlayer 0.5.51 (September 8, 2007)">SMPlayer 0.5.51</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/28/xbox-media-center-on-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Add Youtube Videos to Your iPod with Floola</title>
		<link>http://www.ghacks.net/2009/01/02/add-youtube-videos-to-your-ipod-with-floola/</link>
		<comments>http://www.ghacks.net/2009/01/02/add-youtube-videos-to-your-ipod-with-floola/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 19:34:15 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[floola]]></category>
		<category><![CDATA[fmeg]]></category>
		<category><![CDATA[Mandriva]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=9564</guid>
		<description><![CDATA[Some would say the fact that Linux can even communicate with an iPod is remarkable. And the way Apple keeps everything secreted away, I could easily buy that sentiment where it not for an intimate understanding of the resolve of the typical developer. Although not open source, Floola typifies this resolve, and then some. At [...]]]></description>
			<content:encoded><![CDATA[<p>Some would say the fact that Linux can even communicate with an iPod is remarkable. And the way Apple keeps everything secreted away, I could easily buy that sentiment where it not for an intimate understanding of the resolve of the typical developer. Although not open source, Floola typifies this resolve, and then some. At first glance Floola is just another music manager for the iPod. Upon closer inspection, however, Floola is much more than that. The &#8220;more&#8221; couldn&#8217;t be better illustrated by Floolas&#8217; ability to add videos to your iPod from youtube.com. Oh, and it manages your music really well too!</p>
<p><span id="more-9564"></span>First things first, you&#8217;ll need to download the Linux binary of Floola from the <a title="Floola Download" href="http://www.floola.com/modules/wiwimod/index.php?page=download_linux" target="_blank">Floola download page</a>. Once you have the tar file downloaded unpack it with the command <em>tar xvzf Floola-linux.tar.gz</em> which will create a new directory called <strong>Floola-linux</strong>. Move into that new directory and, as the root user, issue the command <em>cp Floola /usr/bin</em>/. Copying the Floola binary into <em>/usr/bin</em> will allow Floola to be run globally.</p>
<p>Now you will need to mount your iPod. You can refer to my article <a title="Connect your iPod to gtkpod" href="http://www.ghacks.net/2008/12/26/connect-ipod-to-gtkpod/" target="_blank">Connect your iPod to gtkpod</a> for instructions on the mounting procedure.</p>
<p>Once your iPod is mounted you can start up Floola. You will first have to configure the make of iPod you have connected. After you have the iPod type configured Floola will see the iPod and list all of data. Now on to the video download. Well, almost. Before you can actually get the video to your iPod you will need fmpeg installed in order to handle the conversion. Fmpeg can be installed by either doing a search for fmpeg in your Add/Remove Software utility or you can issue a command similar to <em>urpmi fmpeg </em>(for Mandriva) or <em>apt-get install fmpeg</em> (for Ubuntu.)</p>
<p>With fmpeg installed NOW it&#8217;s time for the video madness to start. With Floola open go to the Item menu and select Add From Web. A new window will open with a button for Add URL. Click that and a smaller window will open to copy and paste the Youtube video url and click OK.</p>
<div id="attachment_9569" class="wp-caption alignnone" style="width: 457px"><a href="http://www.ghacks.net/wp-content/uploads/2009/01/floola_add.png"><img class="size-full wp-image-9569" src="http://www.ghacks.net/wp-content/uploads/2009/01/floola_add.png" alt="Floola Add Video" width="447" height="315" /></a><p class="wp-caption-text">Floola Add Video</p></div>
<p>When you see your Video listed in the Add From Web window select the video and click OK. This will start the process. Now it&#8217;s time to sit back and watch as the video downloads and then is converted. Depending upon the speed of your machine, this could take quite a while.</p>
<p>Once the video is converted a new window will open where you will need to click the Add button so the video is actually added to the iPod.</p>
<div id="attachment_9570" class="wp-caption alignnone" style="width: 367px"><img class="size-full wp-image-9570" src="http://www.ghacks.net/wp-content/uploads/2009/01/floola_file.png" alt="Adding File" width="357" height="320" /><p class="wp-caption-text">Adding File</p></div>
<p>Once you click the Add button your video will be transferred. But you&#8217;re not done yet. In order for your iPod to be in sync you will first close Floola and then unmount your iPod. With your iPod unmounted you are ready to enjoy your new video! You will be amazed at the quality of video transferred, it&#8217;s quite good.</p>
<p>And that&#8217;s it! Now you can have plenty of video goodness on your iPod with next to no effort.</p>
<p>Oh, and since Floola is freeware, you might consider donating to the author. If you do you will get rid of a 4-second nag screen upon closing.</p>

	Tags: <a href="http://www.ghacks.net/tag/floola/" title="floola" rel="tag">floola</a>, <a href="http://www.ghacks.net/tag/fmeg/" title="fmeg" rel="tag">fmeg</a>, <a href="http://www.ghacks.net/tag/ipod/" title="iPod" rel="tag">iPod</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/mandriva/" title="Mandriva" rel="tag">Mandriva</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a>, <a href="http://www.ghacks.net/tag/video/" title="video" rel="tag">video</a>, <a href="http://www.ghacks.net/tag/youtube/" title="youtube" rel="tag">youtube</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2007/02/06/replace-itunes-with-floola/" title="Replace iTunes with Floola (February 6, 2007)">Replace iTunes with Floola</a> (12)</li>
	<li><a href="http://www.ghacks.net/2007/01/14/heywatch-encode-videos-online/" title="Hey!Watch encode videos online (January 14, 2007)">Hey!Watch encode videos online</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/02/18/get-to-know-linux-live-cd/" title="Get To Know Linux: Live CD (February 18, 2009)">Get To Know Linux: Live CD</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/12/08/get-to-know-linux-installation/" title="Get To Know Linux: Installation (December 8, 2008)">Get To Know Linux: Installation</a> (15)</li>
	<li><a href="http://www.ghacks.net/2007/11/30/youtube-finally-playing-hd-content/" title="Youtube finally playing HD content (November 30, 2007)">Youtube finally playing HD content</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/01/02/add-youtube-videos-to-your-ipod-with-floola/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display The Installed Codecs On A System</title>
		<link>http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/</link>
		<comments>http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 16:24:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[audio codec]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[list codecs]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[video codec]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5108</guid>
		<description><![CDATA[Normally users check video files and their required codecs to make sure the file plays properly on their system. But there are some users &#8211; including myself &#8211; who want to know the codecs that are installed on a system. This is useful for compatibility and playback reasons, for example to make sure that a [...]]]></description>
			<content:encoded><![CDATA[<p>Normally users check video files and their required codecs to make sure the file plays properly on their system. But there are some users &#8211; including myself &#8211; who want to know the codecs that are installed on a system. This is useful for compatibility and playback reasons, for example to make sure that a video is always using a specific codec for playback.</p>
<p><a href="http://nirsoft.net/utils/installed_codec.html">Installed Codec</a> (via <a href="http://shellcity.net/">Shell Extension City</a>) is another fine NirSoft tool that displays all installed codecs of a Windows 2000, 2003, XP or Vista system in a table. All meaning all Codec drivers and DirectShow but not binary codecs which are used by some applications like MPlayer.</p>
<p>The software lists the name of the codec, its installation path and file, the company that developed it and if it is enabled on the system. Each codec in the list can be disabled which has the effect that this codec will not be used to play the supported multimedia files. Excellent if you want to make sure that a specific codec is playing certain videos.</p>
<p><span id="more-5108"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/06/installed_codec-500x267.jpg" alt="installed codec" title="installed codec" width="500" height="267" class="alignnone size-medium wp-image-5109" /></p>
<p>Removing some of the installed codecs can be achieved by disabling the codecs first and checking if the videos still play fine. If that is the case I would temporarily move them to another directory and if nothing bad happens delete them from the system. Most of the codecs installed on my Windows XP system are from Nero 8 which is kinda strange because I have not installed all those additional converters and tools that come with it. The codecs seem to get installed nevertheless. </p>

	Tags: <a href="http://www.ghacks.net/tag/audio-codec/" title="audio codec" rel="tag">audio codec</a>, <a href="http://www.ghacks.net/tag/codecs/" title="codecs" rel="tag">codecs</a>, <a href="http://www.ghacks.net/tag/list-codecs/" title="list codecs" rel="tag">list codecs</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/system/" title="system" rel="tag">system</a>, <a href="http://www.ghacks.net/tag/video-codec/" title="video codec" rel="tag">video codec</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/14/create-executable-media-files/" title="Create executable media files (May 14, 2008)">Create executable media files</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/12/14/my-first-day-with-ubuntu/" title="My first day with Ubuntu (December 14, 2006)">My first day with Ubuntu</a> (22)</li>
	<li><a href="http://www.ghacks.net/2007/03/25/forget-the-windows-start-menu-use-toolbox-instead/" title="Forget the Windows Start Menu Use Toolbox instead. (March 25, 2007)">Forget the Windows Start Menu Use Toolbox instead.</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/08/06/dr-divx-20-released/" title="Dr. Divx 2.0 released (August 6, 2006)">Dr. Divx 2.0 released</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/11/23/create-a-multimedia-xp-screensaver/" title="Create a Multimedia XP Screensaver (November 23, 2006)">Create a Multimedia XP Screensaver</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Create executable media files</title>
		<link>http://www.ghacks.net/2008/05/14/create-executable-media-files/</link>
		<comments>http://www.ghacks.net/2008/05/14/create-executable-media-files/#comments</comments>
		<pubDate>Wed, 14 May 2008 09:31:41 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[audio conversion]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[exe]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video conversion]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4122</guid>
		<description><![CDATA[Want to send a video to your friend that you found on Youtube only to find out that Youtube is blocked at his school or workplace or that the video is not playable because it is missing the needed codec and the installation of new applications or codecs is blocked ? Audio / Video to [...]]]></description>
			<content:encoded><![CDATA[<p>Want to send a video to your friend that you found on Youtube only to find out that Youtube is blocked at his school or workplace or that the video is not playable because it is missing the needed codec and the installation of new applications or codecs is blocked ? Audio / Video to Exe might be the solution. I&#8217;m usually not very fond of executables sent over email or offered on websites and very cautious before I even think of double-clicking those files.</p>
<p>I think it&#8217;s ok as long as you can validate that the executable has been send by a friend. I would still scan it using an online scanner though. The software supports a lot of different audio and video formats, all the important ones are included like mov, flv, mp4, mpg, avi, swf and wmv.</p>
<p><a href="http://www.f2ko.de/English/a2e/index.php">Audio / Video to Exe</a> (via <a href="http://www.instantfundas.com/2008/05/how-to-play-audio-and-video-files.html">Instant Fundas</a>) can process multiple files at once and either convert them into a different format or create one executable for each multimedia file that has been added to the interface. The output size is roughly the size of the audio or video file.</p>
<p><span id="more-4122"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/05/audio_video_to_exe.jpg" alt="audio video to exe" title="audio video to exe" width="500" height="209" class="alignnone size-full wp-image-4123" /></p>
<p>I did encounter several errors while testing the application. It seems to have trouble with large files. The conversion of a 1.7 Gigabyte video to the executable format succeeded but I was not able to play it afterwards. Some videos were not playing correctly as well after the conversion.</p>
<p>The only advice that I can give is to try it out for yourself and see if the conversion worked for the audio or video files before you upload them or send them to a friend.</p>

	Tags: <a href="http://www.ghacks.net/tag/audio/" title="audio" rel="tag">audio</a>, <a href="http://www.ghacks.net/tag/audio-conversion/" title="audio conversion" rel="tag">audio conversion</a>, <a href="http://www.ghacks.net/tag/codecs/" title="codecs" rel="tag">codecs</a>, <a href="http://www.ghacks.net/tag/exe/" title="exe" rel="tag">exe</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/video/" title="video" rel="tag">video</a>, <a href="http://www.ghacks.net/tag/video-conversion/" title="video conversion" rel="tag">video conversion</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/08/06/dr-divx-20-released/" title="Dr. Divx 2.0 released (August 6, 2006)">Dr. Divx 2.0 released</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/12/12/taksi-open-source-alternative-to-fraps/" title="Taksi Open Source Alternative to Fraps (December 12, 2006)">Taksi Open Source Alternative to Fraps</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/19/how-to-add-your-music-to-videos/" title="How to add your music to videos (May 19, 2008)">How to add your music to videos</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/25/display-the-installed-codecs-on-a-system/" title="Display The Installed Codecs On A System (June 25, 2008)">Display The Installed Codecs On A System</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/11/23/create-a-multimedia-xp-screensaver/" title="Create a Multimedia XP Screensaver (November 23, 2006)">Create a Multimedia XP Screensaver</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/14/create-executable-media-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Miro 1.2 released</title>
		<link>http://www.ghacks.net/2008/03/21/miro-12-released/</link>
		<comments>http://www.ghacks.net/2008/03/21/miro-12-released/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 18:54:45 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[democracy player]]></category>
		<category><![CDATA[miro]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video portal]]></category>
		<category><![CDATA[video rss]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/03/21/miro-12-released/</guid>
		<description><![CDATA[I was really skeptical when I heard about Miro back then when it was still named the Democracy Player. That did change when I finally managed to test Miro and it really blew me away. If you never heard of Miro before let me explain the main concept. Miro is not just another media player, [...]]]></description>
			<content:encoded><![CDATA[<p>I was really skeptical when I heard about Miro back then when it was still named the Democracy Player. That did change when I finally managed to test Miro and it really blew me away. If you never heard of Miro before let me explain the main concept. Miro is not just another media player, it&#8217;s actually much more than that. It helps you organize the videos on your computer with options to watch folders for new videos that are automatically added to Miro. It&#8217;s possible to create video playlists and create channels and groups to sort your videos. Thumbnails will be created for videos that have none.</p>
<p>That was just one feature of <a href="http://www.getmiro.com/">Miro</a>. The main one in my opinion is the ability to download videos from various sources including Bittorrent, video portals like Youtube, URLs and Video RSS feeds with subscription possibilities. So called Search Channels can be created. Say you like football and regularly check Youtube for new football videos. You could create a search channel which gets automatically updated when new videos get published.</p>
<p>A new version was released today which is a major step for the Miro team. Miro should run a lot smoother in this version especially because of the update to XULRunner 1.9 which should bring performance and memory improvements to the Windows and Linux clients. Check out the <a href="https://develop.participatoryculture.org/trac/democracy/wiki/1.2ReleaseNotes">release notes</a> if you are interested in a detailed list of changes.</p>
<p><span id="more-3578"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/democracy-player/" title="democracy player" rel="tag">democracy player</a>, <a href="http://www.ghacks.net/tag/miro/" title="miro" rel="tag">miro</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/video-portal/" title="video portal" rel="tag">video portal</a>, <a href="http://www.ghacks.net/tag/video-rss/" title="video rss" rel="tag">video rss</a>, <a href="http://www.ghacks.net/tag/videos/" title="videos" rel="tag">videos</a>, <a href="http://www.ghacks.net/tag/youtube/" title="youtube" rel="tag">youtube</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/16/youtube-downloader-and-manager/" title="Youtube Downloader And Manager (March 16, 2009)">Youtube Downloader And Manager</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/05/21/youtomb-tracks-taken-down-videos-from-youtube/" title="Youtomb tracks taken down videos from Youtube (May 21, 2008)">Youtomb tracks taken down videos from Youtube</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/09/26/video-clip-download/" title="Video Clip Download (September 26, 2008)">Video Clip Download</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/10/16/5min-life-videopedia/" title="5Min Life Videopedia (October 16, 2008)">5Min Life Videopedia</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/24/youtube-enhance-youtube-experience/" title="Youtube: Enhance Youtube Experience (April 24, 2009)">Youtube: Enhance Youtube Experience</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/03/21/miro-12-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Geexbox Linux Distribution to play multimedia</title>
		<link>http://www.ghacks.net/2008/01/13/geexbox-linux-distribution-to-play-multimedia/</link>
		<comments>http://www.ghacks.net/2008/01/13/geexbox-linux-distribution-to-play-multimedia/#comments</comments>
		<pubDate>Sun, 13 Jan 2008 17:38:39 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[geexbox]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[media-player]]></category>
		<category><![CDATA[multimedia]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/13/geexbox-linux-distribution-to-play-multimedia/</guid>
		<description><![CDATA[I'm currently still using my old Microsoft Xbox as my media center and it's working fine so far but I do have thoughts about the future. The Xbox will not last forever and the new Xbox 360 cannot be modified to do the same yet. One alternative that I investigated was building a computer for this purpose and I'm almost sure that I would use the Geexbox Linux distribution as the operating system.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently still using my old Microsoft Xbox as my media center and it&#8217;s working fine so far but I do have thoughts about the future. The Xbox will not last forever and the new Xbox 360 cannot be modified to do the same yet. One alternative that I investigated was building a computer for this purpose and I&#8217;m almost sure that I would use the <a href="http://www.geexbox.org/en/start.html">Geexbox</a> Linux distribution as the operating system.</p>
<p>The distribution has a size of 8.9 Megabytes and comes with an unbelievable amount of features. It is a self-bootable Linux distribution based on the excellent Mplayer which assures that it can play (almost) any file that you throw at it. It plays MPEG 1/2/4, Real Media, Windows Media, Ogg and Matroska and audio and network streams.</p>
<p>The multimedia files can be loaded and played from various sources such as CD, DVD, HDD, LAN or even Internet. It&#8217;s all there, it&#8217;s tiny and booting really fast. It should not have problems with most hardware setups. The requirements are 64 Megabytes of RAM, a Pentium class cpu (400+ Mhz recommended) or a Mac G3+ (G4+ recommended), an an ALSA compatible sound card, a VESA 2.0 compliant graphics card and a CD or DVD drive.</p>
<p><span id="more-2842"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/01/geexbox.jpeg' alt='geexbox' /><img src='http://www.ghacks.net/wp-content/uploads/2008/01/geexbox2.jpeg' alt='geexbox' /></p>
<p>You can download a prebuild ISO image, sources or Debian repositories from the developers website. There is also a list of supported hardware available which is great if you run into troubles or want to build a computer that can run the Linux distribution.</p>

	Tags: <a href="http://www.ghacks.net/tag/geexbox/" title="geexbox" rel="tag">geexbox</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/media/" title="media" rel="tag">media</a>, <a href="http://www.ghacks.net/tag/media-player/" title="media-player" rel="tag">media-player</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/18/the-best-linux-media-players/" title="The best Linux media players (April 18, 2009)">The best Linux media players</a> (20)</li>
	<li><a href="http://www.ghacks.net/2007/09/08/smplayer-0551/" title="SMPlayer 0.5.51 (September 8, 2007)">SMPlayer 0.5.51</a> (17)</li>
	<li><a href="http://www.ghacks.net/2009/03/16/how-do-you-use-your-media-player/" title="How do you use your media player? (March 16, 2009)">How do you use your media player?</a> (44)</li>
	<li><a href="http://www.ghacks.net/2009/01/02/add-youtube-videos-to-your-ipod-with-floola/" title="Add Youtube Videos to Your iPod with Floola (January 2, 2009)">Add Youtube Videos to Your iPod with Floola</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/13/geexbox-linux-distribution-to-play-multimedia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SMPlayer 0.5.51</title>
		<link>http://www.ghacks.net/2007/09/08/smplayer-0551/</link>
		<comments>http://www.ghacks.net/2007/09/08/smplayer-0551/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 17:24:14 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Music and Video]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[media-player]]></category>
		<category><![CDATA[mplayer]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[quicktime]]></category>
		<category><![CDATA[smplayer]]></category>
		<category><![CDATA[video-player]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/09/08/smplayer-0551/</guid>
		<description><![CDATA[A new version of the - in my opinion - best media player SMPlayer has been released and can be downloaded from the website of the developers at Sourceforge. SMPlayer is a Mplayer frontend that plays most video codecs out of the box which means that you do not have to install codecs to play the majority of video - and audio - formats. It does play for instance Apple Quicktime .mov videos without the need to install Quicktime at all.]]></description>
			<content:encoded><![CDATA[<p>A new version of the &#8211; in my opinion &#8211; best media player SMPlayer has been released and can be downloaded from the website of the developers at Sourceforge. SMPlayer is a Mplayer frontend that plays most video codecs out of the box which means that you do not have to install codecs to play the majority of video &#8211; and audio &#8211; formats. It does play for instance Apple Quicktime .mov videos without the need to install Quicktime at all.</p>
<p>SMPlayer is available for Windows and Linux in various languages including English and Spanish for instance. The download has a size of about 11 Megabytes which is not that much if you consider that you do not have to install additional codecs. All the usual features are supported as well including subtitle support, DVD / SVCD / VCD playback, audio track switching, video equalizers, fast forward, slow motion and lots of preferences.</p>
<p>It is for instance possible to use video playback without hardware acceleration to capture screenshots from the movie.</p>
<p><img src="http://www.ghacks.net/files/screens/2007/09/smplayer.jpg" alt="smplayer" /></p>
<p><span id="more-1973"></span>Read More:</p>
<p>SMPlayer Homepage</p>

	Tags: <a href="http://www.ghacks.net/tag/dvd/" title="dvd" rel="tag">dvd</a>, <a href="http://www.ghacks.net/tag/media-player/" title="media-player" rel="tag">media-player</a>, <a href="http://www.ghacks.net/tag/mplayer/" title="mplayer" rel="tag">mplayer</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/quicktime/" title="quicktime" rel="tag">quicktime</a>, <a href="http://www.ghacks.net/tag/smplayer/" title="smplayer" rel="tag">smplayer</a>, <a href="http://www.ghacks.net/tag/video-player/" title="video-player" rel="tag">video-player</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/07/smplayer-uncommon-codecs-package/" title="SMPlayer Uncommon Codecs Package (May 7, 2008)">SMPlayer Uncommon Codecs Package</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/08/20/smplayer-portable/" title="SMPlayer Portable (August 20, 2008)">SMPlayer Portable</a> (16)</li>
	<li><a href="http://www.ghacks.net/2009/03/19/smplayer-067-out/" title="SMPlayer 0.6.7 out (March 19, 2009)">SMPlayer 0.6.7 out</a> (17)</li>
	<li><a href="http://www.ghacks.net/2007/06/01/a-vlc-alternative-called-smplayer/" title="A VLC alternative called SMPlayer (June 1, 2007)">A VLC alternative called SMPlayer</a> (11)</li>
	<li><a href="http://www.ghacks.net/2009/07/07/vlc-media-player-1-0-released/" title="VLC Media Player 1.0 Released (July 7, 2009)">VLC Media Player 1.0 Released</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/09/08/smplayer-0551/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Create a Multimedia XP Screensaver</title>
		<link>http://www.ghacks.net/2006/11/23/create-a-multimedia-xp-screensaver/</link>
		<comments>http://www.ghacks.net/2006/11/23/create-a-multimedia-xp-screensaver/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 09:19:25 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[screen-saver]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video-screensaver]]></category>
		<category><![CDATA[windows-xp]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/11/23/create-a-multimedia-xp-screensaver/</guid>
		<description><![CDATA[Screensavers are boring. The default ones that ship with Windows XP either show a static picture or animated text that quickly becomes boring. Would not it be much nicer to spice up the screensaver and create something fantastic, something that everyone else who would see it would want as well ? The Windows XP Video Screensaver is the solution; This freeware is able to play video files and / or audio files that function as a screensaver.]]></description>
			<content:encoded><![CDATA[<p>Screensavers are boring. The default ones that ship with Windows XP either show a static picture or animated text that quickly becomes boring. Would not it be much nicer to spice up the screensaver and create something fantastic, something that everyone else who would see it would want as well ? The <a target="_blank" title="windows xp video screensaver" href="http://www.wmplugins.com/ItemDetail.aspx?ItemID=288">Windows XP Video Screensaver</a> is the solution; This freeware is able to play video files and / or audio files that function as a screensaver.</p>
<p><img alt="xp video screensaver" title="xp video screensaver" src="http://www.ghacks.net/files/screens/2006/11/videoscreensaver.jpg" /> <img alt="video powertoys" title="video powertoys" src="http://www.ghacks.net/files/screens/2006/11/videopowertoys.jpg" /></p>
<p><span id="more-934"></span>The Video Screensaver offers some parameters that you can modify. You can define the playback size (Fullscreen or 50% &#8211; 400%), play a random file, loop the file, mute the audio and alter playback speed (from 0.1 to 3.0). You may use playlists or select a file manually. Most file types are supported, the most common ones are of course avi, mp3 and wmv  &#8211; the tool basically supports all file types that the windows media player is able to play.</p>
<p>It seems to have some problems playing certain files that have been using a special codec for their audio playback.</p>

	Tags: <a href="http://www.ghacks.net/tag/freeware/" title="freeware" rel="tag">freeware</a>, <a href="http://www.ghacks.net/tag/microsoft/" title="microsoft" rel="tag">microsoft</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/screen-saver/" title="screen-saver" rel="tag">screen-saver</a>, <a href="http://www.ghacks.net/tag/video/" title="video" rel="tag">video</a>, <a href="http://www.ghacks.net/tag/video-screensaver/" title="video-screensaver" rel="tag">video-screensaver</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a>, <a href="http://www.ghacks.net/tag/windows-xp/" title="windows-xp" rel="tag">windows-xp</a>, <a href="http://www.ghacks.net/tag/xp/" title="xp" rel="tag">xp</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/11/18/top-xp-freeware-that-every-user-needs-part-3/" title="Top Xp Freeware that every user needs part 3 (November 18, 2006)">Top Xp Freeware that every user needs part 3</a> (5)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/security-and-privacy-complete/" title="Security and Privacy Complete (December 7, 2006)">Security and Privacy Complete</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/05/07/xp-sp3-and-vista-sp-1-available-through-windows-update/" title="XP SP3 and Vista SP 1 available through Windows Update (May 7, 2008)">XP SP3 and Vista SP 1 available through Windows Update</a> (6)</li>
	<li><a href="http://www.ghacks.net/2007/10/10/xp-keep-per-user-display-settings/" title="XP Keep Per User Display Settings (October 10, 2007)">XP Keep Per User Display Settings</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/07/26/windows-vista-critics-love-windows-mojave/" title="Windows Vista Critics Love Windows Mojave (July 26, 2008)">Windows Vista Critics Love Windows Mojave</a> (44)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/11/23/create-a-multimedia-xp-screensaver/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to stream videos in lan and internet.</title>
		<link>http://www.ghacks.net/2006/09/04/how-to-stream-videos-in-lan-and-internet/</link>
		<comments>http://www.ghacks.net/2006/09/04/how-to-stream-videos-in-lan-and-internet/#comments</comments>
		<pubDate>Mon, 04 Sep 2006 07:32:05 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[stream videos]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/09/04/how-to-stream-videos-in-lan-and-internet/</guid>
		<description><![CDATA[Quadmaster posted a nice guide to streaming video in lan on the techenclave website. All you need is the great media player VLC (video lan client), in a recent poll 36% of all voters on ghacks voted for vlc as the best media player. You need to assign local IP addresses if you have not done so allready, for sake of simplicity I assume the main pc that streams the content has a IP of 192.168.0.1 and the first client pc that recieves the stream has the IP 192.168.0.2.]]></description>
			<content:encoded><![CDATA[<p>Quadmaster posted a nice guide to streaming video in lan on the <a title="techenclave website" href="http://www.techenclave.com/forums/guide-to-streaming-video-in-lan-2608.html" target="_blank">techenclave website</a>. All you need is the great media player <a title="video lan client" href="http://www.videolan.org/vlc/" target="_blank">VLC</a> (video lan client), in a recent poll 36% of all voters on ghacks voted for vlc as the best media player. You need to assign local IP addresses if you have not done so allready, for sake of simplicity I assume the main pc that streams the content has a IP of 192.168.0.1 and the first client pc that recieves the stream has the IP 192.168.0.2.</p>
<p>Start VLC on the main pc and select open file. Choose a movie that you would like to stream and check the Stream Output box at the bottom of the screen. Click on settings and enter the following parameters, leave everything else unchanged. Enable HTTP, enter your IP (192.168.0.1) and select a random port (1337 for instance). Select MPEG_TS as Encapsulation Method if you are streaming a dat, avi, mpg pr mpeg file.</p>
<p><span id="more-768"></span>Hit ok and open VLC on the client pc. Select Open Network Stream, choose HTTP / FTP / MMS and enter the streaming IP and port of the server, in this case http://192.168.0.1:1337. Hit ok and you are ready to go. Please note that it is also possible to stream videos for friends on the internet the same way. You just have to change the local IP of the server to your internet IP. (Look it up <a title="check your ip" href="http://www.ghacks.net/ip/" target="_blank">here</a>)</p>
<p>Your friends have to enter that IP and port in their clients and will be able to watch the video that you stream.</p>

	Tags: <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/stream-videos/" title="stream videos" rel="tag">stream videos</a>, <a href="http://www.ghacks.net/tag/videos/" title="videos" rel="tag">videos</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/04/09/ten-video-sharing-services-compared/" title="Ten Video Sharing Services Compared (April 9, 2006)">Ten Video Sharing Services Compared</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/03/21/miro-12-released/" title="Miro 1.2 released (March 21, 2008)">Miro 1.2 released</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/04/24/youtube-enhance-youtube-experience/" title="Youtube: Enhance Youtube Experience (April 24, 2009)">Youtube: Enhance Youtube Experience</a> (11)</li>
	<li><a href="http://www.ghacks.net/2007/03/10/youtube-removed-videos-and-turkey-lifts-ban/" title="Youtube removed videos and Turkey lifts ban (March 10, 2007)">Youtube removed videos and Turkey lifts ban</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/16/youtube-downloader-and-manager/" title="Youtube Downloader And Manager (March 16, 2009)">Youtube Downloader And Manager</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/09/04/how-to-stream-videos-in-lan-and-internet/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>The perfect multimedia device</title>
		<link>http://www.ghacks.net/2006/09/02/the-perfect-multimedia-device/</link>
		<comments>http://www.ghacks.net/2006/09/02/the-perfect-multimedia-device/#comments</comments>
		<pubDate>Sat, 02 Sep 2006 16:05:47 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/09/02/the-perfect-multimedia-device/</guid>
		<description><![CDATA[Do you like watching movies on your computer monitor or do you prefer to watch them on your television ? I think most people who answer this question prefer to watch the movies on tv which has many advantages: Bigger Screen, you can watch with more people without feeling crowded around a pc monitor and it has that certain tv feeling that watching on a pc monitor has not.]]></description>
			<content:encoded><![CDATA[<p>Do you like watching movies on your computer monitor or do you prefer to watch them on your television ? I think most people who answer this question prefer to watch the movies on tv which has many advantages: Bigger Screen, you can watch with more people without feeling crowded around a pc monitor and it has that certain tv feeling that watching on a pc monitor has not.</p>
<p>We all know that one solution would be to buy an expensive barebone or multimedia computer that is simply a small computer next to your tv which outputs the signal to the tv instead of a pc monitor. Another option would be to buy a multimedia adapter which is a device that makes it possible to stream media from a computer to your hifi or dvd player. This is indeed a possible solution but it would still mean that your pc has to be running to stream the contents.</p>
<p><span id="more-765"></span>The solution that I installed at my home is simple, relativly cheap and offers extra values. I&#8217;am speaking of a xbox with a replaced hard drive and modchip installed. I&#8217;am talking about a first generation xbox but with the first mod chips appearing for the xbox 360 this will most likely soon be possible with the new system as well. You should check your local laws before you think about buying the parts that you need for this operation, it should be legal in most countries though.</p>
<p>The price of a xbox, a mod chip and a larger hard drive (160+ GB) should be no more than 400$, most likely less than that. It also depends on the type of mod chip that you want to install and if you are doing the changes yourself or let someone do them for you.</p>
<p>It really does not matter which mod chip you choose, I would choose a solder less one if you are not that tech savy and want to do it yourself. There are ways to buy a pre modded xbox on the net and replace the hard drive with a bigger one. All you need is a special partition tool that converts the bigger hd to xbox format. (<a target="_blank" title="slayer xbox installer" href="http://slayer.xbox-scene.com/">Slayer</a>) You burn this tool to dvd and run the dvd when the hd has been replaced. Really easy, I was able to do it..</p>
<p>You can setup an ftp server from within your xbox afterwards and connect the xbox to your pc network. Use an ftp tool to transfer files to the xbox. One that you definatly need is XBMC (<a target="_blank" title="xbox media center" href="http://www.xboxmediacenter.de/">Xbox Media Center</a>) This is a free media player that plays many formats, this will be your multimedia player. XBMC is only available as a source file, you could try IRC or Usenet for binary versions.</p>
<p>You transfer movies, music and pictures using ftp as well. The xbox has a 100 mbit network card which means transfers are really fast. You are also able to play region free dvd movies on the xbox and play xbox games. (of course).</p>
<p>If you want to enjoy online play I suggest a xbox with a modchip that you can turn off when you want to play online. Microsoft may detect modchips when you connect to them and could ban you.</p>
<p>My Xbox has a Xecuter modchip installed, this was some years ago, think it was three years ago. I never had to replace the hard drive, it is still working and I can watch all sorts of divx, xvid, avi, wmv and the like movies. Never used it for music or pictures but this should be running fine as well.</p>
<p>I think I replace my old Xbox with a new Xbox 360 once stable modchips come out for this system and the complete system will be a bit cheaper. This will most likely happen before christmas because Nintendo Wii and Sonys PS3 come out before christmas as well.</p>
<p>Let me know if you want me to go into detail somewhere or if you are using a different multimedia device.</p>

	Tags: <a href="http://www.ghacks.net/tag/device/" title="device" rel="tag">device</a>, <a href="http://www.ghacks.net/tag/hardware/" title="Hardware" rel="tag">Hardware</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/video/" title="video" rel="tag">video</a>, <a href="http://www.ghacks.net/tag/xbox/" title="xbox" rel="tag">xbox</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/14/create-executable-media-files/" title="Create executable media files (May 14, 2008)">Create executable media files</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/11/23/create-a-multimedia-xp-screensaver/" title="Create a Multimedia XP Screensaver (November 23, 2006)">Create a Multimedia XP Screensaver</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/01/02/add-youtube-videos-to-your-ipod-with-floola/" title="Add Youtube Videos to Your iPod with Floola (January 2, 2009)">Add Youtube Videos to Your iPod with Floola</a> (0)</li>
	<li><a href="http://www.ghacks.net/2006/11/29/zombie-city-tactics/" title="Zombie City Tactics (November 29, 2006)">Zombie City Tactics</a> (0)</li>
	<li><a href="http://www.ghacks.net/2007/11/30/youtube-finally-playing-hd-content/" title="Youtube finally playing HD content (November 30, 2007)">Youtube finally playing HD content</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/09/02/the-perfect-multimedia-device/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dr. Divx 2.0 released</title>
		<link>http://www.ghacks.net/2006/08/06/dr-divx-20-released/</link>
		<comments>http://www.ghacks.net/2006/08/06/dr-divx-20-released/#comments</comments>
		<pubDate>Sun, 06 Aug 2006 18:00:18 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[divx]]></category>
		<category><![CDATA[dr divx]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[video conversion]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/08/06/dr-divx-20-released/</guid>
		<description><![CDATA[Dr.Divx is a freeware utility that is able to transcode many different formats to divx. Formats include mpeg1, mpeg2, mov,vob,avi and flv. The first question that comes to your mind is probably why you would like to convert those formats to divx. The most prominent reason that comes to my mind is that some dvd players are capable to play divx movies but not mov or flv for example. Everyone who has such a player will love this option.]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="dr. divx video transcoder" href="http://labs.divx.com/DrDivX">Dr.Divx</a> is a freeware utility that is able to transcode many different formats to divx. Formats include mpeg1, mpeg2, mov,vob,avi and flv. The first question that comes to your mind is probably why you would like to convert those formats to divx. The most prominent reason that comes to my mind is that some dvd players are capable to play divx movies but not mov or flv for example. Everyone who has such a player will love this option.</p>
<p>It will use the current divx encoder to transcode the movies and automatically detects a new version if installed. There is no hassle with codecs and the like which is great. If you have a divx encoder installed it is working. Dr. Divx supports multiple audio tracks and subtitle tracks as well.<br />
<span id="more-692"></span>The video transcoder is currently available for Microsoft Windows but will soon be available for Mac OS and Linux.</p>

	Tags: <a href="http://www.ghacks.net/tag/divx/" title="divx" rel="tag">divx</a>, <a href="http://www.ghacks.net/tag/dr-divx/" title="dr divx" rel="tag">dr divx</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/video-conversion/" title="video conversion" rel="tag">video conversion</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/14/create-executable-media-files/" title="Create executable media files (May 14, 2008)">Create executable media files</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/08/06/dr-divx-20-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto convert Avi, Divx and Xvid to DVD</title>
		<link>http://www.ghacks.net/2006/06/26/howto-convert-avi-divx-and-xvid-to-dvd/</link>
		<comments>http://www.ghacks.net/2006/06/26/howto-convert-avi-divx-and-xvid-to-dvd/#comments</comments>
		<pubDate>Mon, 26 Jun 2006 16:14:59 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Knowledge]]></category>
		<category><![CDATA[avi]]></category>
		<category><![CDATA[convert video]]></category>
		<category><![CDATA[multimedia]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/06/26/howto-convert-avi-divx-and-xvid-to-dvd/</guid>
		<description><![CDATA[This guide might be useful for you if you have some avi / divx / xvid movie files and want to watch them on the big television screen. I don´t like watching long movies on the computer, can´t exactly describe why but it feels out of place somehow. A nice way to watch those movies on the television screen is to convert the formats to DVD.]]></description>
			<content:encoded><![CDATA[<p>This guide might be useful for you if you have some avi / divx / xvid movie files and want to watch them on the big television screen. I don´t like watching long movies on the computer, can´t exactly describe why but it feels out of place somehow. A nice way to watch those movies on the television screen is to convert the formats to DVD.</p>
<p><a target="_blank" href="http://www2.dvd-ripper-copy.com/forum/viewtopic.php?p=342#342">How to convert Avi, Divx and Xvid to DVD describes the software needed and the procedure with detailed screenshots. The method uses only one tool and everything is completed after five simple steps. The guide does not tell you how to use menus for your new dvd but the program supports this option as well and you can chose from several different preinstalled templates.</p>
<p><span id="more-586"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/avi/" title="avi" rel="tag">avi</a>, <a href="http://www.ghacks.net/tag/convert-video/" title="convert video" rel="tag">convert video</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/06/28/avi-to-mp4-converter/" title="Avi To Mp4 Converter (June 28, 2009)">Avi To Mp4 Converter</a> (15)</li>
	<li><a href="http://www.ghacks.net/2009/10/28/xbox-media-center-on-linux/" title="Xbox Media Center on Linux (October 28, 2009)">Xbox Media Center on Linux</a> (7)</li>
	<li><a href="http://www.ghacks.net/2006/09/02/the-perfect-multimedia-device/" title="The perfect multimedia device (September 2, 2006)">The perfect multimedia device</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/04/09/ten-video-sharing-services-compared/" title="Ten Video Sharing Services Compared (April 9, 2006)">Ten Video Sharing Services Compared</a> (1)</li>
	<li><a href="http://www.ghacks.net/2007/09/08/smplayer-0551/" title="SMPlayer 0.5.51 (September 8, 2007)">SMPlayer 0.5.51</a> (17)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/06/26/howto-convert-avi-divx-and-xvid-to-dvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Video Sharing Services Compared</title>
		<link>http://www.ghacks.net/2006/04/09/ten-video-sharing-services-compared/</link>
		<comments>http://www.ghacks.net/2006/04/09/ten-video-sharing-services-compared/#comments</comments>
		<pubDate>Sun, 09 Apr 2006 11:20:03 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video sharing]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=383</guid>
		<description><![CDATA[Ryan Bilsborrow-Koo from dvguru.com took a look at ten video sharing services. He did so by uploading a 15 megabyte testfile to each service and check each service for video quality, site interface, community features, and functionality. The ten services that have been tested are Eyespot, Google Video, Grouper, Jumpcut, Ourmedia, Revver, Videoegg, Vimeo, Vsocial and YouTube. Every service has his own little paragraph that gives answers to some common actions like Interface, Editing and Sharing.]]></description>
			<content:encoded><![CDATA[<p>Ryan Bilsborrow-Koo from dvguru.com took a look at ten video sharing services. He did so by uploading a 15 megabyte testfile to each service and check each service for video quality, site interface, community features, and functionality. The ten services that have been tested are Eyespot, Google Video, Grouper, Jumpcut, Ourmedia, Revver, Videoegg, Vimeo, Vsocial and YouTube. Every service has his own little paragraph that gives answers to some common actions like Interface, Editing and Sharing.</p>
<p>Ryan divided the results into three different categories and named one or more winners for each category. Categories are for posting, viewership and editing. I don´t want to keep you waiting, winners for posting are <a href="http://vimeo.com/" target="_blank">Vimeo</a> and <a href="http://videoegg.com/" target="_blank">Videoegg</a>, for viewership <a href="http://youtube.com/" target="_blank">Youtube</a> and for editing <a href="http://jumpcut.com/"  target="_blank">Jumpcut</a>. </p>
<p><span id="more-383"></span></p>

	Tags: <a href="http://www.ghacks.net/tag/hosting/" title="hosting" rel="tag">hosting</a>, <a href="http://www.ghacks.net/tag/multimedia/" title="multimedia" rel="tag">multimedia</a>, <a href="http://www.ghacks.net/tag/video-sharing/" title="video sharing" rel="tag">video sharing</a>, <a href="http://www.ghacks.net/tag/videos/" title="videos" rel="tag">videos</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/03/21/miro-12-released/" title="Miro 1.2 released (March 21, 2008)">Miro 1.2 released</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/09/04/how-to-stream-videos-in-lan-and-internet/" title="How to stream videos in lan and internet. (September 4, 2006)">How to stream videos in lan and internet.</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/04/24/youtube-enhance-youtube-experience/" title="Youtube: Enhance Youtube Experience (April 24, 2009)">Youtube: Enhance Youtube Experience</a> (11)</li>
	<li><a href="http://www.ghacks.net/2007/03/10/youtube-removed-videos-and-turkey-lifts-ban/" title="Youtube removed videos and Turkey lifts ban (March 10, 2007)">Youtube removed videos and Turkey lifts ban</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/03/16/youtube-downloader-and-manager/" title="Youtube Downloader And Manager (March 16, 2009)">Youtube Downloader And Manager</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/04/09/ten-video-sharing-services-compared/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
