<?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>tom's blog &#187; Multimedia</title>
	<atom:link href="http://tom.knaupp.com/category/multimedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://tom.knaupp.com</link>
	<description>free software, security and a bunch of my strange thoughts</description>
	<lastBuildDate>Tue, 23 Mar 2010 22:38:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>CollegeHumor: We Didn&#8217;t Start the Flame War</title>
		<link>http://tom.knaupp.com/2009/04/26/collegehumor-we-didnt-start-the-flame-war/</link>
		<comments>http://tom.knaupp.com/2009/04/26/collegehumor-we-didnt-start-the-flame-war/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 15:11:45 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Multimedia]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/?p=315</guid>
		<description><![CDATA[Found at http://www.youtube.com/watch?v=_QyYaPWasos]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/_QyYaPWasos&#038;hl=de&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/_QyYaPWasos&#038;hl=de&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object><br />
Found at <a href="http://www.youtube.com/watch?v=_QyYaPWasos">http://www.youtube.com/watch?v=_QyYaPWasos</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2009/04/26/collegehumor-we-didnt-start-the-flame-war/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online Whiteboard</title>
		<link>http://tom.knaupp.com/2009/01/13/online-whiteboard/</link>
		<comments>http://tom.knaupp.com/2009/01/13/online-whiteboard/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 17:50:35 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Webapps]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/?p=157</guid>
		<description><![CDATA[Nice! At ScRiBLink you&#8217;ll find a free, powerful whiteboard where you and your colleagues can work on your ideas together. No registration is required : ) &#160; Additional features like - picture upload - chat - math functions - multiple users - &#8230;. give you a good base to start sharing concepts online, etc.. &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Nice!<br />
At <a href="http://www.scriblink.com" target="_blank">ScRiBLink</a> you&#8217;ll find a free, powerful whiteboard where you and your colleagues can work on your ideas together.<br />
No registration is required : )<br />
&nbsp;<br />
Additional features like<br />
- picture upload<br />
- chat<br />
- math functions<br />
- multiple users<br />
- &#8230;. <br />
give you a good base to start sharing concepts online, etc..<br />
&nbsp;<br />
Note: Maybe it&#8217;s not working behind corporate firewalls because it uses additional tcp ports.<br />
&nbsp;<br />
&nbsp;<br />
<img src="http://tom.knaupp.com/wp-content/uploads/whiteboard.png" alt="Online Whiteboard" width="760" class="size-full wp-image-158" /><br />
&nbsp;<br />
If you know about alternatives, please comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2009/01/13/online-whiteboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When console columns and lines are not enough</title>
		<link>http://tom.knaupp.com/2008/09/03/when-console-columns-and-lines-are-not-enough/</link>
		<comments>http://tom.knaupp.com/2008/09/03/when-console-columns-and-lines-are-not-enough/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 23:06:10 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Distributions]]></category>
		<category><![CDATA[Memento]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[80x25]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[resolution]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/?p=117</guid>
		<description><![CDATA[If you want to use a higher resolution on your linux console, you have to add the specific option while loading the kernel. i.e: kernel /vmlinuz-2.6.25 root=/dev/sda3 resume=/dev/sda2 vga=0&#215;0325 Problem: The settings differ depending on your graphics card. But: There is an easy way: hwinfo [ sudo ] hwinfo −−framebuffer Example output: Mode 0&#215;0307: 1280&#215;1024 [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to use a higher resolution on your linux console, you have to add the specific option while loading the kernel.<br />
i.e: kernel /vmlinuz-2.6.25 root=/dev/sda3 resume=/dev/sda2 <strong>vga=0&#215;0325</strong><br />
<br />
Problem: The settings differ depending on your graphics card.<br />
But: There is an easy way: <strong>hwinfo</strong><br />
<br />
<code>[ sudo ] hwinfo −−framebuffer</code><br />
<br />
Example output:<br />
Mode 0&#215;0307: 1280&#215;1024 (+1280), 8 bits<br />
Mode 0x031a: 1280&#215;1024 (+2560), 16 bits<br />
Mode 0x031b: 1280&#215;1024 (+5120), 24 bits<br />
Mode 0&#215;0305: 1024&#215;768 (+1024), 8 bits<br />
Mode 0&#215;0317: 1024&#215;768 (+2048), 16 bits<br />
Mode 0&#215;0318: 1024&#215;768 (+4096), 24 bits<br />
Mode 0&#215;0312: 640&#215;480 (+2560), 24 bits<br />
Mode 0&#215;0314: 800&#215;600 (+1600), 16 bits<br />
Mode 0&#215;0315: 800&#215;600 (+3200), 24 bits<br />
Mode 0&#215;0301: 640&#215;480 (+640), 8 bits<br />
Mode 0&#215;0303: 800&#215;600 (+832), 8 bits<br />
Mode 0&#215;0311: 640&#215;480 (+1280), 16 bits<br />
<br />
Thanks to <a href="http://blog.it4sport.de/2008/08/17/80x25-sind-zu-wenig/" target="_blank">Gerd [de]</a> for the hint.</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2008/09/03/when-console-columns-and-lines-are-not-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The IT Crowd</title>
		<link>http://tom.knaupp.com/2008/06/24/the-it-crowd/</link>
		<comments>http://tom.knaupp.com/2008/06/24/the-it-crowd/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 21:08:09 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Multimedia]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/?p=96</guid>
		<description><![CDATA[Should you be bored and have some time to get amused, take a look at &#8220;The IT Crowd&#8221;. It&#8217;s a great British sitcom about IT administrators and their weird lifestyle (yes, it&#8217;s very exaggerated : ) ). More about the show @ wikipedia.org. &#8220;Previews&#8221; can be found at youtube.com. PS: Memory is RAM !! &#160;&#160;: [...]]]></description>
			<content:encoded><![CDATA[<p>Should you be bored and have some time to get amused, take a look at &#8220;The IT Crowd&#8221;.<br />
It&#8217;s a great British sitcom about IT administrators and their weird lifestyle (yes, it&#8217;s very exaggerated : )  ).<br />
<br />
<img src="http://tom.knaupp.com/wp-content/uploads/itcrowd.jpg" alt="The IT Crowd - A British Sitcom" title="The IT Crowd"/><br />
<br />
More about the show @ <a href="http://en.wikipedia.org/wiki/The_IT_Crowd" target="_blank">wikipedia.org</a>.<br />
&#8220;Previews&#8221; can be found at <a href="http://www.youtube.com/results?search_query=the+it+crowd&#038;search_type=&#038;aq=0&#038;oq=The+IT" target="_blank">youtube.com</a>.<br />
<br />
PS: Memory is RAM !!  &nbsp;&nbsp;<strong>:</strong> D</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2008/06/24/the-it-crowd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HP Scanjet G2710 w/ Ubuntu 8.04 (Hardy Heron)</title>
		<link>http://tom.knaupp.com/2008/06/11/hp-scanjet-g2710-ubuntu-804-hardy-heron/</link>
		<comments>http://tom.knaupp.com/2008/06/11/hp-scanjet-g2710-ubuntu-804-hardy-heron/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 22:58:42 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Distributions]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[G2710]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sane]]></category>
		<category><![CDATA[Scanjet G2710]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu 8.04]]></category>
		<category><![CDATA[xsane]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/?p=89</guid>
		<description><![CDATA[Today, I bought a new scanner &#8211; of course without checking linux compatibility : / hp &#8211; a well known brand. Description says &#8220;Works with Max OS X, Win Vista, XP, 2000&#8243;. Linux wasn&#8217;t mentioned, but that&#8217;s not unusual at all. The default xsane backend package (&#60;- v.1.0.19 [delivered with Ubuntu Hardy]) didn&#8217;t find a [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I bought a new scanner &#8211; of course without checking linux compatibility : /<br />
hp &#8211; a well known brand. Description says &#8220;Works with Max OS X, Win Vista, XP, 2000&#8243;.<br />
Linux wasn&#8217;t mentioned, but that&#8217;s not unusual at all.<br />
<br />
The default xsane backend package (&lt;- v.1.0.19 [delivered with Ubuntu Hardy])<br />
didn&#8217;t find a device, so I tried installing the beta release of the <a href="http://www.sane-project.org/lists/sane-backends-cvs.html#S-HP3900">hp3900 sane backends</a> (drivers).<br />
This version is still beta status, but got my new scanner up and running : )<br />
<br />
<span id="more-89"></span><br />
<img src="http://tom.knaupp.com/wp-content/uploads/g2710.png" alt="HP Scanjet G2710" /><br />
<br />
HowTo:<br />
Get the latest drivers from the sourceforge project:<br />
<a href="http://sourceforge.net/projects/hp3900-series/">http://sourceforge.net/projects/hp3900-series/</a><br />
<br />
Unpack the files and change into the new directory:<br />
<code>tar xfz hp3900-series_0.12.tar.gz<br />
cd hp3900-series_0.12/</code><br />
<br />
Install the drivers:<br />
<code>sudo ./INSTALL.sh</code><br />
application:  2 &#8211; SANE Backend<br />
distro: 3 &#8211; Ubuntu<br />
<br />
Add your username to the scanner group:<br />
<code>sudo adduser your-user-name scanner</code><br />
<br />
Start XSane : )<br />
<br />
PS: Fastest and best results with 200 or 300 dpi<br />
<br />
Update June 22th, 2008:<br />
I forgot to mention that it only works with resolutions equal and less than 600dpi</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2008/06/11/hp-scanjet-g2710-ubuntu-804-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7.10 &#8211; The Gutsy Gibbon</title>
		<link>http://tom.knaupp.com/2007/10/31/ubuntu-710-the-gutsy-gibbon/</link>
		<comments>http://tom.knaupp.com/2007/10/31/ubuntu-710-the-gutsy-gibbon/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 18:45:31 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Distributions]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[gutsy gibbon]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[ubuntu 7.10]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/2007/10/31/ubuntu-710-the-gutsy-gibbon/</guid>
		<description><![CDATA[I&#8217;m absolutely fascinated by the new Ubuntu release (18 October 2007). New features, that I like: Repositories are very easy to add Hardware detection is great Improved Gui, nice desktop effects Support for WEP, WPA, PPTP, etc. out of the box &#8230; I just installed the system and it was never easier to set up [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m absolutely fascinated by the new <a href="http://www.ubuntu.com" title="Ubuntu" target="_blank">Ubuntu</a> release (<font size="-1">18 October 2007)</font>.<br />
<br />
New features, that I like:</p>
<ul>
<li>Repositories are very easy to add</li>
<li>Hardware detection is great</li>
<li>Improved Gui, nice desktop effects</li>
<li>Support for WEP, WPA, PPTP, etc. out of the box</li>
<li>&#8230;</li>
</ul>
<p>I just installed the system and it was never easier to set up wireless lan or a vpn connection in a linux distribution&#8230; Keep up the good work!<br />
<br />
Screenshots of my desktop:<br />
<br />
<a href="http://tom.knaupp.com/wp-content/uploads/ubuntu710_menu.png" title="Ubuntu 7.10 Screenshot" rel="lightbox"><img src="http://tom.knaupp.com/wp-content/uploads/ubuntu710_menu.thumbnail.png" alt="Ubuntu 7.10 Screenshot" /></a><br />
<br />
<a href="http://tom.knaupp.com/wp-content/uploads/switch_task.png" title="Task switching" rel="lightbox"><img src="http://tom.knaupp.com/wp-content/uploads/switch_task.thumbnail.png" alt="Task switching" /></a> <a href="http://tom.knaupp.com/wp-content/uploads/all-desktops.png" title="All Desktops" rel="lightbox"><img src="http://tom.knaupp.com/wp-content/uploads/all-desktops.thumbnail.png" alt="All Desktops" /></a> <a href="http://tom.knaupp.com/wp-content/uploads/transparency.png" title="transparency" rel="lightbox"><img src="http://tom.knaupp.com/wp-content/uploads/transparency.thumbnail.png" alt="transparency" /></a><br />
(click to enlarge)</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2007/10/31/ubuntu-710-the-gutsy-gibbon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 &#8230; The Machine is Us/ing Us</title>
		<link>http://tom.knaupp.com/2007/05/22/web-20-the-machine-is-using-us/</link>
		<comments>http://tom.knaupp.com/2007/05/22/web-20-the-machine-is-using-us/#comments</comments>
		<pubDate>Tue, 22 May 2007 19:45:37 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/2007/05/22/web-20-the-machine-is-using-us/</guid>
		<description><![CDATA[Loading... great message &#8230; think about it .. __ found at YouTube]]></description>
			<content:encoded><![CDATA[<span class="coolplayer_wrapper"><span id="coolplayer_container_1269546462"></span><span class="coolplayer_info" id="coolplayer_info_1269546462" style="width: 478px;display: none;" ondblclick="coolplayer_input(this, '480', '380', '0', '0', 'utf-8', '');" title="Double click to input your media URL, and press enter to play it.">Loading...</span><script type="text/javascript"><!--
coolplayer('http://tom.knaupp.com/wp-content/uploads/web20.flv', '1269546462', '480', '380', '0', '0', 'utf-8', '');
//--></script></span>
<p>great message &#8230; think about it ..<br />
__<br />
found at <a href="http://www.youtube.com/watch?v=6gmP4nk0EOE">YouTube</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2007/05/22/web-20-the-machine-is-using-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Save and convert flash streams</title>
		<link>http://tom.knaupp.com/2007/02/11/save-and-convert-flash-streams/</link>
		<comments>http://tom.knaupp.com/2007/02/11/save-and-convert-flash-streams/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 14:01:47 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Webapps]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/?p=14</guid>
		<description><![CDATA[If you want to convert a flash stream into a more comfortable format, that can be saved on your local disc and be played by most software/hardware, here&#8217;s a short guide: Save your prefered video (from i.e. YouTube, MyVideo, etc.) with KeepVid. When FFmpeg is installed, the conversion in Linux is quite simple: ffmpeg -i [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to convert a flash stream into a more comfortable  format, that can be saved on your local disc and be played by most software/hardware, here&#8217;s a short guide:<br />
<br />
Save your prefered video (from i.e. <a TITLE="YouTube" HREF="http://www.youtube.com">YouTube</a>, <a TITLE="MyVideo" HREF="http://www.myvideo.de">MyVideo</a>, etc.) with <a TARGET="_blank" TITLE="KeepVid" HREF="http://keepvid.com/">KeepVid.</a><br />
<br />
When <a TITLE="FFmpeg" HREF="http://ffmpeg.mplayerhq.hu/">FFmpeg</a> is installed, the conversion in Linux is quite simple:<br />
<code>ffmpeg -i input.flv -ab 128 -ar 44100 -b 900 \<br />
-s 640x480 output.mpg</code><br />
<br />
-b = videobitrate<br />
-ab = audiobitrate<br />
-ar = audiosamplerate (Hz)<br />
-s = framesize width * height</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2007/02/11/save-and-convert-flash-streams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
